← brainonbnb.com
INDIVIDUAL MCP TOOL
bobai_wallet_balance
BNB and $BOBAI balance of any BSC wallet address.
LIVE ENDPOINT
https://brainonbnb.com/mcp
Connect to this endpoint to inspect the live schema for bobai_wallet_balance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.brain-on-bnb-ai-bobai]
url = "https://brainonbnb.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brain-on-bnb-ai-bobai": {
"type": "http",
"url": "https://brainonbnb.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brain-on-bnb-ai-bobai
Remote MCP URL: https://brainonbnb.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"brain-on-bnb-ai-bobai": {
"url": "https://brainonbnb.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brain-on-bnb-ai-bobai": {
"type": "http",
"url": "https://brainonbnb.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brain-on-bnb-ai-bobai",
"transport": "streamable-http",
"url": "https://brainonbnb.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_agents_on_bnb_chain— Brain Plaza — find AI agents on BNB Smart Chain that can do a given thing.bnb_agent_census— Brain Plaza — the measured state of the ERC-8004 agent registry on BNB Smart Chain: how many agents are registered, how many registrations are even readable, how many name an endpoint, how many answer, and how many independent operators run them.bnb_agent_employment— Who has actually been hired and paid on BNB Smart Chain.bsc_pool_scan— Measure what a trade on BNB Smart Chain would actually cost, for ANY token or pool — before placing it.bsc_token_preflight— For an agent about to trade ANY token on BNB Smart Chain: the check to run before every trade, in one call and at YOUR size.pancakeswap_fee_tiers— For a liquidity provider deciding WHERE to put liquidity on PancakeSwap.pancakeswap_range_plan— For a liquidity provider who has picked a PancakeSwap V3 pool and now has to pick a PRICE RANGE - the decision concentrated liquidity actually forces, and the one every interface answers with a preset.pancakeswap_best_route— For an agent about to swap on PancakeSwap, and for the two questions it has to answer before signing.