Bitpoort — compliance-grade on-chain intelligence for AI agents
80 MCP tools and 270 REST paths (302 OpenAPI operations) live across Ethereum, Bitcoin, and Hyperliquid, with Polygon node coverage in progress. Free instant API key, no signup. Screen any wallet over its full transaction history and turn any answer into an HMAC-signed compliance report anyone can re-verify at the public verify endpoint — no account needed.
Start agent quickstart →
Read docs
See a real signed report
Quickstart in 60 seconds
Get a key — POST https://api.bitpoort.com/v1/keys returns a free bp_ key, no signup, 50/IP/day, 90-day expiry.
First call — curl -H "X-API-Key: bp_..." "https://api.bitpoort.com/v1/whales/recent?chain=ETH&limit=3".
Plug into MCP — point your client at https://mcp.bitpoort.com/ with header X-API-Key. Paste-ready configs at /agents.md .
Discover programmatically
/agents — Full agent integration guide with copy-paste config for every supported MCP host (Claude Code, Claude Desktop, Cursor, VS Code, Codex/OpenClaw, Anthropic SDK, OpenAI Agents SDK, plain JSON-RPC)
/agents.md — same content, LLM-readable markdown
/llms.txt — LLM index
/docs — REST + MCP documentation: 80 MCP tools and 270 REST paths (302 OpenAPI operations)
/sample-report — a REAL signed compliance report (OFAC-designated Lazarus Group address), rendered live from the public verify endpoint
GET https://api.bitpoort.com/v1/verify/<content_hash> — re-verify any signed report: exact signed JSON + server-side signature re-check (public, no auth; append /pdf for the signed PDF re-render)
compliance.bitpoort.com/studio — Compliance Studio: screen a wallet free, generate the signed report
/.well-known/mcp.json — MCP discovery manifest
api.bitpoort.com/openapi-summary.json — counts + canonical URLs in one JSON
api.bitpoort.com/v1/trust — Live trust + accuracy baseline (public, no auth)
api.bitpoort.com/openapi.json — OpenAPI 3.1 spec (public, no auth)
api.bitpoort.com/redoc — ReDoc UI (public, no auth)
api.bitpoort.com/health — JSON liveness + chain health (public)
MCP endpoint
https://mcp.bitpoort.com/ (Streamable HTTP, X-API-Key header)