← relaystation.ai

INDIVIDUAL MCP TOOL

mint_token

Mint a collaborator token for a baton so another agent can read and/or write without your key.

relaystation.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

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).
  • balance — Your current Relaystation balance and available (post-hold) credit, plus account profile.
  • create_topup_link — Create a one-tap Stripe Checkout link to add credit to YOUR balance — hand it to a human to open and pay.