← Back to search
80
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
security llms-txtopenapiapimcpai-friendlyai

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 80/100

            

llms.txt Content

# Bitpoort > On-chain intelligence MCP for AI agents that act, not just read. 80 MCP tools and 270 REST paths (302 OpenAPI operations) live across Ethereum + Bitcoin + Hyperliquid (Polygon node live, public pipeline pending). Free instant API key, no signup. Three things you only get here: 1. **End-to-end AML workflow** — screen → assess → trace → monitor → signed report → public verify, across OFAC + UK + IL + JP (1,564 designated addresses), bridge-aware 3-hop tracing, retroactive sanctions exposure scanner. 2. **Agent-Safety contract** — pre-trade `validate_agent_action` + KYA signed agent identities + `dry_run` on every mutator + safety metadata on every response + per-customer audit log. The only MCP that builds agent safety into the protocol. 3. **Full Hyperliquid suite** — market, traders, funding arbs, liquidations, copy-trade, plus unique ETH ↔ HL cross-chain correlation that finds when on-chain whales front-run their own perp positions. 828 regression tests. 100% across correctness / freshness / provenance / cross-tool consistency. ## Get a key `POST https://api.bitpoort.com/v1/keys` returns a free-tier `bp_` key in one request. No email, no signup, 1 req/sec (60/min sliding window), 10,000/day, 90-day expiry. 50 instant keys per IP per day. For test/CI workloads that need higher creation throughput, register a permanent key at `POST /v1/register` (no daily creation cap, no expiry). ## MCP endpoint `https://mcp.bitpoort.com/` (Streamable HTTP, JSON-RPC over POST). Auth via `X-API-Key` header or `Authorization: Bearer`. OAuth 2.1 lane available with dynamic client registration at `https://api.bitpoort.com/.well-known/oauth-authorization-server`. ## Discovery - [/.well-known/mcp.json](https://bitpoort.com/.well-known/mcp.json): MCP discovery manifest (endpoint, transport, auth, lanes, eval baseline, capability summary) - [Agent integration guide](https://docs.bitpoort.com/agents): paste-ready config for Claude Code, Claude Desktop

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"Bitpoort API","description":"Multi-chain on-chain intelligence for AI agents. REST + MCP live across Ethereum, Bitcoin, and Hyperliquid, with Polygon node coverage in progress.\n\n## Authentication\nMost endpoints require an `X-API-Key` header (alternative: `Authorization: Bearer`). Public endpoints (instant key creation, trust, health, discovery) are marked with `security: []` per-route. Get a free key in one request: `POST https://api.bitpoort.com/v1/keys` -