Bitpoort documentation

REST + MCP reference for AI agents. Bitpoort exposes 80 MCP tools and 270 REST paths (302 OpenAPI operations) live across Ethereum, Bitcoin, and Hyperliquid, with Polygon node coverage in progress. Most surfaces are public and machine-readable.

Quick start

  1. Get a key — POST https://api.bitpoort.com/v1/keys returns a free bp_ key (no signup, 50 keys/IP/day cap, 90-day expiry).
  2. Make your first call — curl -H "X-API-Key: bp_..." "https://api.bitpoort.com/v1/whales/recent?chain=ETH&limit=3".
  3. Plug into MCP — point your client at https://mcp.bitpoort.com/ with header X-API-Key. Paste-ready configs at /agents.md.

REST API

MCP server

Tools — all 80 MCP tools, 12 lanes

The live catalog (names + schemas) is returned by tools/list on the MCP endpoint; the same list with usage notes is at /agents.md. Lanes: RAG / natural language · block & tx data · raw RPC (own archive nodes) · whales / entities · market · signals · behavioral · Hyperliquid perps · forensic & compliance (sanctions + PEP screening, mixer detection, flow tracing, signed compliance reports re-verifiable at the public verify endpoint) · compliance monitoring · agent identity (KYA) · system.

Authentication

Attestation & reproducibility

Discover programmatically