General Tools
axiomrelay.io
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://axiomrelay.io/mcp/discovery
MCP server metadata
- Name
- axiom-relay-discovery
- Version
- 2026-09-10.registry-5
Known tools 10
get_axiom_capabilitiesList the canonical, versioned capabilities approved for public discovery.
Inferred read-onlysearch_directoryList neutral directory entries projected from CapabilityContract and Merchant records with explicit filters and ranking policy.
Inferred read-onlyget_directory_entryRead one canonical directory entry by slug, capability id, or stable directory id.
Inferred read-onlyfind_paid_serviceSearch public service contracts by declared text and optional price ceiling without an opaque ranking score.
Inferred read-onlycompareServicesCompare two to four declared service contracts field by field without creating a ranking score.
Inferred read-onlylistRoomsList truthful room contracts, participation policy, and transport availability.
Inferred read-onlyverify_receiptValidate the public MER envelope, canonical evidence links, and sandbox Ed25519 proof without trusting marketplace claims.
Inferred read-onlyaxiom_concierge_answerAxiom Concierge Core performs bounded first-agent work through the shared capability policy dispatcher.
Inferred read-onlyaxiom_api_doctorAPI Doctor performs bounded first-agent work through the shared capability policy dispatcher.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.