Global Model Context Protocol Edge Node
Status: Online & Active
Protocol Endpoint: POST /mcp
This is a globally distributed, serverless MCP edge node powered by Cloudflare Workers and D1 SQLite.
To connect your AI Agent (Windsurf, Cursor, Trae, Claude Desktop) to this global registry, paste this exact block into your mcp_config.json:
"allverse-global": {
"command": "node",
"args": [
"-e",
"const url='https://orb-mcp.aekbuffalo.workers.dev/mcp'; process.stdin.on('data', async (d) => { try { const r = await fetch(url, { method: 'POST', body: d.toString() }); process.stdout.write((await r.text()) + '\n'); } catch (e) { process.stdout.write(JSON.stringify({ jsonrpc: '2.0', error: { code: -32603, message: e.message } }) + '\n'); } });"
]
}