What is Boba? Boba is an all-in-one onchain trading MCP server that enables AI agents to research, analyze, and execute trades autonomously across 10 blockchain networks — no private keys required. 88 context-optimized tools built for DeFi, token discovery, portfolio management, and autonomous trading execution. Supported Chains Solana, Base, Ethereum Mainnet, Polygon, BSC, Avalanche, Arbitrum, ApeChain, HyperEVM, Monad Trading & Execution Spot swaps, limit orders, DCA (dollar cost averaging), TWAP (time-weighted average price), perpetuals trading via Hyperliquid, prediction markets via Polymarket, multi-chain DEX aggregation Market Data & Research Real-time token prices, OHLCV charts, liquidity analysis, market cap, volume, token security audits, honeypot detection, rugpull detection, holder distribution, deployer history, KOL wallet tracking, whale monitoring, live swap feeds, token launch streaming Portfolio & Positions PnL tracking, trade history, position management, wallet tracking, multi-chain portfolio aggregation Security & Agent Infrastructure Agents never touch private keys or sensitive credentials. A secure local proxy handles all authentication and acts as a kill switch — revoke access anytime from agents.boba.xyz. Full verbose logging with tool call history so you always know what your agent did. Quick Start
npm install -g @tradeboba/cli Get free credentials at agents.boba.xyz boba init boba install
Compatible with Claude Code, Cursor, OpenClaw, and any MCP-compatible agent or editor.
Server Config
{
"mcpServers": {
"boba": {
"command": "boba",
"args": [
"mcp"
]
}
}
}