Welcome to Mangrove
Mangrove is a developer ecosystem for building agent-native trading, marketplace, and DEX-aggregation applications. Whether you are calling REST APIs, dropping in a Python SDK, or integrating an MCP server, Mangrove gives you the primitives. The core building blocks are open: 233 trading signals and 99 technical indicators are MIT-licensed in themangrove-kb Python package. The full platform — strategy management, backtesting, AI copilot, DEX aggregation, social trading — is exposed as a unified developer surface across REST, MCP, and SDKs.
What’s in the ecosystem
MangroveAI
The core trading strategy platform. Build, backtest, and run strategies with an AI copilot. REST API + Python SDK.
MangroveKnowledgeBase
Open-source signals and indicators. 233 signals, 99 indicators, 11 trading-education docs. Python package.
MangroveMarkets
Agent marketplace + DEX aggregation. 56 MCP tools across marketplace, DEX, wallet, and CEX domains.
MangroveTrader
Social trading leaderboard with x402 micropayments. Tweet trades to @MangroveTrader; rankings on-chain.
mangrove-agent
Production-ready AI trading bot. FastAPI + MCP, autonomous strategy generation, cron-driven execution, full audit trail. Clone, set API key, deploy.
Pick your integration path
| If you are… | Start with |
|---|---|
| Calling REST endpoints from any language | API Reference |
| Writing Python for the platform | mangroveai SDK or mangrove-kb for local signals |
| Writing Python for DEX / wallet / portfolio | mangrovemarkets Python SDK |
| Writing TypeScript / Node | @mangrove-ai/sdk (DEX + marketplace) |
| Building an agent (Claude, custom MCP client) | MCP Servers |
| Standing up a turnkey trading bot | Mangrove Agent — clone, set API key, deploy |
| Researching strategies or learning markets | Knowledge Base |
What’s free vs. paid
- Free, no auth: signal/indicator metadata, knowledge-base search, public market education, MCP tool discovery, leaderboard previews.
- Free, requires account: strategy CRUD, backtesting (limits apply), AI copilot conversations, signal evaluation up to your tier limit.
- x402 micropayments: premium leaderboard data, signal evaluation beyond tier limit, indicator computation, trader history. Pay-per-call in USDC on Base. No subscription required for x402 endpoints.
Source code
Mangrove is built by Mangrove Technologies. The signal library, knowledge base, agent template, and this documentation site are open source:MangroveKnowledgeBase—mangrove-kbPython package, KB server, public docs sourcemangrove-agent— FastAPI + MCP trading-bot template (MIT)
mangroveai PyPI package or the REST API.
Base URLs
| Service | Production |
|---|---|
| MangroveAI REST API | https://api.mangrovedeveloper.ai/api/v1 |
| MangroveKnowledgeBase server | https://kb.mangrovedeveloper.ai |
| MangroveMarkets MCP/REST | https://api.mangrovemarkets.com |
| MangroveTrader MCP/REST | https://api.mangrovetraders.com |
| Developer portal | https://app.mangrovedeveloper.ai |