← Back to Agent Wallet Kit
Maroo Chain MCP
Your agent's eyes on Maroo.
No keys, no auth, no state. Search the knowledge base, query live chain state, run compliance pre-checks. Load it once and your agent can answer anything Maroo-related.
01
Install
Add the Maroo MCP server to your AI client in one command.
$
claude mcp add maroo -- npx -y @maroo-chain/mcp One command. Claude Code registers the server automatically.
Add to your client's MCP config file:
Claude Code
.mcp.json (project) · ~/.claude.json (global) Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json Cursor
.cursor/mcp.json · ~/.cursor/mcp.json Windsurf
~/.codeium/windsurf/mcp_config.json Gemini CLI
.gemini/settings.json · ~/.gemini/settings.json {
"mcpServers": {
"maroo": {
"command": "npx",
"args": ["-y", "@maroo-chain/mcp"]
}
}
} Run any prompt — your agent will auto-discover Maroo tools.
02
Start
Ask your agent anything about Maroo — it knows where to begin.
03
Go deeper
Your agent can chain tools together for complex workflows.
kb_search → kb_lookup Search docs & APIs wallet_create → balance Create & manage wallets pcl_check · pcl_limits Check compliance limits preflight → send → tx_status Send transactions safely Knowledge 3
Explore 100+ docs, concepts, and API references
- › discover
- › kb_search
- › kb_lookup
Wallet & Chain 4
Create wallets, check balances, query chain state
- › wallet_create
- › wallet_import
- › balance
- › chain_info
Compliance & Transactions 5
Preflight checks, PCL limits, send & confirm
- › preflight
- › pcl_check
- › pcl_limits
- › send
- › tx_status
Explore in the terminal below
maroo@mcp:~/tools$ ls
knowledge/
walletChain/
complianceTx/
maroo@mcp:~/tools$