Home › Development › echo_rift_mcp

echo_rift_mcp

MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)

TypeScript Cloud

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y @echorift/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "echo_rift_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@echorift/[email protected]"
      ],
      "env": {
        "CRONSYNTH_X402_SESSION": "<YOUR_VALUE>",
        "SWITCHBOARD_AGENT_ID": "<YOUR_VALUE>",
        "SWITCHBOARD_PRIVATE_KEY": "<YOUR_VALUE>",
        "ECHORIFT_ENABLE_TREASURY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CRONSYNTH_X402_SESSION — CronSynth x402 payment session token
  • SWITCHBOARD_AGENT_ID — Switchboard agent wallet address (0x...)
  • SWITCHBOARD_PRIVATE_KEY secret — Switchboard agent private key for signing (0x...)
  • ECHORIFT_ENABLE_TREASURY — Enable treasury tools (set to 1)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry