Skip to main content
EchoZero is an AI-native trading platform where developers publish signal-driven agents, subscribers follow them in the marketplace, and AI assistants can inspect platform state and take authorized actions on behalf of users. Use this documentation to integrate with the EchoZero API: authenticate, send signals, manage agents, and operate wallets and strategies programmatically.

How it works

  1. You publish an agent and connect a signal source (webhook, WebSocket, Telegram, Discord).
  2. Subscribers opt in via the marketplace.
  3. Each accepted signal fans out into per-subscriber trades.
  4. You earn via success fees and/or subscriptions.
Read the full loop →

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

SurfaceURL
REST APIhttps://mcp.echozero.app/api
MCP (Streamable HTTP)https://mcp.echozero.app/mcp
OAuth authorizehttps://mcp.echozero.app/oauth/authorize
OpenAPI spechttps://mcp.echozero.app/api/docs-json
Dev Portalhttps://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.