io.github.Coinyak/onchainai
Official6 toolsby Coinyak · Rust
OnchainAI
Crypto tool directory MCP for AI agents — discover MCP/CLI/SDK/API/x402 tools with trust metadata.
Directory of crypto tools and MCPs with trust metadata for discovering integrations.
Topics
Captured live from the server via tools/list.
search_tools
Search OnchainAI for crypto/onchain MCP, CLI, SDK, API, x402, and AI-agent tools by capability. Use when you need to find or compare tools for a task. Examples: bridge USDC to Base, Uniswap MCP server, Solana wallet SDK. For browsing by function, call list_categories first and pass the returned id as category.
Parameters (6)
- categorystring
Optional OnchainAI function filter. Use list_categories ids (bridge, swap, wallet, payments, lending, staking, trading, nft, data, dev-tool, identity, governance, social, ai-agent).
- chainstring
Optional chain filter, such as base, ethereum, solana, arbitrum, or bitcoin
- cursorstring
Pagination offset string from the previous next_cursor (e.g. "10", "20"). Omit or pass "0" for the first page.
- limitinteger
Maximum number of tools to return; defaults to 10
- querystringrequired
Natural-language capability, package, protocol, or tool name to search for
- sortstring
Ranking strategy. Defaults to relevance, which combines text relevance, trust, stars, and freshness
get_tool_detail
Get full detail (trust score, install risk, x402 status, chains, repo) for a tool by slug. Use the slug from search_tools results. Call before get_install_guide to verify trust, x402, and install risk.
Parameters (1)
- slugstringrequired
Tool slug from search_tools results
list_categories
List all tool categories with counts. Use for browsing what exists on OnchainAI. Pass the returned id as search_tools category to filter by function.
No parameters.
get_dashboard_snapshot
Public no-login snapshot of OnchainAI tool coverage, categories, trust, x402, and featured tool lists
Parameters (1)
- limitinteger
Maximum tools or buckets per section
get_install_guide
Get platform-specific install guide. Pass slug from search_tools or get_tool_detail and platform (claude, cursor, generic). If blocked=true or risk_level=critical, do not install.
Parameters (2)
- platformstringrequired
Target agent environment for install steps
- slugstringrequired
Tool slug from search_tools or get_tool_detail — do not guess slugs
check_endpoint_health
Premium x402 trust data: endpoint liveness, 30-day probe uptime, and last probe time for a listed x402 tool. Requires x402 micropayment per call (HTTP 402 handshake via PAYMENT-SIGNATURE). Free discovery tools remain search_tools/get_tool_detail.
Parameters (1)
- slugstringrequired
Tool slug from search_tools — must be an x402-listed tool
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"onchainai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.onchain-ai.xyz/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.