Crypto tool directory MCP for AI agents β discover MCP/CLI/SDK/API/x402 tools with trust metadata.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by OnchainAI.
search_toolsSearch by capability ("bridge USDC to Base"), filter by category/chain, sort by relevance/trust/stars/recent
get_tool_detailFull metadata for one tool: trust score, install risk, chains, repo, x402 pricing
get_install_guidePlatform-specific install steps (claude / cursor / generic / cli) with safety gating β `critical`-risk commands are withheld
list_categoriesBrowse the taxonomy with tool counts
get_dashboard_snapshotPublic coverage snapshot: totals, categories, trust, x402, featured
compare_toolsSide-by-side comparison of 2β4 tools on trust, risk, chains, pricing
Crypto tools, unified. Discover, vet, and install MCP, CLI, SDK, API, x402, RWA, and AI-agent tools β from the web or straight from your agent.
Live: onchain-ai.xyz Β· Connect hub: onchain-ai.xyz/connect
Crypto tooling is fragmented across CryptoSkill, Smithery, npm, GitHub topics, and dozens of separate registries β and most of it is hard to judge: is this MCP server official? Is the install command safe? Does it charge x402 payments on every call?
OnchainAI auto-discovers tools from multiple sources, normalizes them into one 3-axis taxonomy (Function Γ Asset Class Γ Actor), scores trust and install risk, and exposes everything to both humans (web UI) and agents (MCP server, plugin, skill) β so "find me a safe tool to bridge USDC to Base" is one question, not an afternoon of research.
Default MCP is a no-auth directory endpoint (discovery/metadata β not wallet
custody). Free discovery on public /mcp (search, detail, compare, install
guides, categories, β¦). Optional OnchainAI-owned premium tools may return HTTP 402
and settle via x402 ($0.01 USDC for export_toolkit /
recommend_verified_tool / gap_audit; ~$0.001 USDC for
check_endpoint_health). Website browse stays free.
OKX marketplace integrators only: paid package path
https://www.onchain-ai.xyz/mcp/okx (~$0.1 every tools/call when the OKX gate
is active). Coding agents and the Claude plugin must use /mcp, not /mcp/okx.
| Client | Setup |
|---|---|
| Claude Code | claude mcp add --transport http onchainai https://www.onchain-ai.xyz/mcp |
| Claude Desktop / Web | Settings β Connectors β Add custom connector β paste the URL above |
| Cursor / VS Code | One-click deeplinks on the connect hub, or paste the JSON below |
| ChatGPT | Settings β Connectors (Developer mode) β new connector with the URL above |
| Anything else | npx add-mcp https://www.onchain-ai.xyz/mcp, or npx mcp-remote https://www.onchain-ai.xyz/mcp for stdio-only clients |
Full per-client walkthroughs (Codex, Windsurf, Gemini CLI, β¦): docs/CONNECT.md or the live /connect page.
POST /mcp)| Tool | Billing | What it does |
|---|---|---|
search_tools | Free | Search by capability ("bridge USDC to Base"), filter by category/chain, sort by relevance/trust/stars/recent |
get_tool_detail | Free | Full metadata for one tool: trust score, install risk, chains, repo, x402 pricing |
get_install_guide | Free | Platform-specific install steps (claude / cursor / generic / cli) with safety gating β critical-risk commands are withheld |
list_categories | Free | Browse the taxonomy with tool counts |
get_dashboard_snapshot | Free | Public coverage snapshot: totals, categories, trust, x402, featured |
compare_tools | Free | Side-by-side comparison of 2β4 tools on trust, risk, chains, pricing |
get_price_history / get_x402_trends | Free | Probe history and catalog x402 trends (metadata) |
export_toolkit | $0.01 USDC | Export a JSON + markdown install kit by slugs or category |
recommend_verified_tool | $0.01 USDC | Pick one verified/live tool for an intent with rejection reasons |
gap_audit | $0.01 USDC | Decompose an intent and report catalog coverage gaps |
check_endpoint_health | ~$0.001 USDC | Live endpoint probe + 30-day uptime for a listed x402 tool (HTTP 402 handshake) |
Linking your account from a coding agent (/connect#agent-sync) unlocks three more
(account link β payment): save_to_toolkit, save_stack_to_blueprint, and link_status.
Full hybrid table (incl. /mcp/okx): docs/CONNECT.md.
One command wires up the MCP server, a /find-tool command, and a crypto-tools skill:
The bundle lives in plugin/onchainai/ β it connects only
OnchainAI's own read-only endpoint, never auto-runs install commands, and always
discloses x402 pricing before recommending a paid tool.
plugin/onchainai/skills/onchainai-crypto-tools/SKILL.md
teaches an agent when to search the directory, how to rank trust signals, and the
hard safety rules (never install critical-risk tools, always surface x402 costs).
It ships with the plugin; you can also copy the skill directory into
~/.claude/skills/ or upload it to any agent runtime that supports Agent Skills.
critical commands, operator review queue, quarantineOnchainAI is a tool directory MCP (discovery/metadata), not a custody wallet:
payment_verified, x402_endpoint_verified, price_verified) and never proxy those payments.referrer/split payment fields.export_toolkit, recommend_verified_tool, gap_audit, check_endpoint_health) may settle x402 to our payee wallet when called β that is selling our own service, not custodying others.Details: docs/X402_REFERRAL_SPEC.md, hybrid connect: docs/CONNECT.md.
cargo run --features ssr)/api, /auth, /mcp to the Railway APIThe crate's default feature set is empty so server deps don't leak into any WASM/client build. Plain
cargocommands that touch server code need--features ssr.
Common checks:
| Path | What lives there |
|---|---|
src/ | Rust API: MCP server, REST /api/v2, auth, crawler, trust/risk pipeline |
frontend/ | Next.js app (Vercel): public UI + admin dashboard |
plugin/onchainai/ | Claude Code plugin bundle (MCP config, /find-tool, skill) |
migrations/ | sqlx Postgres migrations (RLS policies included) |
docs/ | Design docs, specs, operator guide (index) |
scripts/ | Dev/deploy/verification gates (see AGENTS.md) |
agent/, .agents/ | Skills and harness config for AI coding agents working on this repo |
| File | Purpose |
|---|---|
| docs/CONNECT.md | Connect any MCP client, install the plugin/skill |
| docs/MVP_DESIGN.md | Architecture, DB schema, crawler, MCP server |
| docs/X402_REFERRAL_SPEC.md | x402 referral/attribution design (no-custody) |
| docs/LAUNCH_READINESS_SPEC.md | Public-launch checklist and roadmap spec |
| docs/SECURITY.md | Security design: auth, RLS, headers, rate limiting |
| docs/UI_UX_DESIGN.md | Full UI spec |
| docs/OPERATOR_GUIDE.md | Operator/admin playbook (Korean) |
| docs/BUILD_DEPLOY_RULES.md | Build coherence, smoke gates, Railway/Vercel deploy |
| AGENTS.md | Entry point for AI coding agents |
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/onchainai)<a href="https://allmcps.com/mcp/onchainai"><img src="https://allmcps.com/api/badge/onchainai?style=directory" alt="OnchainAI on AllMCPs" /></a>