← x402dash.com

INDIVIDUAL MCP TOOL

get_endpoint_detail

Get full details for a single x402 endpoint including liveness scores, AI enrichment, on-chain activity, and payment specification.

x402dash.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

x402dash.com

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.x402dash-com]
url = "https://api.x402dash.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "x402dash-com": {
      "type": "http",
      "url": "https://api.x402dash.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: x402dash-com
Remote MCP URL: https://api.x402dash.com/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": {
    "x402dash-com": {
      "url": "https://api.x402dash.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "x402dash-com": {
      "type": "http",
      "url": "https://api.x402dash.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "x402dash-com",
  "transport": "streamable-http",
  "url": "https://api.x402dash.com/mcp"
}
MCP Inspector

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

Related tools

  • search_endpoints — Search x402 endpoints by keyword.
  • list_categories — List all endpoint categories with counts.
  • list_providers — List top x402 endpoint providers by endpoint count with aggregate liveness stats.
  • get_ecosystem_stats — Get aggregate ecosystem statistics: total endpoints, average liveness, readiness breakdown, and top performing endpoints.
  • find_best_endpoint — Find the best x402 endpoint for a specific task.
  • get_endpoint_history — Get liveness check history for a single endpoint — shows uptime over time.
  • check_health — Check if the x402dash service is operational.