screenverity-mcp
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., "@screenverity-mcpScreen Dr. Alan Greene (NPI 1234567890) against loaded exclusion lists"
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.
screenverity-mcp
MCP server for ScreenVerity — U.S. exclusion, debarment and licence screening for agents, with an Ed25519-signed receipt of exactly which list snapshots were checked.
Screening one name through a state or federal portal usually costs an agent ~50k–200k tokens
of browse-and-parse traffic and leaves no audit artefact. One POST /v1/screen is ~2k tokens
of structured JSON, and it leaves evidence.
Coverage is explicit and deliberately unexaggerated — call sources and read it. This is not a
"50 states" product.
Install
npx screenverity-mcpOr run the single file directly — it has no dependencies:
curl -O https://api.screenverity.com/mcp/server.js
node server.jsClaude Code
claude mcp add screenverity -- npx -y screenverity-mcpAny MCP client (stdio)
{
"mcpServers": {
"screenverity": {
"command": "npx",
"args": ["-y", "screenverity-mcp"]
}
}
}Related MCP server: oig-leie-mcp
Tools
Tool | What it does |
| Screen one subject across every loaded list; returns |
| Which lists are loaded, their jurisdiction, freshness, and |
| Check an Ed25519 receipt against its request/response |
All three are free. No API key, no account, no wallet.
Call sources before assuming any particular list is covered.
Cost
Free. There is no payment, no key and no account.
The public endpoint is rate limited. If you are limited, screen returns
{"error": "rate_limited"} — it never fabricates a clear result. That property is
deliberate: a screening tool that guesses is worse than no screening tool.
0.1.0 charged $0.25 per call via x402. That is gone. If you pinned 0.1.0, upgrade — it points at an endpoint that no longer exists in that form.
Using the results
possible_matchmeans adjudicate, not auto-reject.If
completeisfalse, a list was unavailable — it is not a full screen.Always pass
npi,dob, orlicensewhen you have them. Common names without identifiers are capped atpossible_matchby design.
Not a consumer report
ScreenVerity is compliance-workflow tooling that retrieves and signs public exclusion-list data. It is not a consumer reporting agency and its output is not a consumer report. Do not use it to make eligibility decisions about employment, credit, insurance, or housing. Consult counsel about FCRA obligations for your use case.
More
Skill description for agents:
SKILL.mdIntegration guide:
INTEGRATION.mdAPI spec:
openapi.json· live at https://api.screenverity.com/openapi.jsonCoverage, right now: https://api.screenverity.com/v1/sources
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceRoutes blockchain address screening to third-party KYC/AML providers and checks public sanctions lists, serving as a clean-money gate primitive for MCP-compatible agents.MIT
- AlicenseNot gradedqualityCmaintenanceScreens individuals and entities against the OIG LEIE exclusion list, returning candidate matches that require human verification.MIT
- AlicenseNot gradedqualityCmaintenanceScreens names against the US Consolidated Screening List including OFAC SDN and BIS Entity List, keyless.10MIT
- AlicenseNot gradedqualityDmaintenanceEnables verification of AI agent identity, authority, and integrity at transaction time, returning signed verdicts for allow, step-up, review, or block.MIT
Related MCP Connectors
Screen names against the US Consolidated Screening List: OFAC SDN, BIS Entity List +10 more lists
OFAC sanctions screening for AI agents: screen names, wallets, entities against the SDN list.
Real-time AML and sanctions screening for agent-to-agent transactions
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/williamblakecunningham-max/screenverity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server