← onchain-ai.xyz

INDIVIDUAL MCP TOOL

get_tool_detail

Get full detail (install risk, x402 verification flags, chains, repo) for a tool by slug.

onchain-ai.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

onchain-ai.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.onchainai]
url = "https://www.onchain-ai.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "onchainai": {
      "type": "http",
      "url": "https://www.onchain-ai.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: onchainai
Remote MCP URL: https://www.onchain-ai.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "onchainai": {
      "url": "https://www.onchain-ai.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "onchainai": {
      "type": "http",
      "url": "https://www.onchain-ai.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "onchainai",
  "transport": "streamable-http",
  "url": "https://www.onchain-ai.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — Search OnchainAI for crypto/onchain MCP, CLI, SDK, API, x402, and AI-agent tools by capability.
  • list_categories — List all tool categories with counts.
  • get_dashboard_snapshot — Public no-login snapshot of OnchainAI tool coverage, categories, trust, x402, and featured tool lists
  • get_install_guide — Get platform-specific install guide.
  • check_endpoint_health — Premium K2 x402 trust data: endpoint liveness, 30-day probe uptime, and last probe time for a listed x402 tool.
  • compare_tools — Free discovery on public POST /mcp: compare 2–4 approved tools side-by-side on trust, install risk, chains, pricing, and x402 status.
  • export_toolkit — Premium: export a bundle of approved tools as JSON + markdown install kit for agents.
  • recommend_verified_tool — Premium: returns a single verified live x402 tool for a task.