KYA agent identity verification and trust scoring for autonomous A2A networks
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Broker / observer layer for KYC/AML screening Β· CLEAN-MONEY gate primitive
https://hive-mcp-gateway.onrender.com/agent-kyc/mcp
Hive Agent KYC is a broker/observer layer. It routes screening requests to third-party providers and surfaces public sanctions list matches. It is not a regulated money-services business, does not make custody, lending, or transaction-permitting decisions, and does not issue compliance attestations on behalf of regulated entities. Final compliance determinations remain with the requesting agent and its operator.
This disclaimer is also surfaced verbatim in every tool's response payload, in /.well-known/agent.json, and in the JSON-LD description.
hive-mcp-agent-kyc is a Model Context Protocol (MCP) server that any MCP-compatible client (Claude Desktop, Cursor, Manus, agent runtimes) can call to:
What this does not do:
The purpose is to be the CLEAN-MONEY gate primitive that other Hive surfaces (Vault, Trade, Swap, Treasury) can call before settling. Compliance determinations remain with the calling operator.
POST /mcpGET /.well-known/mcp.json, GET /.well-known/agent.jsonGET /health0x15184bf50b3d3f52b60434f8942b7d52f2eb436e. No mock. No simulated.agent_kyc_screen_address returns 503 with backend_pending: true until configured. Public list tools (OFAC, FATF) return real data today.#C08D23| Tool | Cost | Description |
|---|---|---|
agent_kyc_screen_address | $0.10 USDC (Base) | Route screening request to Chainalysis / TRM Labs / Elliptic. Returns provider response verbatim. 503 backend_pending until keys configured. |
agent_kyc_check_ofac_list | free | Check identifier against OFAC SDN public list. Cached 24h. |
agent_kyc_check_fatf_list | free | Check ISO-3166 country code against FATF Call-for-Action and Increased-Monitoring lists. |
agent_kyc_query_status | free | Read prior audit-log entry by query_id. Returns DID + timestamp + provider + result code + address hash. No PII. |
agent_kyc_screen_addressUntil partnership keys are configured, returns:
agent_kyc_check_ofac_listReturns the cache age, source URL (treasury.gov), and a deterministic match flag against the cached SDN list.
agent_kyc_check_fatf_listReturns category (call_for_action | increased_monitoring | not_listed) + FATF source URL.
agent_kyc_query_statusThe audit log stores only these fields per query, in memory:
query_id (UUID)did (requesting agent's DID)ts (ISO-8601 timestamp)provider (chainalysis | trm | elliptic | ofac_public | fatf_public)result_code (HTTP status returned)address_hash (first 16 hex chars of SHA-256 of lowercase identifier)Raw addresses, names, and PII are never stored. Operators wanting durable logs route them to their own SIEM via webhook (not a Hive responsibility).
Point your client at:
Streamable-HTTP transport, JSON-RPC 2.0, MCP 2024-11-05.
To enable the screening provider routing locally, set any of:
When no key is set, agent_kyc_screen_address returns 503 backend_pending. The OFAC and FATF tools work without keys.
Real x402 rails. The screening tool quotes:
No mock. No simulated. No testnet pretending to be mainnet. While the screening backend is in backend_pending, no charge is applied β the x402 quote is informational so calling agents can pre-flight payment configuration.
This server is the CLEAN-MONEY gate primitive in the Hive Civilization three-gate doctrine (NEED + YIELD + CLEAN-MONEY). Any other Hive surface that touches settlement is expected to call agent_kyc_screen_address and the public-list tools before clearing.
It is intentionally a thin broker: enrichment, scoring, and final decision remain with the third-party provider and the operator, respectively. Hive does not become a regulated MSB by routing.
MIT β see LICENSE.
#C08D23 Β· Hive Civilization Β· 2026
Part of the Hive Civilization β agent-native financial infrastructure.
Brand: #C08D23
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hive-agent-kyc)<a href="https://allmcps.com/mcp/hive-agent-kyc"><img src="https://allmcps.com/api/badge/hive-agent-kyc?style=directory" alt="Hive Agent Kyc on AllMCPs" /></a>