Verity MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Verity MCP Serverlook up CPT code 99214 for coverage in California"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Verity MCP Server
Official Model Context Protocol (MCP) server for the Verity API. It gives AI assistants controlled access to Medicare coverage policies, medical code intelligence, prior authorization checks, claim validation, compliance review, drug formulary evidence, and webhook operations.
What It Provides
Medical code lookup for CPT, HCPCS, ICD-10, and NDC codes
Policy search, retrieval, change tracking, and jurisdiction comparison
Prior authorization checks and payer website research
Claim coverage and denial risk validation
Coverage criteria search and policy evaluation
Medicaid spending data by HCPCS code
Compliance review and acknowledgment workflows
Drug formulary evidence across supported PBM sources
Webhook management tools for enterprise integrations
Installation
git clone https://github.com/backworkai/verity_mcp.git
cd verity_mcp
npm install
npm run buildRequires Node.js 18 or newer.
Configuration
Set a Verity API key in the MCP server environment:
export VERITY_API_KEY=vrt_live_YOUR_API_KEYOptional:
export VERITY_API_BASE=https://verity.backworkai.com/api/v1Get an API key from the Verity dashboard.
Claude Desktop
Add the server to your Claude Desktop configuration.
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"verity": {
"command": "node",
"args": ["/absolute/path/to/verity_mcp/build/index.js"],
"env": {
"VERITY_API_KEY": "vrt_live_YOUR_API_KEY"
}
}
}
}Claude Code
claude mcp add verity node /absolute/path/to/verity_mcp/build/index.jsCodex
codex mcp add verity --env VERITY_API_KEY=vrt_live_YOUR_API_KEY -- node /absolute/path/to/verity_mcp/build/index.jsAvailable Tools
Tool | Purpose |
| Look up a medical code with optional RVU, policy, and rate data |
| Search Medicare coverage policies |
| Retrieve a policy by ID |
| Compare policy coverage across MAC jurisdictions |
| Track policy changes over time |
| Search extracted coverage criteria blocks |
| List MAC jurisdictions and covered states |
| Check prior authorization requirements |
| Check Verity API health |
| Retrieve Medicaid spending data by HCPCS code |
| Validate claim coverage and denial risk |
| Research payer prior authorization requirements |
| Poll a prior authorization research task |
| Look up multiple codes in one request |
| Evaluate policy criteria against structured inputs |
| List webhook endpoints |
| Create a webhook endpoint |
| Update a webhook endpoint |
| Delete a webhook endpoint |
| Send a test webhook event |
| List policy changes awaiting review |
| Acknowledge one policy change |
| Acknowledge multiple policy changes |
| Get compliance dashboard statistics |
| Search commercial drug formulary evidence |
Example Prompts
Is CPT 76942 covered in Texas, and does it require prior authorization?Compare coverage for J0585 across JM and JH.Validate denial risk for 99213 with diagnosis E11.9 for Medicare in Texas.Search formulary evidence for Ozempic across commercial PBMs.Development
npm install
npm run build
npm startTroubleshooting
Missing API Key
Set VERITY_API_KEY in the MCP client configuration or shell environment.
Authentication Errors
Confirm the key is active and starts with vrt_live_ or vrt_test_.
Rate Limits
Wait for the reset window or use a higher-capacity API plan.
Support
Documentation: https://verity.backworkai.com/docs
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/backworkai/verity_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server