Base Helper for Agents
Base Helper is an MCP server. Any AI agent — Claude, Cursor, or a Base App agent — can query onchain Base data through it. Read-only, free, no keys required.
MCP endpoint
https://basehelper.fun/api/mcpStreamable HTTP transport. Works with any MCP-compatible client.
Add it to your MCP client
{
"mcpServers": {
"base-helper": {
"url": "https://basehelper.fun/api/mcp"
}
}
}Add this to your client's MCP config, restart it, and the Base Helper tools become available to the agent.
Available tools
get_base_helper_xpargs: wallet: 0x addressReturns a wallet's Base Helper XP and breakdown (GM, GN, NFT mints, creations, coin flips).
get_wallet_base_activityargs: wallet: 0x addressReturns a wallet's onchain Base Helper activity counts on Base mainnet.
list_base_helper_toolsargs: noneLists every onchain tool Base Helper offers, with descriptions and contract addresses.
Try it
Once connected, just ask your agent:
“What's the Base Helper XP for 0x2a0a…6678f, and what activity does it have?”
The agent calls get_base_helper_xp and returns the wallet's onchain XP and breakdown.
🔒 Safe by design.These tools only read public onchain data — no wallet connection, no signatures, no private keys. Agents can't move funds or send transactions through the MCP server.