74
/ 100
19 days ago
glama

Verity MCP Server

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.

Is this your MCP?

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.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: VERITY_MCP_OAUTH_INTROSPECTION_URL. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 4 credentials: VERITY_API_KEY, VERITY_MCP_ALLOW_ENV_KEY, VERITY_MCP_OAUTH_INTROSPECTION_CLIENT_SECRET, VERITY_MCP_OAUTH_INTROSPECTION_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configPORTPort 3000 --port or VERITY_MCP_PORT or
configVERITY_API_BASENo Override the API base URL.
🔐 secretVERITY_API_KEYexport =vrt_live_YOUR_API_KEY
configVERITY_MCP_ALLOWED_HOSTSAllowed hosts loopback/private hosts, VERCEL_URL, or configured public host or VERITY_MCP_PUBLIC_HOST
configVERITY_MCP_ALLOWED_ORIGINSNo Comma-separated allowed HTTP origins. Loopback origins are allowed for loopback requests.
🔐 secretVERITY_MCP_ALLOW_ENV_KEYtrue VERITY_API_KEY=vrt_live_YOUR_API_KEY npm run start:http
configVERITY_MCP_ALLOW_HOSTNo Backward-compatible alias for VERITY_MCP_ALLOWED_HOSTS.
configVERITY_MCP_ALLOW_ORIGINNo Backward-compatible alias for VERITY_MCP_ALLOWED_ORIGINS.
configVERITY_MCP_AUTH_MODENo HTTP bearer mode: api-key, oauth, or dual. Defaults to dual when OAuth authorization servers are configured, otherwise api-key.
configVERITY_MCP_HOSTHost 127.0.0.1 --host or
configVERITY_MCP_OAUTH_API_KEY_CLAIMNo Dot-path claim from introspection response to use as the downstream Verity credential. If omitted, the OAuth access token is forwarded.
configVERITY_MCP_OAUTH_AUTHORIZATION_SERVER
configVERITY_MCP_OAUTH_AUTHORIZATION_SERVERSOAuth Comma-separated OAuth issuer / authorization server URLs advertised in protected-resource metadata.
configVERITY_MCP_OAUTH_EXPECTED_AUDIENCENo Comma-separated allowed aud values when introspection responses include an audience.
configVERITY_MCP_OAUTH_INTROSPECTION_CLIENT_IDNo Client ID for introspection basic auth.
🔐 secretVERITY_MCP_OAUTH_INTROSPECTION_CLIENT_SECRETNo Client secret for introspection basic auth.
🔐 secretVERITY_MCP_OAUTH_INTROSPECTION_TOKENNo Bearer token for introspection when basic auth is not used.
configVERITY_MCP_OAUTH_INTROSPECTION_URLNo RFC 7662 token introspection endpoint used to validate OAuth access tokens.
configVERITY_MCP_OAUTH_REQUIRED_SCOPESverity:mcp
configVERITY_MCP_OAUTH_RESOURCENo Override the RFC 8707 resource identifier. Defaults to the public MCP URL.
configVERITY_MCP_OAUTH_SCOPES"verity:mcp read" \
configVERITY_MCP_PATHMCP path /mcp --path or
configVERITY_MCP_PORTPort 3000 --port or or PORT
configVERITY_MCP_PUBLIC_HOSTAllowed hosts loopback/private hosts, VERCEL_URL, or configured public host VERITY_MCP_ALLOWED_HOSTS or
configVERITY_MCP_PUBLIC_URLNo Canonical public origin for OAuth metadata, e.g. https://mcp.verity.backworkai.com.
configVERITY_MCP_TRANSPORTTransport stdio --http or =http
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/backworkai-verity-mcp-12ga9x)](https://m8ven.ai/mcp/backworkai-verity-mcp-12ga9x)
commit: 2c6ebede14e18407b7ef9a818edf28ad2f2df205
code hash: bac4f51721f24ef0e3d54c46f450805dd271a769d0f9b8338bcfad5b2325dcbd
verified: 6/24/2026, 10:32:42 AM
view raw JSON →