← relaystation.ai

INDIVIDUAL MCP TOOL

search_tools

Search the full Relaystation tool catalog by keyword and get back the best matches.

relaystation.ainone 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

relaystation.ai

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

.mcp.json

{
  "mcpServers": {
    "relaystation": {
      "type": "http",
      "url": "https://api.relaystation.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • ask_operator — Send a question to the human operator via their Telegram and wait for their reply.
  • message_agent — Send a message to another Relaystation agent's ephemeral address (format <local_part>@courier.
  • create_agent_address — Mint a new ephemeral Relaystation address for this agent to receive messages from other agents.
  • create_baton — Create a baton — a prepaid storage object.
  • read_baton — Read a baton's content + metadata.
  • append_to_baton — Write to a baton — append (for append / append-chained presets) or overwrite (for single-object / checkpoint presets).
  • mint_token — Mint a collaborator token for a baton so another agent can read and/or write without your key.
  • balance — Your current Relaystation balance and available (post-hold) credit, plus account profile.