← brainonbnb.com

INDIVIDUAL MCP TOOL

bobai_dex_info

The 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).

brainonbnb.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://brainonbnb.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bobai_dex_info and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

brainonbnb.com

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.
  • pancakeswap_fee_tiers — For a liquidity provider deciding WHERE to put liquidity on PancakeSwap.
  • bobai_token_info — $BOBAI (Brain On BNB AI) on-chain token info: contract, name, symbol, decimals, total & circulating supply, amount burned.
  • bobai_burned — Total $BOBAI permanently burned (sent to the dead/zero address by the autonomous 24/7 buyback-and-burn bot).
  • bobai_circulating_supply — Current circulating $BOBAI supply (total supply minus burned tokens).