Brain On BNB AI ($BOBAI)
Live verifiable on-chain data for the $BOBAI token on BNB Chain: price computed from pair reserves × Chainlink (no price API), liquidity depth with LP-burn proof, buyback-and-burn audit trail, and fee-on-transfer-safe trade params. 13 read-only tools + 2 guided prompts, no API key.
README
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/mcp
Quick 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/mcp
Local 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-mcp
No 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 |
|---|---|
bobai_guide |
START HERE — what an agent can ask/do and which tool to call |
bobai_token_info |
Contract, symbol, decimals, total/circulating supply, burned |
bobai_price |
Live price in USD/BNB + market cap, computed fully on-chain (pair reserves × Chainlink BNB/USD) — no off-chain price API to trust |
bobai_liquidity |
Pool reserves, liquidity USD, LP-burned %, price-impact estimates per buy size |
bobai_burned |
Total $BOBAI permanently burned by the 24/7 buyback bot |
bobai_circulating_supply |
Total supply minus burned |
bobai_activity |
Proof the flywheel runs: last burn tx, 7/30-day burns, total bot runs — every entry verifiable on BscScan |
bobai_trade_info |
PancakeSwap V2 router/pair/paths + the critical fee-on-transfer params (3% tax, ≥15% slippage, SupportingFeeOnTransferTokens) |
bobai_how_to_buy |
Ready-to-run viem code to buy $BOBAI 0-shot |
bobai_tokenomics |
Neutral, verifiable value-accrual mechanics (tax → buyback → burn) |
bobai_wallet_balance |
BNB + $BOBAI balance of any BSC address |
bobai_nft_drop |
Earnable NFT buy-drop: live remaining supply per tier + how to earn one |
bobai_links |
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.
What else is in this repo
| Path | What it is |
|---|---|
dashboard/ |
brainonbnb.com (Cloudflare Pages) incl. the MCP server (_worker.js) |
buyback-bot.js |
Autonomous BOB buyback-and-burn bot (runs 24/7 via GitHub Actions) |
dev-buyback.js |
Creator-fee buyback bot |
add-liquidity-safe.js |
Manual liquidity add + LP burn to the dead address |
worker-*/ |
Cloudflare Workers (Telegram bot, NFT mint/metadata, World Cup game, …) |
burns.json, *-log.json |
Public audit logs — every burn/buyback verifiable on-chain |
Trust properties
- Ownership renounced, LP tokens burned to
0x…dEaD, fair launch on four.meme - Price 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.