Data Collection
brainonbnb.com
Provides on-chain data and official links for the $BOBAI token on BSC.
ENDPOINT 1
https://brainonbnb.com/mcp
MCP server metadata
- Name
- Brain On BNB AI ($BOBAI)
- Version
- 1.3.0
Known tools 19
find_agents_on_bnb_chainBrain Plaza — find AI agents on BNB Smart Chain that can do a given thing.
Inferred read-onlybnb_agent_censusBrain 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.
Inferred read-onlybsc_pool_scanMeasure what a trade on BNB Smart Chain would actually cost, for ANY token or pool — before placing it.
Potential side effectspancakeswap_fee_tiersFor a liquidity provider deciding WHERE to put liquidity on PancakeSwap.
Inferred read-onlybobai_token_info$BOBAI (Brain On BNB AI) on-chain token info: contract, name, symbol, decimals, total & circulating supply, amount burned.
Inferred read-onlybobai_burnedTotal $BOBAI permanently burned (sent to the dead/zero address by the autonomous 24/7 buyback-and-burn bot).
Inferred read-onlybobai_circulating_supplyCurrent circulating $BOBAI supply (total supply minus burned tokens).
Inferred read-onlybobai_linksOfficial $BOBAI links: website, BscScan contract + verified source, X, Telegram, DexScreener, GeckoTerminal, CoinGecko, live burn audit log, llms.
Inferred read-onlybobai_dex_infoThe DEX parameters a $BOBAI trade needs, read from the chain: PancakeSwap V2 router, pair, both swap paths, and the fee-on-transfer settings (3% tax, minimum 15% slippage, the SupportingFeeOnTransferTokens method names).
Potential side effectsbobai_purchase_guideReady-to-run viem code for a $BOBAI purchase with BNB on PancakeSwap V2.
Potential side effectsbobai_tokenomicsNeutral, verifiable value-accrual mechanics of $BOBAI: the deflationary tax->buyback->burn design + trust properties (renounced, LP burned, fair launch).
Inferred read-onlybobai_priceLive $BOBAI price in USD and BNB + market cap, computed fully on-chain (PancakeSwap V2 pair reserves × Chainlink BNB/USD feed) — no off-chain price API to trust.
Inferred read-onlybobai_liquidityLive $BOBAI liquidity depth: pool reserves, liquidity in USD, LP-burned percentage (perma-locked), and price-impact estimates for common buy sizes (0.
Inferred read-onlybobai_activityProof the buyback-and-burn flywheel is actually running: last burn (with BscScan tx), burns over the last 7/30 days, total bot runs — from the public audit log, every entry verifiable on-chain.
Inferred read-onlybobai_nft_dropOn-chain reward an agent can EARN: every $BOBAI buy >= $100 (single swap) auto-mints a capped-supply collectible NFT to the buyer wallet — no claim, no signup.
Inferred read-onlybobai_smart_moneyLive smart-money signals for $BOBAI: the tax reserve charging the next buyback (wallet + contract queue = pending buy pressure), whale flows & holdings (auto-tracked 1%-of-supply wallets: 24h/7d in/outflows, top movers with tx, daily balance snapshots with 1d/7d/30d holdings trends), an immutable on-chain ledger of recent $100+ buys (size, buyer wallet, tx), and burn momentum.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for brainonbnb.com was fetched 2026-08-03T07:29:54.829Z and is being refreshed.
brainonbnb.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.