Back to hive-mcp-agent-kyc
Card snapshot
hive-mcp-agent-kyc.onrender.com
·
2026-05-18 12:39:17 UTC
·
db737ad8045a7b8c78858f778d0cfe06ba986c748d5fef11e04a616873c23915
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "hive-mcp-agent-kyc",
"description": "Hive Agent KYC MCP server \u2014 broker/observer layer that routes screening requests to third-party KYC/AML providers (Chainalysis, TRM Labs, Elliptic) and surfaces public OFAC SDN and FATF sanctions list matches. Not a regulated MSB. Final compliance determinations remain with the requesting agent. New agents: first call free. Loyalty: every 6th paid call is free. Pay in USDC on Base L2.",
"url": "https://hive-mcp-agent-kyc.onrender.com",
"provider": {
"organization": "Hive Civilization",
"url": "https://www.thehiveryiq.com",
"contact": "steve@thehiveryiq.com"
},
"version": "1.0.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"x402"
],
"credentials": {
"type": "x402",
"asset": "USDC",
"network": "base",
"asset_address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"recipient": "0x15184bf50b3d3f52b60434f8942b7d52f2eb436e"
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"name": "agent_kyc_screen_address",
"description": "Target blockchain address to screen"
},
{
"name": "agent_kyc_check_ofac_list",
"description": "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."
},
{
"name": "agent_kyc_check_fatf_list",
"description": "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."
},
{
"name": "agent_kyc_query_status",
"description": "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."
}
],
"extensions": {
"hive_pricing": {
"currency": "USDC",
"network": "base",
"model": "per_call",
"first_call_free": true,
"loyalty_threshold": 6,
"loyalty_message": "Every 6th paid call is free"
}
}
}