Veracity MCP server
The Veracity MCP server gives your AI agent access to current documentation and live API definitions via six tools at https://docs.veracity.com/mcp
The Veracity Development MCP Server (https://docs.veracity.com/mcp) gives your AI agent direct access to current Veracity documentation and live API definitions. Your agent can search and retrieve official Veracity content, inspect platform APIs, and generate correctly structured code, without switching context or copying documentation into your prompt.
What the server provides
The server exposes six tools over the Model Context Protocol, grouped into two areas.
Documentation tools
| Tool | What it does |
|---|---|
search_Veracity_dev_docs |
Full-text search across Veracity developer documentation, returning ranked matches with excerpts |
get_Veracity_doc_by_path |
Retrieves a full documentation page by its path |
get_Veracity_doc_range |
Reads a specific section of a document by character offset, used after search to retrieve the exact matched content |
API explorer tools
| Tool | What it does |
|---|---|
list_Veracity_platform_apis |
Lists all available Veracity platform APIs and their identifiers |
get_Veracity_api_methods |
Lists all endpoints for a specific API, including HTTP methods, summaries, and authentication requirements |
get_Veracity_api_method |
Returns full detail for one endpoint: parameters, request and response schemas, authentication, and deprecation status |
The API explorer tools let your agent discover the right Veracity API, inspect its endpoints, and scaffold correctly structured calls without you needing to navigate the API reference manually.
What the server does not do
The server reads documentation and API definitions. It does not read your code, access your Veracity tenant, call platform APIs, or execute any action on your behalf.
To teach your agent how to apply Veracity patterns correctly when generating code, use agent skills. Skills extend the MCP server with procedural instructions for specific tasks: which OAuth flow to use, how to structure a service account, how to scope an API call to the right tenant. The server provides the current documentation; skills provide the Veracity-specific reasoning on top of it.
Pick your agent
Select an agent to get step-by-step setup instructions.
Once connected, add agent skills to teach your agent Veracity-specific patterns for authentication, API calls, and service accounts.