screenverity-mcp
screenverity-mcp
用于 ScreenVerity 的 MCP 服务器 —— 为智能体提供美国排除、取消资格和执照筛查,并带有 Ed25519 签名的收据,精确记录检查了哪些列表快照。
通过州或联邦门户筛查一个名字,通常会让一个智能体花费 ~50k–200k tokens 的浏览和解析流量,并且不会留下任何审计痕迹。而一次 POST /v1/screen 只需 ~2k tokens 的结构化 JSON,并且会留下证据。
覆盖范围是明确的,并且刻意不夸大 —— 调用 sources 并阅读它。这不是一个“50 个州”的产品。
安装
npx screenverity-mcp或者直接运行这个单文件 —— 它没有任何依赖:
curl -O https://api.screenverity.com/mcp/server.js
node server.jsClaude Code
claude mcp add screenverity -- npx -y screenverity-mcp任意 MCP 客户端(stdio)
{
"mcpServers": {
"screenverity": {
"command": "npx",
"args": ["-y", "screenverity-mcp"]
}
}
}Related MCP server: oig-leie-mcp
工具
工具 | 功能 |
| 跨所有已加载列表筛查一个主体;返回 |
| 已加载了哪些列表、它们的管辖范围、新鲜度,以及 |
| 将 Ed25519 收据与其请求/响应进行核对 |
这三项全部免费。 无需 API 密钥,无需账户,无需钱包。
在假设任何特定列表已被覆盖之前,请先调用 sources。
费用
免费。无需付费,无需密钥,无需账户。
公共端点有速率限制。如果你被限流,screen 会返回 {"error": "rate_limited"} —— 它绝不会伪造 clear 结果。 这一特性是刻意设计的:一个会猜测的筛查工具比没有筛查工具更糟。
0.1.0 通过 x402 每次调用收取 $0.25。这已经取消了。如果你锁定的是 0.1.0,请升级 —— 它指向的端点已不再以那种形式存在。
使用结果
possible_match意味着需要裁定,而不是自动拒绝。如果
complete为false,说明某个列表不可用 —— 这不是一次完整的筛查。当你拥有
npi、dob或license时,请始终传入它们。没有标识符的常见名字按设计会被限制为possible_match。
并非消费者报告
ScreenVerity 是合规工作流工具,用于检索并签署公开的排除名单数据。它不是消费者报告机构,其输出也不是消费者报告。请勿使用它来做出有关就业、信贷、保险或住房的资格决定。请就你的用例咨询法律顾问,了解 FCRA 义务。
更多
面向智能体的技能描述:
SKILL.md集成指南:
INTEGRATION.mdAPI 规范:
openapi.json· 在线地址:https://api.screenverity.com/openapi.json
许可证
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