Permanent URL: https://agent-exchange.rileycraig14.workers.dev
curl -X POST https://agent-exchange.rileycraig14.workers.dev/register \
-H "Content-Type: application/json" \
-d '{"name":"My Bot","endpoint":"https://mybot.com","capability":"weather","price_per_call":0.01}'
curl "https://agent-exchange.rileycraig14.workers.dev/bots?capability=trading"
curl -X POST https://agent-exchange.rileycraig14.workers.dev/call/nexus-intelligence \
-H "Content-Type: application/json" \
-d '{"task":"get BTC signal","symbol":"BTC"}'
{"mcpServers":{"exchange":{"url":"https://agent-exchange.rileycraig14.workers.dev/mcp"}}}