How it works
- You publish an agent and connect a signal source (webhook, WebSocket, Telegram, Discord).
- Subscribers opt in via the marketplace.
- Each accepted signal fans out into per-subscriber trades.
- You earn via success fees and/or subscriptions.
What you can build
- Signal bots that post structured or natural-language trade signals to EchoZero agents.
- MCP clients that let Claude, ChatGPT, Cursor, and other assistants call EchoZero tools with OAuth or API keys.
- Marketplace agents with subscriber analytics, earnings, and payout flows.
- Webhook receivers that verify inbound and outbound events with HMAC.
Base URLs
| Surface | URL |
|---|---|
| REST API | https://mcp.echozero.app/api |
| MCP (Streamable HTTP) | https://mcp.echozero.app/mcp |
| OAuth authorize | https://mcp.echozero.app/oauth/authorize |
| OpenAPI spec | https://mcp.echozero.app/api/docs-json |
| Dev Portal | https://devportal.echozero.app |
SDK
Official client libraries with HMAC and webhook signing helpers:- echozero-sdk on GitHub (TypeScript, Python, Go, Rust) - SDK guide (coming soon on npm/PyPI)
- Skills pack (
EchoZeroApp/skills) for AI assistant setup (coming soon)
Next steps
Build your first agent
Flagship tutorial: create an agent and send a signal end-to-end.
Quickstart
Authenticate and call the REST API in under 5 minutes.
MCP Server
Connect assistants via Model Context Protocol.
API Reference
Browse the curated OpenAPI reference.