{
  "markdown": "# infinihash-kyt-mcp\n\n<!-- mcp-name: io.github.Infinihash/infinihash-kyt-mcp -->\n\nMCP server for [Infinihash KYT](https://kyt.infinihash.com) — real-time blockchain transaction monitoring, sanctions screening, and SAR generation as MCP tools.\n\nGives any MCP-compatible agent (Claude Desktop, Cursor, Cline, automation pipelines) access to:\n\n- **`kyt_screen_wallet`** — screen a wallet against OFAC SDN + 18.8K+ risk labels in under 200ms\n- **`kyt_lookup_intel`** — get known intel tags for an address (no full screen)\n- **`kyt_recent_screenings`** — what your org has been screening\n- **`kyt_create_case`** — open a compliance case from a risky screening\n- **`kyt_list_cases`** — list open / SAR-pending / closed cases\n- **`kyt_get_case`** — fetch one case with evidence notes\n- **`kyt_add_case_note`** — append investigation notes to the audit trail\n- **`kyt_generate_sar`** — render a FinCEN-aligned SAR draft\n- **`kyt_stats`** — coverage stats (per-source breakdown)\n- **`kyt_health`** — backend health probe\n\n## Install\n\n```bash\nuvx infinihash-kyt-mcp\n```\n\nOr:\n\n```bash\npip install infinihash-kyt-mcp\n```\n\n## Get an API key\n\nFree tier — 100 screenings/month, no credit card required, key live in <60 seconds:\n\n→ <https://kyt.infinihash.com/kyt/settings/api-keys>\n\n## Claude Desktop config\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"infinihash-kyt\": {\n      \"command\": \"uvx\",\n      \"args\": [\"infinihash-kyt-mcp\"],\n      \"env\": {\n        \"KYT_API_KEY\": \"kyt_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Cursor / Cline\n\nSame JSON, different file. See the [docs](https://kyt.infinihash.com/docs).\n\n## Example prompts after install\n\n```\nScreen wallet 0x722122dF12D4e14e13Ac3b6895a86e84145b6967 — is it sanctioned?\n\nOpen a case for the Tornado Cash address I just screened.\n\nGenerate a SAR draft for case <id> and email me a summary of what to include.\n\nWhat labels do we have on 0x... — quick check, no full screen.\n```\n\n## Why KYT over alternatives\n\n- **Published pricing** — no \"contact sales\" — Free $0, Starter $49/mo (500 screenings), Pro $199/mo (3,000 screenings)\n- **Source transparency** — every label tiered (T1 OFAC, T2 threat intel, T3 on-chain, T4 community) and source-attributed at [/trust](https://kyt.infinihash.com/kyt/trust)\n- **Self-serve in minutes** — API key in under a minute, no procurement cycle\n- **Sub-200ms screens** — fast-path cache returns sanctioned wallets in milliseconds\n\nCompare honestly vs TRM Labs + Chainalysis Reactor Lite: <https://kyt.infinihash.com/kyt/compare>\n\n## Compliance note\n\nKYT is a decision-support tool, not a SAR filing service. Your organisation remains solely responsible for SAR submissions via the [BSA E-Filing System](https://bsaefiling.fincen.treas.gov/) and for all regulatory determinations.\n\n## Links\n\n- API docs: <https://kyt.infinihash.com/docs>\n- Trust Center: <https://kyt.infinihash.com/kyt/trust>\n- Compare: <https://kyt.infinihash.com/kyt/compare>\n- Support: <mailto:support@infinihash.com>\n\nMIT licensed.\n",
  "bytes": 3042,
  "sha": "8110933f593c555b186e40576b184e137bca964e47dfcf868195053ec1cd4ec7",
  "repo_slug": "infinihash/infinihash-kyt-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_infinihash_infinihash_kyt_mcp_72be0479/readme"
}