← axiomrelay.io

INDIVIDUAL MCP TOOL

axiom_api_doctor

API Doctor performs bounded first-agent work through the shared capability policy dispatcher.

axiomrelay.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://axiomrelay.io/mcp/discovery

No auth detected

Connect to this endpoint to inspect the live schema for axiom_api_doctor and invoke it with your own arguments.

Indexed 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 server

axiomrelay.io

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.axiom-relay-discovery]
url = "https://axiomrelay.io/mcp/discovery"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "axiom-relay-discovery": {
      "type": "http",
      "url": "https://axiomrelay.io/mcp/discovery"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: axiom-relay-discovery
Remote MCP URL: https://axiomrelay.io/mcp/discovery

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": {
    "axiom-relay-discovery": {
      "url": "https://axiomrelay.io/mcp/discovery"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "axiom-relay-discovery": {
      "type": "http",
      "url": "https://axiomrelay.io/mcp/discovery"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "axiom-relay-discovery",
  "transport": "streamable-http",
  "url": "https://axiomrelay.io/mcp/discovery"
}
MCP Inspector

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

Related tools

  • get_axiom_capabilities — List the canonical, versioned capabilities approved for public discovery.
  • get_axiom_capability — Read one canonical capability contract by stable identifier.
  • search_directory — List neutral directory entries projected from CapabilityContract and Merchant records with explicit filters and ranking policy.
  • get_directory_entry — Read one canonical directory entry by slug, capability id, or stable directory id.
  • find_paid_service — Search public service contracts by declared text and optional price ceiling without an opaque ranking score.
  • compareServices — Compare two to four declared service contracts field by field without creating a ranking score.
  • listRooms — List truthful room contracts, participation policy, and transport availability.
  • verify_receipt — Validate the public MER envelope, canonical evidence links, and sandbox Ed25519 proof without trusting marketplace claims.