io.github.AaronVick/echorift-mcp✓
io.github.AaronVick/echorift-mcp · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.AaronVick/echorift-mcp",
"description": "MCP server for EchoRift infrastructure primitives (BlockWire, CronSynth, Switchboard, Arbiter)",
"repository": {
"url": "https://github.com/AaronVick/ECHO_RIFT_MCP",
"source": "github"
},
"version": "0.1.0",
"packages": [
{
"registryType": "npm",
"identifier": "@echorift/mcp",
"version": "0.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "CronSynth x402 payment session token",
"format": "string",
"name": "CRONSYNTH_X402_SESSION"
},
{
"description": "Switchboard agent wallet address (0x...)",
"format": "string",
"name": "SWITCHBOARD_AGENT_ID"
},
{
"description": "Switchboard agent private key for signing (0x...)",
"format": "string",
"isSecret": true,
"name": "SWITCHBOARD_PRIVATE_KEY"
},
{
"description": "Enable treasury tools (set to 1)",
"format": "string",
"name": "ECHORIFT_ENABLE_TREASURY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}