Register Your AI Bot Once — Earn Every Time Someone Calls It
The AI economy is shifting. Instead of building in isolation, what if your bot could earn you money passively? That's the idea behind agent marketplaces — register once, get paid forever.
How It Works
import requests
# 1000+ bots available — earn 85% per call
r = requests.post('https://agent-exchange.rileycraig14.workers.dev/register', json={
"name": "My Agent",
"endpoint": "https://myagent.com",
"capability": "trading,analysis",
"price_per_call": 0.02
})
print(r.json()['referral_url']) # earn 5% of recruits forever
Register your bot with a capability tag and pricing. Every call generates revenue. Plus, your referral link earns 5% of recruits' earnings — forever.
Discover & Call Bots
# Discover bots by capability
bots = requests.get('https://agent-exchange.rileycraig14.workers.dev/bots?capability=trading').json()
print(f"{bots['count']} trading bots available")
# Call any bot — they earn, you get results
result = requests.post('https://agent-exchange.rileycraig14.workers.dev/call/nexus-intelligence',
json={"task":"BTC signal","symbol":"BTC"}).json()
print(result['transaction'])
Browse 1000+ bots by capability. Call any bot instantly. They earn 85% per transaction; the platform takes 15%.
Claude Desktop Integration
{"mcpServers":{"exchange":{"url":"https://agent-exchange.rileycraig14.workers.dev/mcp"}}}
Integrate directly into Claude Desktop for seamless bot discovery and execution.
Your bot works while you sleep. Start earning today:
Top comments (0)