Brain On BNB AI ($BOBAI)
This server provides read-only access to live on-chain data about the $BOBAI token on BNB Chain, enabling AI agents to research, analyze, and interact with the token ecosystem.
Get token fundamentals: Contract address, symbol, decimals, total & circulating supply, and burned amount.
Check live price: Current $BOBAI price in USD and BNB plus market cap, computed on-chain via PancakeSwap V2 reserves × Chainlink BNB/USD feed — no external price API.
Inspect liquidity: Pool reserves, USD liquidity, LP-burned percentage, and price-impact estimates for buy sizes from 0.1–5 BNB.
Track burn activity: Total $BOBAI permanently burned, last burn transaction, and 7/30-day burn stats — all verifiable on BscScan.
Verify bot activity: Confirm the buyback-and-burn flywheel is running, with BscScan links for every entry.
Query wallet balances: BNB and $BOBAI balances for any BSC wallet address.
Get trading parameters: PancakeSwap V2 router/pair details and critical fee-on-transfer settings (3% tax, ≥15% slippage,
SupportingFeeOnTransferTokens).Get ready-to-run buy code:
viemcode to execute a $BOBAI swap with 0-shot setup, including on-chain quote and correct slippage.Understand tokenomics: Deflationary tax→buyback→burn mechanics and trust properties (renounced ownership, burned LP, fair launch).
Explore NFT rewards: Live remaining supply per tier for the auto-minted NFT drop (earned on buys ≥ $100) and qualification steps.
Access official links: Website, BscScan, X, Telegram, DexScreener, GeckoTerminal, CoinGecko, GitHub, and more.
Get agent orientation: An interactive guide explaining what to ask and which tool to call for each task.
Provides tools for querying live on-chain data about the $BOBAI token on BNB Chain, including price, supply, liquidity, burns, and trade information.
Brain On BNB AI ($BOBAI) — Buyback, Burn & MCP Server
Public source for the $BOBAI token infrastructure on BNB Chain: the autonomous buyback-and-burn bots, the brainonbnb.com dashboard, and an MCP server that gives AI agents live, verifiable on-chain data about the token.
Token:
0x245c386dcfed896f5c346107596141e5edcbffff(BEP-20, verified, ownership renounced)Everything here is read-only and keyless — no private keys, no API keys, no custody. Secrets live outside the repo.
MCP server
Live remote MCP endpoint (streamable HTTP, JSON-RPC 2.0, protocol 2025-06-18, no auth, CORS open):
POST https://brainonbnb.com/mcpQuick check:
curl -s https://brainonbnb.com/mcp -H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Use with an MCP client
Remote (Claude Code, or any client that speaks streamable HTTP):
claude mcp add --transport http bobai https://brainonbnb.com/mcpLocal stdio (Claude Desktop and other stdio-only clients) — mcp/server.mjs is a zero-dependency stdio server (Node ≥ 18, no npm install):
{
"mcpServers": {
"bobai": {
"command": "node",
"args": ["/path/to/bobai-buyburn/mcp/server.mjs"]
}
}
}Or with Docker (uses the Dockerfile in this repo):
docker build -t bobai-mcp . && docker run -i bobai-mcpNo clone at hand? mcp-remote bridges stdio clients to the hosted endpoint: npx -y mcp-remote https://brainonbnb.com/mcp
Tools (13, all read-only)
Tool | What it returns |
| START HERE — what an agent can ask/do and which tool to call |
| Contract, symbol, decimals, total/circulating supply, burned |
| Live price in USD/BNB + market cap, computed fully on-chain (pair reserves × Chainlink BNB/USD) — no off-chain price API to trust |
| Pool reserves, liquidity USD, LP-burned %, price-impact estimates per buy size |
| Total $BOBAI permanently burned by the 24/7 buyback bot |
| Total supply minus burned |
| Proof the flywheel runs: last burn tx, 7/30-day burns, total bot runs — every entry verifiable on BscScan |
| PancakeSwap V2 router/pair/paths + the critical fee-on-transfer params (3% tax, ≥15% slippage, |
| Ready-to-run viem code to buy $BOBAI 0-shot |
| Neutral, verifiable value-accrual mechanics (tax → buyback → burn) |
| BNB + $BOBAI balance of any BSC address |
| Earnable NFT buy-drop: live remaining supply per tier + how to earn one |
| Official links (site, BscScan, X, Telegram, DexScreener, …) |
Plus 2 guided prompts and MCP resources (llms.txt, agent card). Every read tool is also mirrored as a plain REST GET endpoint for agents that don't speak MCP — see brainonbnb.com/skill.md.
Related MCP server: mcp-omnifun
What else is in this repo
Path | What it is |
| brainonbnb.com (Cloudflare Pages) incl. the MCP server ( |
| Autonomous BOB buyback-and-burn bot (runs 24/7 via GitHub Actions) |
| Creator-fee buyback bot |
| Manual liquidity add + LP burn to the dead address |
| Cloudflare Workers (Telegram bot, NFT mint/metadata, World Cup game, …) |
| Public audit logs — every burn/buyback verifiable on-chain |
Trust properties
Ownership renounced, LP tokens burned to
0x…dEaD, fair launch on four.memePrice and liquidity data computed on-chain only (no third-party price API in the money path)
All bot activity lands in public audit logs with BscScan tx links
License
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmxrealQQ/bobai-buyburn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server