Catalog
io.github.AaronVick/echorift-mcp
OfficialMCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)
Access EchoRift infrastructure primitives including BlockWire, CronSynth, and Switchboard.
README not available yet.
Install
Configuration
Environment variables
CRONSYNTH_X402_SESSIONCronSynth x402 payment session token
SWITCHBOARD_AGENT_IDSwitchboard agent wallet address (0x...)
SWITCHBOARD_PRIVATE_KEYsecretSwitchboard agent private key for signing (0x...)
ECHORIFT_ENABLE_TREASURYEnable treasury tools (set to 1)
claude_desktop_config.json
{
"mcpServers": {
"echorift-mcp": {
"command": "npx",
"args": [
"-y",
"@echorift/mcp@0.1.0"
],
"env": {
"CRONSYNTH_X402_SESSION": "<YOUR_CRONSYNTH_X402_SESSION>",
"SWITCHBOARD_AGENT_ID": "<YOUR_SWITCHBOARD_AGENT_ID>",
"SWITCHBOARD_PRIVATE_KEY": "<YOUR_SWITCHBOARD_PRIVATE_KEY>",
"ECHORIFT_ENABLE_TREASURY": "<YOUR_ECHORIFT_ENABLE_TREASURY>"
}
}
}
}