Skip to main content
Glama

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.js

Claude 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

工具

工具

功能

screen

跨所有已加载列表筛查一个主体;返回 clear / possible_match / match 以及一份签名收据

sources

已加载了哪些列表、它们的管辖范围、新鲜度,以及 full / partial / never_loaded 覆盖情况

verify_receipt

将 Ed25519 收据与其请求/响应进行核对

这三项全部免费。 无需 API 密钥,无需账户,无需钱包。

在假设任何特定列表已被覆盖之前,请先调用 sources

费用

免费。无需付费,无需密钥,无需账户。

公共端点有速率限制。如果你被限流,screen 会返回 {"error": "rate_limited"} —— 它绝不会伪造 clear 结果。 这一特性是刻意设计的:一个会猜测的筛查工具比没有筛查工具更糟。

0.1.0 通过 x402 每次调用收取 $0.25。这已经取消了。如果你锁定的是 0.1.0,请升级 —— 它指向的端点已不再以那种形式存在。

使用结果

  • possible_match 意味着需要裁定,而不是自动拒绝。

  • 如果 completefalse,说明某个列表不可用 —— 这不是一次完整的筛查。

  • 当你拥有 npidoblicense 时,请始终传入它们。没有标识符的常见名字按设计会被限制为 possible_match

并非消费者报告

ScreenVerity 是合规工作流工具,用于检索并签署公开的排除名单数据。它不是消费者报告机构,其输出也不是消费者报告。请勿使用它来做出有关就业、信贷、保险或住房的资格决定。请就你的用例咨询法律顾问,了解 FCRA 义务。

更多

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

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

View all MCP Connectors

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/williamblakecunningham-max/screenverity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server