Skip to main content
Glama

screenverity-mcp

MCP 서버 for ScreenVerity — 미국 제외, 자격 박탈 및 라이선스 스크리닝을 에이전트에게 제공하며, 정확히 어떤 목록 스냅샷이 확인되었는지에 대한 Ed25519 서명 영수증을 포함합니다.

주 또는 연방 포털을 통해 한 이름을 스크리닝하는 것은 일반적으로 에이전트에게 약 50k–200k 토큰의 탐색 및 파싱 트래픽을 소모하며 감사 증적을 남기지 않습니다. 하나의 POST /v1/screen약 2k 토큰의 구조화된 JSON이며, 증거를 남깁니다.

커버리지는 명시적이며 의도적으로 과장되지 않았습니다 — sources를 호출하여 읽어보세요. 이것은 '50개 주' 제품이 아닙니다.

Install

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

Any MCP client (stdio)

{
  "mcpServers": {
    "screenverity": {
      "command": "npx",
      "args": ["-y", "screenverity-mcp"]
    }
  }
}

Related MCP server: oig-leie-mcp

Tools

Tool

What it does

screen

로드된 모든 목록에서 한 대상을 스크리닝합니다; clear / possible_match / match + 서명된 영수증을 반환합니다

sources

로드된 목록, 해당 관할권, 최신성, 그리고 full / partial / never_loaded 커버리지를 나타냅니다

verify_receipt

Ed25519 영수증을 요청/응답과 대조하여 확인합니다

세 가지 모두 무료입니다. API 키, 계정, 지갑이 필요 없습니다.

특정 목록이 포함되어 있다고 가정하기 전에 sources를 호출하세요.

Cost

무료입니다. 결제, 키, 계정이 없습니다.

공개 엔드포인트는 속도 제한이 있습니다. 제한되면 screen{"error": "rate_limited"}를 반환합니다 — 결코 clear 결과를 조작하지 않습니다. 이 속성은 의도적입니다: 추측하는 스크리닝 도구는 없는 것보다 나쁩니다.

0.1.0은 x402를 통해 호출당 $0.25를 청구했습니다. 그것은 사라졌습니다. 0.1.0을 고정했다면 업그레이드하세요 — 해당 형식으로 더 이상 존재하지 않는 엔드포인트를 가리킵니다.

Using the results

  • possible_match심사를 의미하며, 자동 거부가 아닙니다.

  • completefalse이면 목록을 사용할 수 없었던 것입니다 — 전체 스크린이 아닙니다.

  • 가능하면 항상 npi, dob 또는 license를 전달하세요. 식별자가 없는 일반적인 이름은 설계상 possible_match로 제한됩니다.

Not a consumer report

ScreenVerity는 공개 제외 목록 데이터를 검색하고 서명하는 규정 준수 워크플로 도구입니다. 이는 소비자 신용평가 기관이 아니며 그 출력은 소비자 신용보고서가 아닙니다. 고용, 신용, 보험 또는 주거에 대한 자격 결정에 사용하지 마십시오. 귀하의 사용 사례에 대한 FCRA 의무에 대해 법률 자문을 구하십시오.

More

License

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