Hive Civilization · MCP Server
Broker/observer layer for KYC/AML screening. Routes to third-party providers (Chainalysis, TRM Labs, Elliptic) and surfaces public sanctions list matches (OFAC SDN, FATF).
POST https://hive-mcp-agent-kyc.onrender.com/mcp
agent_kyc_screen_address — Route a blockchain address screening request to a third-party KYC/AML provider (Chainalysis, TRM Labs, or Elliptic). Returns the provider's risk score and flags verbatim. Cost: $0.10 USDC on Base. Until partnership keys are configured, returns 503 with backend_pending. Broker/observer layer only — does not issue attestations.agent_kyc_check_ofac_list — Check whether a target identifier (address, name, or ID) appears on the OFAC SDN public sanctions list. Free. Sources the list directly from treasury.gov and caches for 24h. Returns the match record verbatim from the public list. Broker/observer layer only.agent_kyc_check_fatf_list — Check whether a country code is on the FATF Call-for-Action or Increased-Monitoring lists. Free. Returns list category and FATF source URL. Snapshot is updated when FATF publishes (triannual). Broker/observer layer only.agent_kyc_query_status — Return the audit-log entry for a previously-issued screening query. Free. Returns query_id, requester DID, timestamp, provider used, result code, and a hash of the screened address. No PII is stored.GET /.well-known/mcp.jsonGET /.well-known/agent.jsonGET /healthGET /seo.json
v1.0.0 · brand #C08D23 · Author Steve Rotzin