Bnboracle
Official8 toolsby tooloracle
BNBOracle - 8 BNB Chain tools: BEP-20, PancakeSwap, validators, gas, txs, holders.
Query BNB Chain data including tokens, DEX swaps, validators, gas fees, and token holders.
Captured live from the server via tools/list.
bnb_overview
BNB Chain ecosystem overview: BNB price, gas, TVL, block stats
No parameters.
bnb_token_risk
BEP-20 token risk assessment: holder concentration, contract info
Parameters (1)
- contract_addressstringrequired
bnb_contract_verify
Verify BNB Chain smart contract: source code, ABI, proxy detection
Parameters (1)
- contract_addressstringrequired
bnb_gas
BNB Chain gas tracker with USD cost estimates for common operations
No parameters.
bnb_protocol_tvl
BNB Chain DeFi protocol TVL. Leave protocol empty for top-20 list.
Parameters (1)
- protocolstring
bnb_stablecoin_check
BNB Chain stablecoin peg check: USDT, USDC, BUSD, FDUSD, DAI
Parameters (2)
- symbolstring
USDT, USDC, BUSD, FDUSD, DAI
- contract_addressstring
bnb_wallet_intel
BNB Chain wallet intelligence: BNB balance, recent transactions
Parameters (1)
- addressstringrequired
bnb_defi_yields
Top DeFi yield opportunities on BNB Chain filtered by TVL and APY
Parameters (4)
- min_tvl_usdnumber
- min_apy_pctnumber
- max_apy_pctnumber
- limitinteger
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://feedoracle.io/bnb/mcp/claude_desktop_config.json
{
"mcpServers": {
"bnboracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/bnb/mcp/"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.