Provides AI agents access to Medicare coverage policies, prior authorization requirements, and medical code lookups (CPT, HCPCS, ICD-10, NDC) through the Verity healthcare API.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.PORT— Port 3000 --port or VERITY_MCP_PORT orVERITY_API_BASE— No Override the API base URL.VERITY_API_KEY— export =vrt_live_YOUR_API_KEYVERITY_MCP_ALLOWED_HOSTS— Allowed hosts loopback/private hosts, VERCEL_URL, or configured public host or VERITY_MCP_PUBLIC_HOSTVERITY_MCP_ALLOWED_ORIGINS— No Comma-separated allowed HTTP origins. Loopback origins are allowed for loopback requests.VERITY_MCP_ALLOW_ENV_KEY— true VERITY_API_KEY=vrt_live_YOUR_API_KEY npm run start:httpVERITY_MCP_ALLOW_HOST— No Backward-compatible alias for VERITY_MCP_ALLOWED_HOSTS.VERITY_MCP_ALLOW_ORIGIN— No Backward-compatible alias for VERITY_MCP_ALLOWED_ORIGINS.VERITY_MCP_AUTH_MODE— No HTTP bearer mode: api-key, oauth, or dual. Defaults to dual when OAuth authorization servers are configured, otherwise api-key.VERITY_MCP_HOST— Host 127.0.0.1 --host orVERITY_MCP_OAUTH_API_KEY_CLAIM— No Dot-path claim from introspection response to use as the downstream Verity credential. If omitted, the OAuth access token is forwarded.VERITY_MCP_OAUTH_AUTHORIZATION_SERVERVERITY_MCP_OAUTH_AUTHORIZATION_SERVERS— OAuth Comma-separated OAuth issuer / authorization server URLs advertised in protected-resource metadata.VERITY_MCP_OAUTH_EXPECTED_AUDIENCE— No Comma-separated allowed aud values when introspection responses include an audience.VERITY_MCP_OAUTH_INTROSPECTION_CLIENT_ID— No Client ID for introspection basic auth.VERITY_MCP_OAUTH_INTROSPECTION_CLIENT_SECRET— No Client secret for introspection basic auth.VERITY_MCP_OAUTH_INTROSPECTION_TOKEN— No Bearer token for introspection when basic auth is not used.VERITY_MCP_OAUTH_INTROSPECTION_URL— No RFC 7662 token introspection endpoint used to validate OAuth access tokens.VERITY_MCP_OAUTH_REQUIRED_SCOPES— verity:mcpVERITY_MCP_OAUTH_RESOURCE— No Override the RFC 8707 resource identifier. Defaults to the public MCP URL.VERITY_MCP_OAUTH_SCOPES— "verity:mcp read" \VERITY_MCP_PATH— MCP path /mcp --path orVERITY_MCP_PORT— Port 3000 --port or or PORTVERITY_MCP_PUBLIC_HOST— Allowed hosts loopback/private hosts, VERCEL_URL, or configured public host VERITY_MCP_ALLOWED_HOSTS orVERITY_MCP_PUBLIC_URL— No Canonical public origin for OAuth metadata, e.g. https://mcp.verity.backworkai.com.VERITY_MCP_TRANSPORT— Transport stdio --http or =http[](https://m8ven.ai/mcp/backworkai-verity-mcp-12ga9x)