nirholas/bnbchain-mcp

GitHub: nirholas/bnbchain-mcp

一个Model Context Protocol服务器,使AI代理能通过自然语言与BNB Chain交互,支持DeFi交易和安全分析等功能。

Stars: 30 | Forks: 5

██████╗ ███╗ ██╗██████╗ ██████╗██╗ ██╗ █████╗ ██╗███╗ ██╗ ██╔══██╗████╗ ██║██╔══██╗ ██╔════╝██║ ██║██╔══██╗██║████╗ ██║ ██████╔╝██╔██╗ ██║██████╔╝ ██║ ███████║███████║██║██╔██╗ ██║ ██╔══██╗██║╚██╗██║██╔══██╗ ██║ ██╔══██║██╔══██║██║██║╚██╗██║ ██████╔╝██║ ╚████║██████╔╝ ╚██████╗██║ ██║██║ ██║██║██║ ╚████║ ╚═════╝ ╚═╝ ╚═══╝╚═════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝ ███╗ ███╗ ██████╗██████╗ ███████╗███████╗██████╗ ██╗ ██╗███████╗██████╗ ████╗ ████║██╔════╝██╔══██╗ ██╔════╝██╔════╝██╔══██╗██║ ██║██╔════╝██╔══██╗ ██╔████╔██║██║ ██████╔╝ ███████╗█████╗ ██████╔╝██║ ██║█████╗ ██████╔╝ ██║╚██╔╝██║██║ ██╔═══╝ ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██╔══╝ ██╔══██╗ ██║ ╚═╝ ██║╚██████╗██║ ███████║███████╗██║ ██║ ╚████╔╝ ███████╗██║ ██║ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝

BNB Chain MCP Server

The most comprehensive Model Context Protocol server for BNB Chain & EVM blockchains

Enable AI agents to interact with BNB Chain, opBNB, and other EVM networks through natural language

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://opensource.org/licenses/MIT) [![MCP](https://img.shields.io/badge/MCP-Compatible-purple?style=flat-square)](https://modelcontextprotocol.io) [![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/) [![BNB Chain](https://img.shields.io/badge/BNB_Chain-Native-F0B90B?style=flat-square&logo=binance)](https://www.bnbchain.org)
[![BNB Chain](https://img.shields.io/badge/BNB_Chain-F0B90B?style=for-the-badge&logo=binance&logoColor=white)](https://www.bnbchain.org) [![opBNB](https://img.shields.io/badge/opBNB-F0B90B?style=for-the-badge&logo=binance&logoColor=white)](https://opbnb.bnbchain.org)
BNB Chain MCP Demo


## 📋 Table of Contents - [What is BNB Chain MCP?](#-what-is-bnb-chain-mcp) - [Quick Start](#-quick-start) - [Features Overview](#-features-overview) - [Supported Networks](#-supported-networks) - [Installation](#-installation) - [Configuration](#-configuration) - [Data Sources](#-data-sources) - [Example Conversations](#-example-conversations) - [Architecture](#-architecture) - [Roadmap](#️-roadmap) - [Related MCP Servers](#-related-mcp-servers) - [Troubleshooting](#-troubleshooting) - [Contributing](#-contributing) - [License](#-license) ## 🌟 What is BNB Chain MCP? **BNB Chain MCP** is a Model Context Protocol (MCP) server optimized for BNB Chain and opBNB, while also supporting other EVM-compatible blockchains. It enables AI assistants like Claude, ChatGPT, and Cursor to interact with blockchain networks through natural language. ### Why BNB Chain MCP? ┌──────────────────────────────────────────────────────────────────────────────┐ │ │ │ User: "What's the current price of ETH and show me the best DEX pools" │ │ │ │ │ ▼ │ │ ┌────────────────────────────────────────────────────────┐ │ │ │ AI Assistant (Claude/ChatGPT) │ │ │ │ │ │ │ │ "Let me check that for you..." │ │ │ └────────────────────────────────────────────────────────┘ │ │ │ │ │ ▼ │ │ ┌───────────────────────────────────────────────────────┐ │ │ │ BNB Chain MCP Server │ │ │ │ │ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────┐ │ │ │ │ │CoinGecko │ │GeckoTerm │ │DefiLlama │ ... │ │ │ │ └────┬─────┘ └────┬─────┘ └────┬─────┘ │ │ │ └────────┼─────────────┼─────────────┼──────────────────┘ │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ ┌────────────────────────────────────────────────────────┐ │ │ │ Blockchain Networks │ │ │ │ BNB Chain │ Ethereum │ Arbitrum │ Polygon │ │ │ └────────────────────────────────────────────────────────┘ │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ ### Key Benefits | Benefit | Description | |---------|-------------| | **Natural Language** | Ask questions in plain English, get blockchain data instantly | | **Multi-Chain** | One server supports 10+ EVM networks simultaneously | | **Read + Write** | Query data or execute transactions (with wallet) | | **Security Built-In** | GoPlus integration for token/contract safety checks | | **Rich Data** | Prices, DEX pools, TVL, social sentiment, news & more | | **AI-Native** | Built specifically for LLMs with structured responses | ### Use Cases
🔍 Research & Analysis - Check token prices and historical data - Analyze DEX liquidity pools - Monitor protocol TVL and metrics - Research new tokens before investing - Track whale wallets and movements
💹 Trading & DeFi - Get swap quotes across DEX aggregators - Find best yield farming opportunities - Monitor lending rates on Aave/Compound - Execute token swaps and transfers - Bridge tokens across chains
🛡️ Security & Compliance - Detect honeypot tokens - Check for rug pull risks - Verify smart contract safety - Screen wallet addresses - Check token holder distribution
👨‍💻 Development - Deploy and verify smart contracts - Query contract state and events - Test transactions before execution - Manage multi-sig operations - Debug failed transactions

BNB Chain MCP DeFi Demo

DeFi tools in action: swap quotes, TVL tracking, and more

## 🚀 Quick Start Get up and running in under 60 seconds! ### Option 1: Claude Desktop (Recommended) Add to your `claude_desktop_config.json`: { "mcpServers": { "bnb-chain-mcp": { "command": "npx", "args": ["-y", "@nirholas/bnb-chain-mcp@latest"] } } }
📁 Config file locations | OS | Path | |----|------| | **macOS** | `~/Library/Application Support/Claude/claude_desktop_config.json` | | **Windows** | `%APPDATA%\Claude\claude_desktop_config.json` | | **Linux** | `~/.config/claude/claude_desktop_config.json` |
### Option 2: Cursor / VS Code Add to your MCP settings: { "mcpServers": { "bnb-chain-mcp": { "command": "npx", "args": ["-y", "@nirholas/bnb-chain-mcp@latest"] } } } ### Option 3: ChatGPT Developer Mode 1. Enable [Developer Mode](https://chatgpt.com/#settings/Connectors/Advanced) in ChatGPT settings 2. Start the HTTP server: npx @nirholas/bnb-chain-mcp@latest --http 3. In ChatGPT Settings → Apps, click **Create app** 4. Enter your server URL: `http://localhost:3001/mcp` 5. Select the app in conversations via **Developer mode** menu 📖 [Full ChatGPT Setup Guide](https://bnbchainmcp.vercel.app/mcp-server/chatgpt-setup/) ### Option 4: npx Instant Start # stdio mode (Claude, Cursor) npx @nirholas/bnb-chain-mcp@latest # HTTP mode (ChatGPT Developer Mode) npx @nirholas/bnb-chain-mcp@latest --http # SSE mode (legacy clients) npx @nirholas/bnb-chain-mcp@latest --sse ## 🛠️ Features Overview ### Feature Matrix | Category | Features | Status | |----------|----------|--------| | **Swap/DEX** | Token swaps via 1inch, 0x, ParaSwap | ✅ | | **Bridge** | Cross-chain transfers via LayerZero, Stargate | ✅ | | **Gas** | Gas prices across chains, EIP-1559 suggestions | ✅ | | **Multicall** | Batch read/write operations | ✅ | | **Events/Logs** | Query historical events, decode logs | ✅ | | **Security** | Rug pull detection, honeypot check, GoPlus integration | ✅ | | **Staking** | Liquid staking (Lido), LP farming | ✅ | | **Signatures** | Sign messages, verify signatures, EIP-712 | ✅ | | **Lending** | Aave/Compound positions, borrow rates | ✅ | | **Price Feeds** | Historical prices, TWAP, oracle aggregation | ✅ | | **Portfolio** | Track holdings across chains | ✅ | | **Governance** | Snapshot votes, on-chain proposals | ✅ | | **Deployment** | Deploy contracts, CREATE2, upgradeable proxies | ✅ | | **MEV Protection** | Flashbots Protect, private transactions | ✅ | | **ENS/Domains** | Register, transfer, renew, set records | ✅ | | **Market Data** | CoinGecko prices, OHLCV, trending | ✅ | | **DeFi Analytics** | DefiLlama TVL, yields, fees, protocols | ✅ | | **Social Sentiment** | LunarCrush metrics, influencers, trending | ✅ | | **DEX Analytics** | GeckoTerminal pools, trades, OHLCV | ✅ | ### Tool Categories
🔗 Core Blockchain (45+ tools) | Tool | Description | |------|-------------| | `get_chain_info` | Get chain ID, block number, gas price | | `get_block` | Get block by number or hash | | `get_transaction` | Get transaction details and receipt | | `send_transaction` | Send native token transfer | | `estimate_gas` | Estimate gas for transaction | | `get_balance` | Get native/token balance | | `call_contract` | Call view/pure contract functions | | ... | [See full list →](https://bnbchainmcp.vercel.app/tools/blockchain) |
💰 Token Operations (30+ tools) | Tool | Description | |------|-------------| | `get_token_info` | Get name, symbol, decimals, supply | | `get_token_balance` | Get token balance for address | | `transfer_token` | Transfer ERC-20 tokens | | `approve_token` | Approve spending allowance | | `get_nft_metadata` | Get NFT metadata and traits | | `transfer_nft` | Transfer ERC-721 NFT | | ... | [See full list →](https://bnbchainmcp.vercel.app/tools/tokens) |
🏦 DeFi (50+ tools) | Tool | Description | |------|-------------| | `get_swap_quote` | Get swap quote from DEX aggregators | | `execute_swap` | Execute token swap | | `add_liquidity` | Add liquidity to DEX pools | | `get_lending_rates` | Get Aave/Compound rates | | `supply_to_lending` | Supply assets to lending protocol | | `get_farming_apy` | Get yield farming APY | | ... | [See full list →](https://bnbchainmcp.vercel.app/tools/defi) |
🔒 Security (15+ tools) | Tool | Description | |------|-------------| | `check_token_security` | GoPlus token security analysis | | `detect_honeypot` | Check if token is honeypot | | `check_rug_pull` | Assess rug pull risk | | `get_holder_distribution` | Get top holder breakdown | | `check_contract_verified` | Verify contract source | | `screen_address` | Check address risk score | | ... | [See full list →](https://bnbchainmcp.vercel.app/tools/security) |
📊 Market Data (25+ tools) | Tool | Description | |------|-------------| | `get_price` | Get current token price | | `get_price_history` | Get historical OHLCV data | | `get_trending_coins` | Get trending tokens | | `get_tvl` | Get protocol TVL from DefiLlama | | `get_dex_pools` | Get DEX pool data | | `get_social_metrics` | Get LunarCrush sentiment | | ... | [See full list →](https://bnbchainmcp.vercel.app/tools/market-data) |
## 🌐 Supported Networks | Network | Chain ID | Native Token | Status | |---------|----------|--------------|--------| | **BNB Smart Chain** | 56 | BNB | ✅ Full Support | | **opBNB** | 204 | BNB | ✅ Full Support | | **Arbitrum One** | 42161 | ETH | ✅ Full Support | | **Ethereum** | 1 | ETH | ✅ Full Support | | **Polygon** | 137 | MATIC | ✅ Full Support | | **Base** | 8453 | ETH | ✅ Full Support | | **Optimism** | 10 | ETH | ✅ Full Support | | **Avalanche C-Chain** | 43114 | AVAX | ✅ Full Support | | **Fantom** | 250 | FTM | ✅ Full Support | | **Gnosis** | 100 | xDAI | ✅ Full Support | | **BSC Testnet** | 97 | tBNB | ✅ Testnet | | **Sepolia** | 11155111 | SepoliaETH | ✅ Testnet | | **Goerli** | 5 | GoerliETH | ✅ Testnet | ### Adding Custom Networks { "mcpServers": { "bnb-chain-mcp": { "command": "npx", "args": ["-y", "@nirholas/bnb-chain-mcp@latest"], "env": { "CUSTOM_RPC_56": "https://your-bnb-rpc.com", "CUSTOM_RPC_1": "https://your-eth-rpc.com" } } } } ## 📦 Installation ### Server Modes | Mode | Command | Use Case | |------|---------|----------| | **stdio** | `npx @nirholas/bnb-chain-mcp` | Claude Desktop, Cursor | | **HTTP** | `npx @nirholas/bnb-chain-mcp --http` | ChatGPT Developer Mode | | **SSE** | `npx @nirholas/bnb-chain-mcp --sse` | Legacy HTTP clients | ### From npm (Recommended) # Run directly with npx (no install required) npx @nirholas/bnb-chain-mcp@latest # Or install globally npm install -g @nirholas/bnb-chain-mcp # Then run bnb-chain-mcp ### From Source # Clone git clone https://github.com/nirholas/bnb-chain-mcp cd bnb-chain-mcp # Install dependencies bun install # Build bun run build # Run dev server (stdio - Claude) bun dev # Run dev server (HTTP - ChatGPT) bun dev:http # Run dev server (SSE - legacy) bun dev:sse ### Docker # Build docker build -t bnb-chain-mcp . # Run stdio mode docker run -it bnb-chain-mcp # Run HTTP mode docker run -p 3001:3001 bnb-chain-mcp --http ## ⚙️ Configuration ### Environment Variables | Variable | Description | Default | Required | |----------|-------------|---------|----------| | `PRIVATE_KEY` | Wallet private key for transactions | - | No (read-only without) | | `COINGECKO_API_KEY` | CoinGecko Pro API key | - | No | | `COINSTATS_API_KEY` | CoinStats API key | - | No | | `LUNARCRUSH_API_KEY` | LunarCrush API key | - | No | | `CRYPTOPANIC_API_KEY` | CryptoPanic news API key | - | No | | `CUSTOM_RPC_` | Custom RPC for specific chain | - | No | | `PORT` | HTTP server port | 3001 | No | | `LOG_LEVEL` | Logging level | info | No | ### Full Configuration Example { "mcpServers": { "bnb-chain-mcp": { "command": "npx", "args": ["-y", "@nirholas/bnb-chain-mcp@latest"], "env": { "PRIVATE_KEY": "0x...", "COINGECKO_API_KEY": "CG-xxx", "LUNARCRUSH_API_KEY": "xxx", "CUSTOM_RPC_56": "https://bsc-rpc.publicnode.com", "CUSTOM_RPC_1": "https://eth-rpc.publicnode.com", "LOG_LEVEL": "debug" } } } } ### Claude Desktop Configuration
macOS # Open config file open ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows # Open config file notepad %APPDATA%\Claude\claude_desktop_config.json
Linux # Open config file nano ~/.config/claude/claude_desktop_config.json
## 📊 Data Sources This MCP server integrates with the following APIs: | Provider | Data Type | API Key | Rate Limits | |----------|-----------|---------|-------------| | [CoinGecko](https://coingecko.com) | Market data, prices, OHLCV | Optional | 10-50 req/min | | [CoinStats](https://coinstats.app) | Portfolio, prices, wallets | Required | Varies | | [DefiLlama](https://defillama.com) | TVL, yields, fees, protocols | No | Generous | | [LunarCrush](https://lunarcrush.com) | Social sentiment, influencers | Required | Varies | | [GoPlus](https://gopluslabs.io) | Security analysis, honeypot | No | Generous | | [GeckoTerminal](https://geckoterminal.com) | DEX pools, trades, OHLCV | No | Generous | | [DexPaprika](https://dexpaprika.com) | DEX analytics, pools | No | Generous | | [CryptoPanic](https://cryptopanic.com) | Crypto news | Required | Varies | | [Alternative.me](https://alternative.me) | Fear & Greed Index | No | Generous | ## 💬 Example Conversations ### Price Queries ### Security Checks ### DEX Analysis ### Multi-Chain Portfolio ### DeFi Research ## 🏗️ Architecture ┌──────────────────────────────────────────────────────────────────────────────┐ │ BNB Chain MCP Server │ ├──────────────────────────────────────────────────────────────────────────────┤ │ │ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ │ │ stdio │ │ HTTP │ │ SSE │ Transport Layer │ │ │ (Claude) │ │ (ChatGPT) │ │ (Legacy) │ │ │ └──────┬───────┘ └──────┬───────┘ └──────┬───────┘ │ │ │ │ │ │ │ └─────────────────┼─────────────────┘ │ │ │ │ │ ▼ │ │ ┌───────────────────────────────────────────────────────────────────────┐ │ │ │ MCP Protocol Handler │ │ │ │ Tools Registration | Resource Management | Prompt Templates │ │ │ └───────────────────────────────────────────────────────────────────────┘ │ │ │ │ │ ┌─────────────────┼─────────────────┐ │ │ ▼ ▼ ▼ │ │ ┌────────────┐ ┌────────────┐ ┌────────────┐ │ │ │ Blockchain │ │ Market │ │ Security │ Tool Categories │ │ │ Tools │ │ Data │ │ Tools │ │ │ └─────┬──────┘ └─────┬──────┘ └─────┬──────┘ │ │ │ │ │ │ │ ▼ ▼ ▼ │ │ ┌───────────────────────────────────────────────────────────────────────┐ │ │ │ Provider Integrations │ │ │ │ viem | CoinGecko | DefiLlama | GoPlus | LunarCrush | GeckoTerminal │ │ │ └───────────────────────────────────────────────────────────────────────┘ │ │ │ │ │ ▼ │ │ ┌───────────────────────────────────────────────────────────────────────┐ │ │ │ EVM Networks │ │ │ │ BNB Chain | Ethereum | Arbitrum | Polygon | Base | Optimism | ... │ │ │ └───────────────────────────────────────────────────────────────────────┘ │ │ │ └──────────────────────────────────────────────────────────────────────────────┘ ### Module Organization src/ ├── index.ts # Entry point ├── server/ │ ├── stdio.ts # stdio transport │ ├── http.ts # HTTP transport │ └── sse.ts # SSE transport ├── tools/ │ ├── blockchain/ # Core chain operations │ ├── tokens/ # Token operations │ ├── defi/ # DeFi protocols │ ├── security/ # Security checks │ ├── market/ # Market data │ └── social/ # Social sentiment ├── providers/ │ ├── coingecko.ts # CoinGecko API │ ├── defillama.ts # DefiLlama API │ ├── goplus.ts # GoPlus Security │ └── ... └── utils/ ├── chains.ts # Chain configurations ├── abi.ts # Common ABIs └── format.ts # Formatters ## 🔐 Security ### Security Model | Feature | Description | |---------|-------------| | **Read-Only Mode** | Without `PRIVATE_KEY`, server only reads blockchain state | | **No Key Storage** | Private keys are never stored, only used in memory | | **Input Validation** | All inputs validated with Zod schemas | | **Rate Limiting** | Built-in rate limiting prevents API abuse | | **Verified Sources** | Only uses reputable data providers | ### Best Practices - ⚠️ **Never share** your `PRIVATE_KEY` in public configs - ✅ Use environment variables or secrets management - ✅ Use read-only mode when possible - ✅ Always verify token safety before interacting - ✅ Review transaction simulations before executing ## ❓ Troubleshooting
Server won't start 1. Check Node.js version (requires 18+): node --version 2. Clear npx cache: npx clear-npx-cache 3. Try installing globally: npm install -g @nirholas/bnb-chain-mcp
Claude Desktop doesn't see the server 1. Verify config file location and JSON syntax 2. Restart Claude Desktop completely 3. Check logs: - macOS: `~/Library/Logs/Claude/mcp*.log` - Windows: `%APPDATA%\Claude\logs\mcp*.log`
RPC errors / Rate limiting 1. Use a dedicated RPC provider (Alchemy, QuickNode, etc.) 2. Configure custom RPC: "env": { "CUSTOM_RPC_56": "https://your-dedicated-rpc.com" }
API key errors 1. Verify API key is correct (no extra spaces) 2. Check API key has required permissions 3. Verify rate limits haven't been exceeded
## 🗺️ Roadmap A comprehensive roadmap of all crypto/blockchain/DeFi/Web3 features to be implemented. ### Legend - ✅ Implemented - 🚧 In Progress - 📋 Planned ### 🔗 Core Blockchain Operations #### Network & Chain | Feature | Status | |---------|--------| | Get chain ID, block number, gas price | ✅ | | Get network status/health | ✅ | | Switch networks/chains | ✅ | | Get supported networks list | ✅ | | Get RPC endpoints | ✅ | | Estimate block time | ✅ | | Get chain metadata (name, symbol, explorers) | ✅ | | Get finality status | ✅ | | Get mempool/pending transactions | ✅ | | Get network peers/nodes | ✅ | | Get gas oracle | ✅ | #### Blocks | Feature | Status | |---------|--------| | Get block by number/hash | ✅ | | Get latest block | ✅ | | Get block transactions | ✅ | | Get block receipts | ✅ | | Get uncle blocks | ✅ | | Subscribe to new blocks | 📋 | | Get block rewards | ✅ | | Get block gas used/limit | ✅ | | Get block range | ✅ | | Get blocks by miner | ✅ | #### Transactions | Feature | Status | |---------|--------| | Send transaction | ✅ | | Get transaction by hash | ✅ | | Get transaction receipt | ✅ | | Get transaction status | ✅ | | Estimate gas | ✅ | | Speed up transaction (replace with higher gas) | ✅ | | Cancel transaction | ✅ | | Decode transaction input | ✅ | | Simulate transaction | ✅ | | Get transaction trace | 📋 | | Get internal transactions | 📋 | | Batch transactions | ✅ | | Get pending transactions | ✅ | | Get transaction history by address | ✅ | #### Accounts/Wallets | Feature | Status | |---------|--------| | Get balance (native/token) | ✅ | | Get nonce | ✅ | | Get transaction count | ✅ | | Create wallet | ✅ | | Import wallet (private key/mnemonic) | ✅ | | Export private key | 📋 | | Sign message | ✅ | | Verify signature | ✅ | | Get address from private key | ✅ | | Generate mnemonic | ✅ | | Derive addresses (HD wallet) | ✅ | | Multi-sig wallet operations | 📋 | | Get wallet permissions | 📋 | | Revoke approvals | ✅ | | Account abstraction (ERC-4337) | 📋 | | Social recovery | 📋 | | Hardware wallet integration | 📋 | | Get wallet portfolio | ✅ | | Get token approvals | ✅ | ### 💰 Token Operations #### Native Tokens | Feature | Status | |---------|--------| | Get native balance | ✅ | | Transfer native tokens | ✅ | | Wrap/unwrap native tokens (WETH, WBNB) | ✅ | #### ERC-20 (Fungible Tokens) | Feature | Status | |---------|--------| | Get token info (name, symbol, decimals, total supply) | ✅ | | Get token balance | ✅ | | Transfer tokens | ✅ | | Approve spending | ✅ | | Get allowance | ✅ | | Transfer from (delegated) | ✅ | | Burn tokens | ✅ | | Mint tokens | ✅ | | Get token holders | ✅ | | Get token transfers | ✅ | | Permit (gasless approvals - EIP-2612) | ✅ | | Batch transfers | ✅ | | Token snapshots | 📋 | | Get token supply info | ✅ | | Check/revoke token approval | ✅ | #### ERC-721 (NFTs) | Feature | Status | |---------|--------| | Get NFT metadata | ✅ | | Get NFT owner | ✅ | | Transfer NFT | ✅ | | Approve NFT | ✅ | | Set approval for all | ✅ | | Get NFTs by owner | ✅ | | Get NFT collection info | ✅ | | Mint NFT | 📋 | | Burn NFT | 📋 | | Get NFT transfer history | 📋 | | Get NFT traits/attributes | ✅ | | Get NFT rarity | 📋 | | Verify NFT authenticity | 📋 | | Batch transfer NFTs | ✅ | | Check NFT approval | ✅ | | Revoke NFT approval | ✅ | | Approve for marketplace | ✅ | | Fetch NFT metadata from URI | ✅ | #### ERC-1155 (Multi-Token) | Feature | Status | |---------|--------| | Get token balance (fungible + NFT) | ✅ | | Batch transfers | 📋 | | Batch balance queries | 📋 | | Safe transfer | ✅ | | Get URI | ✅ | #### Other Token Standards | Feature | Status | |---------|--------| | ERC-777 (advanced fungible) | 📋 | | ERC-3525 (semi-fungible) | 📋 | | ERC-4626 (tokenized vaults) | 📋 | | ERC-6551 (token-bound accounts) | 📋 | | ERC-404 (hybrid tokens) | 📋 | | Soulbound tokens (SBTs) | 📋 | ### 🏦 DeFi - Decentralized Exchanges (DEX) #### Swaps | Feature | Status | |---------|--------| | Get quote/price | ✅ | | Swap exact tokens for tokens | ✅ | | Swap tokens for exact tokens | ✅ | | Multi-hop swaps | ✅ | | Split route swaps | 📋 | | Cross-DEX aggregation | ✅ | | Limit orders | 📋 | | TWAP orders (time-weighted) | 📋 | | Stop-loss orders | 📋 | | Get slippage estimate | ✅ | | Get price impact | ✅ | | MEV protection (private transactions) | 📋 | #### DEX Analytics | Feature | Status | |---------|--------| | Get trending pools | ✅ | | Get new pools | ✅ | | Get top pools by volume | ✅ | | Get pool OHLCV data | ✅ | | Get pool trades | ✅ | | Get token pools | ✅ | | Get DEX list | ✅ | | Search pools cross-chain | ✅ | | Get token price by contract | ✅ | | Get pool transactions | ✅ | | Multi-token price lookup | ✅ | #### Liquidity Provision | Feature | Status | |---------|--------| | Add liquidity | ✅ | | Remove liquidity | ✅ | | Get LP token balance | ✅ | | Get pool reserves | ✅ | | Get pool APY/APR | 📋 | | Get impermanent loss estimate | 📋 | | Concentrated liquidity (Uniswap V3) | 📋 | | Set price range | 📋 | | Collect fees | 📋 | | Rebalance position | 📋 | | Add liquidity with native token | ✅ | | Calculate arbitrage opportunities | ✅ | ### 🏦 DeFi - Lending & Borrowing #### Lending | Feature | Status | |---------|--------| | Supply/deposit assets | ✅ | | Withdraw assets | ✅ | | Get supply APY | ✅ | | Get supplied balance | ✅ | | Get utilization rate | 📋 | | Enable/disable as collateral | 📋 | #### Borrowing | Feature | Status | |---------|--------| | Borrow assets | ✅ | | Repay debt | ✅ | | Get borrow APY | ✅ | | Get borrowed balance | ✅ | | Get health factor | ✅ | | Get liquidation threshold | ✅ | | Get max borrowable amount | 📋 | | Flash loans | ✅ | | Get borrow limit | 📋 | | Get flash loan info | ✅ | #### Liquidations | Feature | Status | |---------|--------| | Liquidate unhealthy positions | 📋 | | Get liquidatable positions | ✅ | | Get liquidation bonus | 📋 | | Partial liquidations | 📋 | #### Isolated Markets | Feature | Status | |---------|--------| | Supply to isolated pool | 📋 | | Borrow from isolated pool | 📋 | | Get isolation mode debt ceiling | 📋 | ### 🥩 DeFi - Staking #### Native Staking | Feature | Status | |---------|--------| | Stake native tokens | ✅ | | Unstake/withdraw | ✅ | | Claim rewards | ✅ | | Get staking APY | ✅ | | Get validator list | 📋 | | Delegate to validator | 📋 | | Redelegate | 📋 | | Get unbonding period | 📋 | #### Liquid Staking | Feature | Status | |---------|--------| | Stake for liquid staking tokens (stETH, rETH) | ✅ | | Unwrap liquid staking tokens | ✅ | | Get exchange rate | ✅ | | Get staking rewards rate | ✅ | #### LP Staking/Farming | Feature | Status | |---------|--------| | Stake LP tokens | ✅ | | Unstake LP tokens | ✅ | | Claim farming rewards | ✅ | | Get farming APY | ✅ | | Compound rewards | 📋 | | Get pending rewards | ✅ | | Boost rewards (veTokens) | 📋 | #### Restaking | Feature | Status | |---------|--------| | Restake assets (EigenLayer) | 📋 | | Get restaking points | 📋 | | Choose operators | 📋 | | Withdraw from restaking | 📋 | ### 📊 DeFi - Derivatives #### Perpetual Futures | Feature | Status | |---------|--------| | Open long/short position | 📋 | | Close position | 📋 | | Add/remove margin | 📋 | | Set leverage | 📋 | | Get funding rate | 📋 | | Get open interest | 📋 | | Get liquidation price | 📋 | | Set stop-loss/take-profit | 📋 | | Get PnL | 📋 | | Partial close | 📋 | #### Options | Feature | Status | |---------|--------| | Buy call/put options | 📋 | | Sell/write options | 📋 | | Exercise options | 📋 | | Get option greeks | 📋 | | Get implied volatility | 📋 | | Get option chain | 📋 | | Spread strategies | 📋 | #### Synthetics | Feature | Status | |---------|--------| | Mint synthetic assets | 📋 | | Burn synthetic assets | 📋 | | Get collateral ratio | 📋 | | Get synthetic price feed | 📋 | | Liquidate synthetic positions | 📋 | ### 🌉 Cross-Chain & Bridges #### Bridging | Feature | Status | |---------|--------| | Bridge tokens cross-chain | ✅ | | Get bridge quote | ✅ | | Get bridge status | ✅ | | Get supported chains | ✅ | | Get supported tokens | ✅ | | Claim bridged tokens | 📋 | | Get bridge fees | ✅ | | Get estimated time | ✅ | #### Cross-Chain Messaging | Feature | Status | |---------|--------| | Send cross-chain message | 📋 | | Receive cross-chain message | 📋 | | LayerZero operations | 📋 | | Axelar operations | 📋 | | Wormhole operations | 📋 | | CCIP (Chainlink) | 📋 | | Hyperlane operations | 📋 | #### Atomic Swaps | Feature | Status | |---------|--------| | Initiate atomic swap | 📋 | | Complete atomic swap | 📋 | | Refund atomic swap | 📋 | ### 🗳️ Governance #### Voting | Feature | Status | |---------|--------| | Create proposal | ✅ | | Vote on proposal | ✅ | | Delegate votes | ✅ | | Get voting power | ✅ | | Get proposal state | ✅ | | Queue proposal | ✅ | | Execute proposal | ✅ | | Cancel proposal | ✅ | | Get vote receipt | ✅ | #### Token Locking | Feature | Status | |---------|--------| | Lock tokens for voting (veTokens) | 📋 | | Extend lock period | 📋 | | Increase locked amount | 📋 | | Withdraw unlocked tokens | 📋 | | Get lock info | 📋 | #### Snapshot (Off-chain) | Feature | Status | |---------|--------| | Create space | 📋 | | Create off-chain proposal | 📋 | | Vote off-chain | 📋 | | Get snapshot results | 📋 | ### 🔐 Security & Analysis #### Contract Analysis | Feature | Status | |---------|--------| | Verify contract source | ✅ | | Get contract ABI | ✅ | | Check if contract is proxy | ✅ | | Get implementation address | ✅ | | Detect honeypots | ✅ | | Check for rug pull risks | ✅ | | GoPlus token security check | ✅ | | GoPlus rug pull detection | ✅ | | Audit score | 📋 | | Get contract creator | ✅ | | Get contract age | ✅ | | Detect malicious functions | ✅ | #### Token Security | Feature | Status | |---------|--------| | Check token safety | ✅ | | Get holder distribution | ✅ | | Check if mintable | ✅ | | Check if pausable | ✅ | | Check for hidden fees | ✅ | | Check liquidity locked | ✅ | | Get top holders | ✅ | | Check ownership renounced | ✅ | | GoPlus NFT security | ✅ | | GoPlus approval security | ✅ | #### Wallet Security | Feature | Status | |---------|--------| | Get approval list | ✅ | | Revoke approvals | ✅ | | Check for drainers | ✅ | | Simulate transaction safety | ✅ | | Get wallet risk score | 📋 | | GoPlus address security | ✅ | | GoPlus dApp phishing check | ✅ | | GoPlus signature decode | ✅ | ### 📈 Price & Market Data #### Price Feeds | Feature | Status | |---------|--------| | Get current price | ✅ | | Get historical prices | ✅ | | Get OHLCV data | ✅ | | Get price from DEX | ✅ | | Get price from oracle (Chainlink, Pyth) | ✅ | | Get TWAP price | ✅ | | Get price across exchanges | ✅ | | Get volume | ✅ | | Get market cap | ✅ | | Get trending coins | ✅ | | Get token by contract address | ✅ | | Get exchange rates | ✅ | | Get coin categories | ✅ | | Get derivatives data | ✅ | | Get company BTC/ETH holdings | ✅ | #### Analytics | Feature | Status | |---------|--------| | Get TVL (Total Value Locked) | ✅ | | Get protocol metrics | ✅ | | Get yield farming APYs | ✅ | | Get gas tracker | ✅ | | Get whale transactions | 📋 | | Get token flow analysis | 📋 | | Get DEX volume | ✅ | | Get lending metrics | 📋 | | Get DeFi fees & revenue | ✅ | | Get stablecoin data | ✅ | | Get bridge volumes | ✅ | | Get liquidation data | ✅ | | Get DeFi hacks history | ✅ | | Get perpetuals data | ✅ | ### 🆔 Identity & Domains #### ENS (Ethereum Name Service) | Feature | Status | |---------|--------| | Register domain | ✅ | | Resolve name to address | ✅ | | Reverse resolve address to name | ✅ | | Set primary name | 📋 | | Set records (text, address, content hash) | ✅ | | Transfer domain | ✅ | | Renew domain | ✅ | | Get expiry date | 📋 | | Set subdomains | ✅ | #### Other Name Services | Feature | Status | |---------|--------| | Unstoppable Domains | 📋 | | Space ID (.bnb) | 📋 | | Bonfida (.sol) | 📋 | | ANS (.avax) | 📋 | #### DIDs & Verifiable Credentials | Feature | Status | |---------|--------| | Create DID | 📋 | | Resolve DID | 📋 | | Issue verifiable credential | 📋 | | Verify credential | 📋 | | Revoke credential | 📋 | ### 🖼️ NFT & Metaverse #### NFT Marketplace | Feature | Status | |---------|--------| | List NFT for sale | 📋 | | Buy NFT | 📋 | | Make offer | 📋 | | Accept offer | 📋 | | Cancel listing | 📋 | | Auction NFT | 📋 | | Bid on auction | 📋 | | Get floor price | 📋 | | Get collection stats | 📋 | #### NFT Creation | Feature | Status | |---------|--------| | Deploy NFT collection | 📋 | | Mint NFTs | 📋 | | Set royalties | 📋 | | Set metadata | 📋 | | Reveal NFTs | 📋 | | Whitelist management | 📋 | | Airdrop NFTs | 📋 | #### NFT Finance | Feature | Status | |---------|--------| | NFT collateralized loans | 📋 | | NFT fractionalization | 📋 | | NFT renting | 📋 | | NFT staking | 📋 | #### Metaverse | Feature | Status | |---------|--------| | Buy virtual land | 📋 | | Sell virtual land | 📋 | | Build on land | 📋 | | Transfer assets between metaverses | 📋 | ### 🔔 Events & Subscriptions #### Event Listening | Feature | Status | |---------|--------| | Subscribe to contract events | 📋 | | Subscribe to pending transactions | 📋 | | Subscribe to new blocks | 📋 | | Subscribe to logs | 📋 | | Filter events by topic | ✅ | | Get historical events | ✅ | | Decode event logs | ✅ | #### Webhooks & Notifications | Feature | Status | |---------|--------| | Set up webhook for events | 📋 | | Get transaction notifications | 📋 | | Get price alerts | 📋 | | Get whale alerts | 📋 | | Get governance notifications | 📋 | ### 📜 Smart Contract Interaction #### Read Operations | Feature | Status | |---------|--------| | Call view/pure functions | ✅ | | Get storage at slot | ✅ | | Get contract bytecode | ✅ | | Multicall (batch reads) | ✅ | | Static call simulation | ✅ | #### Write Operations | Feature | Status | |---------|--------| | Send transaction to contract | ✅ | | Encode function call | ✅ | | Decode function result | ✅ | | Estimate gas for call | ✅ | | Batch transactions | ✅ | #### Contract Deployment | Feature | Status | |---------|--------| | Deploy contract | ✅ | | Deploy with CREATE2 | ✅ | | Deploy proxy contract | ✅ | | Upgrade proxy | ✅ | | Verify on explorer | ✅ | ### 🤖 Advanced Features #### MEV & Flashbots | Feature | Status | |---------|--------| | Submit private transaction | ✅ | | Submit bundle | ✅ | | Get MEV opportunities | ✅ | | Backrun protection | ✅ | | Frontrun protection | ✅ | | Sandwich protection | ✅ | #### Account Abstraction (ERC-4337) | Feature | Status | |---------|--------| | Create smart account | 📋 | | Execute user operation | 📋 | | Batch operations | 📋 | | Sponsor gas (Paymaster) | 📋 | | Session keys | 📋 | | Social recovery | 📋 | #### Intents & Solvers | Feature | Status | |---------|--------| | Submit intent | 📋 | | Get solver quotes | 📋 | | Execute via solver | 📋 | #### Oracles | Feature | Status | |---------|--------| | Get Chainlink price | ✅ | | Get Pyth price | 📋 | | Get Band Protocol price | 📋 | | Get API3 price | 📋 | | Request randomness (VRF) | 📋 | | Request external data | 📋 | ### 🛠️ Utility Functions #### Gas | Feature | Status | |---------|--------| | Get gas price | ✅ | | Get priority fee | ✅ | | Get base fee | ✅ | | Get gas history | ✅ | | Estimate gas for transaction | ✅ | | Get EIP-1559 fees | ✅ | #### Encoding/Decoding | Feature | Status | |---------|--------| | ABI encode | ✅ | | ABI decode | ✅ | | Keccak256 hash | ✅ | | Pack/unpack data | ✅ | | Sign typed data (EIP-712) | ✅ | #### Address Utils | Feature | Status | |---------|--------| | Validate address | ✅ | | Checksum address | ✅ | | Get address from ENS | ✅ | | Check if contract | ✅ | | Get contract type | 📋 | ### 📰 Data & Information #### News & Social | Feature | Status | |---------|--------| | Get crypto news | ✅ | | Search crypto news | ✅ | | Get DeFi news | ✅ | | Get Bitcoin news | ✅ | | Get breaking news | ✅ | | Get social sentiment | ✅ | | Get influencer rankings | ✅ | | Get trending topics | ✅ | | Get coin social metrics | ✅ | | Get social feed | ✅ | | Get market sentiment index | ✅ | | Get Galaxy Score | ✅ | | Get AltRank | ✅ | | Get Twitter mentions | 📋 | | Get Discord activity | 📋 | | Get GitHub activity | 📋 | #### On-Chain Data | Feature | Status | |---------|--------| | Get token holders | 📋 | | Get whale wallets | 📋 | | Get smart money movements | 📋 | | Get protocol users | 📋 | | Get daily active addresses | 📋 | | Get network hash rate | 📋 | ### 🏛️ Institutional & Compliance #### KYC/AML | Feature | Status | |---------|--------| | Wallet screening | 📋 | | Transaction monitoring | 📋 | | Risk scoring | 📋 | | Sanctions checking | 📋 | #### Custody | Feature | Status | |---------|--------| | Multi-sig operations | 📋 | | Cold storage | 📋 | | Hot wallet management | 📋 | | Policy enforcement | 📋 | #### Reporting | Feature | Status | |---------|--------| | Tax reporting | 📋 | | Portfolio tracking | ✅ | | P&L reporting | 📋 | | Transaction history export | 📋 | ## Data Sources This MCP server integrates with the following APIs: | Provider | Data Type | API Key Required | |----------|-----------|------------------| | [CoinGecko](https://coingecko.com) | Market data, prices, OHLCV | Optional (free tier) | | [CoinStats](https://coinstats.app) | Portfolio, prices, wallets | Yes | | [DefiLlama](https://defillama.com) | TVL, yields, fees, protocols | No | | [LunarCrush](https://lunarcrush.com) | Social sentiment, influencers | Yes | | [GoPlus](https://gopluslabs.io) | Security analysis, honeypot detection | No | | [GeckoTerminal](https://geckoterminal.com) | DEX pools, trades, OHLCV | No | | [DexPaprika](https://dexpaprika.com) | DEX analytics, pools | No | | [CryptoPanic](https://cryptopanic.com) | Crypto news | Yes | | [Alternative.me](https://alternative.me) | Fear & Greed Index | No | ## 🔗 Related MCP Servers Additional specialized MCP servers in this workspace: | Server | Description | Tools | |--------|-------------|-------| | [binance-mcp-server](./binance-mcp-server/) | Binance.com global exchange API | 156+ tools | | [binance-us-mcp-server](./binance-us-mcp-server/) | Binance.US exchange API | 71+ tools | ### Binance.com Server Full Binance global API coverage including: - Spot trading, wallet, staking, mining - Convert, Simple Earn, Algo Trading (TWAP/VP) - NFT, Pay, Copy Trading, Dual Investment - VIP Loans, C2C/P2P, Fiat { "mcpServers": { "binance": { "command": "npx", "args": ["ts-node", "binance-mcp-server/src/index.ts"], "env": { "BINANCE_API_KEY": "your_key", "BINANCE_API_SECRET": "your_secret" } } } } ### Binance.US Server US-regulated exchange with: - Market data, spot trading, wallet - Staking, OTC, sub-accounts - Custodial solutions (institutional) { "mcpServers": { "binance-us": { "command": "node", "args": ["binance-us-mcp-server/build/index.js"], "env": { "BINANCE_US_API_KEY": "your_key", "BINANCE_US_API_SECRET": "your_secret" } } } } ### Development Setup # Fork and clone git clone https://github.com/YOUR_USERNAME/bnb-chain-mcp cd bnb-chain-mcp # Install dependencies bun install # Create feature branch git checkout -b feature/amazing-feature # Make changes and test bun dev bun test # Commit and push git commit -m "feat: add amazing feature" git push origin feature/amazing-feature # Open Pull Request ### Contribution Guidelines ### Adding New Tools 1. Create tool file in `src/tools//` 2. Export tool definition with Zod schema 3. Add to tool index 4. Document in README ## 📄 License This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details. ### Special Thanks - [Model Context Protocol](https://modelcontextprotocol.io) team - [viem](https://viem.sh) for excellent EVM tooling - All the amazing Web3 API providers
## Core Protocol Keywords ERC-8004, ERC8004, EIP-8004, EIP8004, Trustless Agents, trustless agent, trustless AI, trustless AI agents, agent protocol, agent standard, Ethereum agent standard, blockchain agent protocol, on-chain agents, onchain agents, on-chain AI, onchain AI, decentralized agents, decentralized AI agents, autonomous agents, autonomous AI agents, AI agent protocol, AI agent standard, agent discovery, agent trust, agent reputation, agent validation, agent identity, agent registry, identity registry, reputation registry, validation registry, agent NFT, ERC-721 agent, agent tokenId, agentId, agentURI, agentWallet, agent registration, agent registration file, agent-registration.json, agent card, agent metadata, agent endpoints, agent discovery protocol, agent trust protocol, open agent protocol, open agent standard, permissionless agents, permissionless AI, censorship-resistant agents, portable agent identity, portable AI identity, verifiable agents, verifiable AI agents, accountable agents, accountable AI, agent accountability ## Blockchain & Web3 Keywords ## AI & Agent Technology Keywords AI agents, artificial intelligence agents, autonomous AI, AI autonomy, LLM agents, large language model agents, machine learning agents, ML agents, AI assistant, AI chatbot, intelligent agents, software agents, digital agents, virtual agents, AI automation, automated agents, agent-to-agent, A2A, A2A protocol, Google A2A, Agent2Agent, MCP, Model Context Protocol, agent communication, agent interoperability, agent orchestration, agent collaboration, multi-agent, multi-agent systems, agent capabilities, agent skills, agent tools, agent prompts, agent resources, agent completions, AgentCard, agent card, agent endpoint, agent service, AI service, AI API, agent API, AI infrastructure, agent infrastructure, agentic, agentic web, agentic economy, agentic commerce, agent economy, agent marketplace, AI marketplace, agent platform, AI platform ## Trust & Reputation Keywords trust, trustless, reputation, reputation system, reputation protocol, reputation registry, feedback, client feedback, user feedback, on-chain feedback, on-chain reputation, verifiable reputation, portable reputation, reputation aggregation, reputation scoring, reputation algorithm, trust signals, trust model, trust verification, trust layer, recursive reputation, reviewer reputation, spam prevention, Sybil attack, Sybil resistance, anti-spam, feedback filtering, trusted reviewers, rating, rating system, quality rating, starred rating, uptime rating, success rate, response time, performance history, track record, audit trail, immutable feedback, permanent feedback, feedback response, appendResponse, giveFeedback, revokeFeedback, feedback tags, feedback value, valueDecimals, feedbackURI, feedbackHash, clientAddress, reviewer address ## Validation & Verification Keywords validation, validation registry, validator, validator contract, cryptographic validation, cryptographic proof, cryptographic attestation, zero-knowledge, ZK, zkML, zero-knowledge machine learning, ZK proofs, trusted execution environment, TEE, TEE attestation, TEE oracle, stake-secured, staking validators, crypto-economic security, inference re-execution, output validation, work verification, third-party validation, independent validation, validation request, validation response, validationRequest, validationResponse, requestHash, responseHash, verifiable computation, verified agents, verified behavior, behavioral validation, agent verification ## Payment & Commerce Keywords x402, x402 protocol, x402 payments, programmable payments, micropayments, HTTP payments, pay-per-request, pay-per-task, agent payments, AI payments, agent monetization, AI monetization, agent commerce, AI commerce, agentic commerce, agent economy, AI economy, agent marketplace, service marketplace, agent-to-agent payments, A2A payments, stablecoin payments, USDC, crypto payments, on-chain payments, payment settlement, programmable settlement, proof of payment, proofOfPayment, payment receipt, payment verification, Coinbase, Coinbase x402, agent pricing, API pricing, service pricing, subscription, API keys, revenue, trading yield, cumulative revenues, agent wallet, payment address, toAddress, fromAddress, txHash ## Discovery & Registry Keywords agent discovery, service discovery, agent registry, identity registry, agent registration, register agent, mint agent, agent NFT, agent tokenId, agent browsing, agent explorer, agent scanner, 8004scan, 8004scan.io, agentscan, agentscan.info, 8004agents, 8004agents.ai, agent leaderboard, agent ranking, top agents, agent listing, agent directory, agent catalog, agent index, browse agents, search agents, find agents, discover agents, agent visibility, agent discoverability, no-code registration, agent creation, create agent, my agents, agent owner, agent operator, agent transfer, transferable agent, portable agent ## Endpoints & Integration Keywords endpoint, agent endpoint, service endpoint, API endpoint, MCP endpoint, A2A endpoint, web endpoint, HTTPS endpoint, HTTP endpoint, DID, decentralized identifier, ENS, Ethereum Name Service, ENS name, agent.eth, vitalik.eth, email endpoint, OASF, Open Agent Specification Format, endpoint verification, domain verification, endpoint ownership, .well-known, well-known, agent-registration.json, endpoint domain, endpoint URL, endpoint URI, base64 data URI, on-chain metadata, off-chain metadata, metadata storage, JSON metadata, agent JSON, registration JSON ## SDK & Developer Tools Keywords SDK, Agent0 SDK, Agent0, ChaosChain SDK, ChaosChain, Lucid Agents, Daydreams AI, create-8004-agent, npm, TypeScript SDK, Python SDK, JavaScript, Solidity, smart contract, ABI, contract ABI, deployed contracts, contract addresses, Hardhat, development tools, developer tools, dev tools, API, REST API, GraphQL, subgraph, The Graph, indexer, blockchain explorer, Etherscan, contract verification, open source, MIT license, CC0, public domain, GitHub, repository, code repository, documentation, docs, best practices, reference implementation ## Key People & Organizations Keywords Marco De Rossi, MetaMask AI Lead, Davide Crapis, Ethereum Foundation AI, Head of AI, Jordan Ellis, Google engineer, Erik Reppel, Coinbase engineering, Head of Engineering, Sumeet Chougule, ChaosChain founder, YQ, AltLayer co-founder, Wee Kee, Virtuals contributor, Cyfrin audit, Nethermind audit, Ethereum Foundation Security Team, security audit, audited contracts ## Use Cases & Applications Keywords trading bot, DeFi agent, yield optimizer, data oracle, price feed, analytics agent, research agent, coding agent, development agent, automation agent, task agent, workflow agent, portfolio management, asset management, supply chain, service agent, API service, chatbot, AI assistant, virtual assistant, personal agent, enterprise agent, B2B agent, agent-as-a-service, AaaS, SaaS agent, AI SaaS, delegated agent, proxy agent, helper agent, worker agent, coordinator agent, orchestrator agent, validator agent, auditor agent, insurance agent, scoring agent, ranking agent ## Technical Specifications Keywords ERC-8004 specification, EIP specification, Ethereum Improvement Proposal, Ethereum Request for Comment, RFC 2119, RFC 8174, MUST, SHOULD, MAY, OPTIONAL, REQUIRED, interface, contract interface, function signature, event, emit event, indexed event, storage, contract storage, view function, external function, public function, uint256, int128, uint8, uint64, bytes32, string, address, array, struct, MetadataEntry, mapping, modifier, require, revert, transfer, approve, operator, owner, tokenId, URI, hash, keccak256, KECCAK-256, signature, deadline ## Events & Conferences Keywords ## News & Media Keywords ## Competitor & Alternative Keywords agent framework, agent platform, AI platform, centralized agents, closed agents, proprietary agents, gatekeeper, intermediary, platform lock-in, vendor lock-in, data silos, walled garden, open alternative, decentralized alternative, permissionless alternative, trustless alternative ## Future & Roadmap Keywords ## Long-tail Keywords & Phrases ## Brand & Product Keywords 8004, 8004.org, Trustless Agents, trustlessagents, trustless-agents, 8004scan, 8004scan.io, agentscan, agentscan.info, 8004agents, 8004agents.ai, Agent0, agent0, sdk.ag0.xyz, ChaosChain, chaoschain, docs.chaoscha.in, Lucid Agents, lucid-agents, daydreams.systems, create-8004-agent, erc-8004-contracts, best-practices, agent0lab, subgraph ## Hashtags & Social Keywords #ERC8004, #TrustlessAgents, #AIAgents, #DecentralizedAI, #OnChainAI, #AgenticWeb, #AgentEconomy, #Web3AI, #BlockchainAI, #EthereumAI, #CryptoAI, #AutonomousAgents, #AIAutonomy, #AgentDiscovery, #AgentTrust, #AgentReputation, #x402, #MCP, #A2A, #AgentProtocol, #OpenAgents, #PermissionlessAI, #VerifiableAI, #AccountableAI, #AIInfrastructure, #AgentInfrastructure, #BuildWithAgents, #AgentBuilders, #AgentDevelopers, #AgentEcosystem ## Statistical Keywords 10000+ agents, 10300+ agents, 10000+ testnet registrations, 20000+ feedback, 5 months development, 80+ teams, 100+ partners, January 28 2026, January 29 2026, mainnet live, production ready, audited contracts, singleton deployment, per-chain singleton, ERC-721 token, NFT minting, gas fees, $5-20 mainnet gas ## Additional Core Protocol Terms ERC 8004, EIP 8004, trustless agent protocol, trustless agent standard, trustless agent framework, trustless agent system, trustless agent network, trustless agent infrastructure, trustless agent architecture, trustless agent specification, trustless agent implementation, trustless agent deployment, trustless agent integration, trustless agent ecosystem, trustless agent platform, trustless agent marketplace, trustless agent registry, trustless agent identity, trustless agent reputation, trustless agent validation, trustless agent discovery, trustless agent verification, trustless agent authentication, trustless agent authorization, trustless agent registration, trustless agent management, trustless agent operations, trustless agent services, trustless agent solutions, trustless agent technology, trustless agent innovation, trustless agent development, trustless agent research, trustless agent security, trustless agent privacy, trustless agent transparency, trustless agent accountability, trustless agent governance, trustless agent compliance, trustless agent standards, trustless agent protocols, trustless agent interfaces, trustless agent APIs, trustless agent SDKs, trustless agent tools, trustless agent utilities, trustless agent libraries, trustless agent modules, trustless agent components, trustless agent extensions ## Extended Blockchain Terms Ethereum blockchain, Ethereum network, Ethereum protocol, Ethereum ecosystem, Ethereum infrastructure, Ethereum development, Ethereum smart contract, Ethereum dApp, Ethereum application, Ethereum transaction, Ethereum gas, Ethereum wallet, Ethereum address, Ethereum account, Ethereum signature, Ethereum verification, Ethereum consensus, Ethereum finality, Ethereum block, Ethereum chain, Ethereum node, Ethereum client, Ethereum RPC, Ethereum JSON-RPC, Ethereum Web3, Ethereum ethers.js, Ethereum viem, Ethereum wagmi, Ethereum hardhat, Ethereum foundry, Ethereum truffle, Ethereum remix, Ethereum deployment, Ethereum verification, Ethereum explorer, Ethereum scanner, Base blockchain, Base network, Base L2, Base layer 2, Base mainnet, Base testnet, Base Sepolia, Optimism blockchain, Optimism network, Optimism L2, Optimism mainnet, Optimism Sepolia, Polygon blockchain, Polygon network, Polygon PoS, Polygon zkEVM, Polygon mainnet, Polygon Mumbai, Arbitrum blockchain, Arbitrum One, Arbitrum Nova, Arbitrum Sepolia, Arbitrum Stylus, Linea blockchain, Linea network, Linea mainnet, Linea testnet, Scroll blockchain, Scroll network, Scroll mainnet, Scroll Sepolia, Monad blockchain, Monad network, Monad testnet, Gnosis Chain, Gnosis Safe, Celo blockchain, Celo network, Avalanche, Fantom, BNB Chain, BSC, Binance Smart Chain, zkSync, StarkNet, Mantle, Blast, Mode, Zora, opBNB, Manta, Taiko ## Extended AI Agent Terms ## Extended Trust & Reputation Terms ## Extended Validation & Verification Terms validation protocol, validation system, validation network, validation infrastructure, validation layer, validation framework, validation model, validation algorithm, validation computation, validation process, validation procedure, validation workflow, validation pipeline, validation chain, validation sequence, validation step, validation stage, validation phase, validation checkpoint, validation gate, validation barrier, validation filter, validation criteria, validation rules, validation logic, validation conditions, validation requirements, validation specifications, validation standards, validation benchmarks, validation metrics, validation indicators, validation signals, validation evidence, validation proof, validation attestation, validation certification, validation confirmation, validation approval, validation acceptance, validation rejection, validation failure, validation success, validation result, validation outcome, validation report, validation log, validation audit, validation trace, validation record, validation history, verification protocol, verification system, verification network, verification infrastructure, verification layer, verification framework, verification model, verification algorithm, verification computation, verification process, verification procedure, verification workflow, verification pipeline, verification chain, verification sequence, verification step, verification stage, verification phase, verification checkpoint, verification gate, verification barrier, verification filter, verification criteria, verification rules, verification logic, verification conditions, verification requirements, verification specifications, verification standards, verification benchmarks, verification metrics, verification indicators, verification signals, verification evidence, verification proof, verification attestation, verification certification, verification confirmation, verification approval, verification acceptance, verification rejection, verification failure, verification success, verification result, verification outcome, verification report, verification log, verification audit, verification trace, verification record, verification history, cryptographic verification, mathematical verification, formal verification, automated verification, manual verification, human verification, machine verification, AI verification, hybrid verification, multi-party verification, distributed verification, decentralized verification, consensus verification, probabilistic verification, deterministic verification, real-time verification, batch verification, streaming verification, incremental verification, partial verification, complete verification, exhaustive verification, sampling verification, statistical verification, heuristic verification, rule-based verification, model-based verification, data-driven verification, evidence-based verification, proof-based verification, attestation-based verification, signature-based verification, hash-based verification, merkle verification, zero-knowledge verification, ZK verification, zkSNARK, zkSTARK, PLONK, Groth16, recursive proof, proof composition, proof aggregation, proof batching, proof compression, proof generation, proof verification, prover, verifier, trusted setup, universal setup, transparent setup, TEE verification, SGX verification, TDX verification, SEV verification, enclave verification, secure enclave, hardware security, hardware attestation, remote attestation, local attestation, platform attestation, application attestation, code attestation, data attestation, execution attestation, result attestation ## Extended Payment & Commerce Terms ## Extended Discovery & Registry Terms ## Extended Technical Implementation Terms smart contract development, smart contract programming, smart contract coding, smart contract writing, smart contract design, smart contract architecture, smart contract pattern, smart contract template, smart contract library, smart contract framework, smart contract toolkit, smart contract suite, smart contract collection, smart contract set, smart contract bundle, smart contract package, smart contract module, smart contract component, smart contract function, smart contract method, smart contract procedure, smart contract routine, smart contract subroutine, smart contract logic, smart contract algorithm, smart contract computation, smart contract calculation, smart contract operation, smart contract action, smart contract transaction, smart contract call, smart contract invocation, smart contract execution, smart contract deployment, smart contract migration, smart contract upgrade, smart contract update, smart contract patch, smart contract fix, smart contract bug, smart contract vulnerability, smart contract exploit, smart contract attack, smart contract defense, smart contract protection, smart contract security, smart contract audit, smart contract review, smart contract analysis, smart contract testing, smart contract verification, smart contract validation, smart contract certification, smart contract documentation, smart contract specification, smart contract interface, smart contract ABI, smart contract bytecode, smart contract opcode, smart contract gas, smart contract optimization, smart contract efficiency, smart contract performance, smart contract scalability, smart contract reliability, smart contract availability, smart contract maintainability, smart contract upgradeability, smart contract proxy, smart contract implementation, smart contract storage, smart contract memory, smart contract stack, smart contract heap, smart contract variable, smart contract constant, smart contract immutable, smart contract state, smart contract event, smart contract log, smart contract emit, smart contract modifier, smart contract require, smart contract assert, smart contract revert, smart contract error, smart contract exception, smart contract fallback, smart contract receive, smart contract payable, smart contract view, smart contract pure, smart contract external, smart contract internal, smart contract public, smart contract private, smart contract virtual, smart contract override, smart contract abstract, smart contract interface, smart contract library, smart contract import, smart contract inheritance, smart contract composition, smart contract delegation, smart contract proxy pattern, UUPS proxy, transparent proxy, beacon proxy, minimal proxy, clone factory, diamond pattern, EIP-2535, upgradeable contract, upgradeable proxy, upgrade mechanism, upgrade process, upgrade procedure, upgrade workflow, upgrade pipeline, upgrade chain, upgrade sequence, upgrade step, upgrade stage, upgrade phase, upgrade checkpoint, upgrade gate, upgrade barrier, upgrade filter, upgrade criteria, upgrade rules, upgrade logic, upgrade conditions, upgrade requirements, upgrade specifications, upgrade standards, upgrade benchmarks, upgrade metrics, upgrade indicators, upgrade signals, upgrade evidence, upgrade proof, upgrade attestation, upgrade certification, upgrade confirmation, upgrade approval, upgrade acceptance, upgrade rejection, upgrade failure, upgrade success, upgrade result, upgrade outcome, upgrade report, upgrade log, upgrade audit, upgrade trace, upgrade record, upgrade history ## Extended Use Case Terms ## Industry & Vertical Keywords ## Technology Stack Keywords JavaScript agent, TypeScript agent, Python agent, Go agent, Rust agent, Java agent, Kotlin agent, Swift agent, Objective-C agent, C++ agent, C# agent, Ruby agent, PHP agent, Scala agent, Clojure agent, Elixir agent, Erlang agent, Haskell agent, OCaml agent, F# agent, Dart agent, Flutter agent, React agent, Vue agent, Angular agent, Svelte agent, Solid agent, Next.js agent, Nuxt agent, Remix agent, Gatsby agent, Astro agent, Qwik agent, Fresh agent, SvelteKit agent, Express agent, Fastify agent, Koa agent, Hapi agent, NestJS agent, Adonis agent, Sails agent, Meteor agent, Django agent, Flask agent, FastAPI agent, Starlette agent, Tornado agent, Pyramid agent, Bottle agent, Falcon agent, Sanic agent, Quart agent, Rails agent, Sinatra agent, Hanami agent, Roda agent, Grape agent, Spring agent, Quarkus agent, Micronaut agent, Vert.x agent, Play agent, Akka agent, Lagom agent, ASP.NET agent, Blazor agent, MAUI agent, Xamarin agent, Unity agent, Godot agent, Unreal agent, Bevy agent, Amethyst agent, ggez agent, macroquad agent, Raylib agent, SDL agent, SFML agent, OpenGL agent, Vulkan agent, DirectX agent, Metal agent, WebGL agent, WebGPU agent, Three.js agent, Babylon.js agent, PlayCanvas agent, A-Frame agent, React Three Fiber agent, Pixi.js agent, Phaser agent, Cocos agent, Defold agent, Construct agent, GameMaker agent, RPG Maker agent, Twine agent, Ink agent, Yarn Spinner agent, Dialogflow agent, Rasa agent, Botpress agent, Microsoft Bot Framework agent, Amazon Lex agent, IBM Watson agent, Google Dialogflow agent, Wit.ai agent, Snips agent, Mycroft agent, Jasper agent, Leon agent, Hugging Face agent, OpenAI agent, Anthropic agent, Cohere agent, AI21 agent, Stability AI agent, Midjourney agent, DALL-E agent, Stable Diffusion agent, Imagen agent, Gemini agent, Claude agent, GPT agent, LLaMA agent, Mistral agent, Mixtral agent, Phi agent, Qwen agent, Yi agent, DeepSeek agent, Falcon agent, MPT agent, BLOOM agent, OPT agent, Pythia agent, Cerebras agent, Inflection agent, Adept agent, Character.AI agent, Poe agent, Perplexity agent, You.com agent, Neeva agent, Kagi agent, Brave Search agent, DuckDuckGo agent, Startpage agent, Ecosia agent, Qwant agent, Mojeek agent, Yandex agent, Baidu agent, Naver agent, Seznam agent, Sogou agent ## Emerging Technology Keywords quantum computing agent, quantum machine learning agent, quantum optimization agent, quantum simulation agent, quantum cryptography agent, post-quantum agent, lattice-based agent, hash-based agent, code-based agent, isogeny-based agent, multivariate agent, neuromorphic agent, spiking neural network agent, memristor agent, photonic agent, optical computing agent, DNA computing agent, molecular computing agent, biological computing agent, wetware agent, biocomputing agent, synthetic biology agent, gene editing agent, CRISPR agent, mRNA agent, protein folding agent, AlphaFold agent, drug discovery agent, virtual screening agent, molecular dynamics agent, computational chemistry agent, materials science agent, nanotechnology agent, metamaterials agent, 2D materials agent, graphene agent, quantum dots agent, nanoparticles agent, nanorobots agent, nanomedicine agent, targeted delivery agent, biosensors agent, wearables agent, implantables agent, brain-computer interface agent, neural interface agent, Neuralink agent, EEG agent, fMRI agent, PET agent, MEG agent, TMS agent, tDCS agent, optogenetics agent, chemogenetics agent, connectomics agent, brain mapping agent, cognitive computing agent, affective computing agent, emotion AI agent, sentiment analysis agent, opinion mining agent, social listening agent, brand monitoring agent, reputation management agent, crisis communication agent, public relations agent, media monitoring agent, press agent, journalist agent, editor agent, writer agent, author agent, content creator agent, influencer agent, streamer agent, YouTuber agent, TikToker agent, podcaster agent, blogger agent, vlogger agent, photographer agent, videographer agent, animator agent, illustrator agent, graphic designer agent, UI designer agent, UX designer agent, product designer agent, industrial designer agent, fashion designer agent, interior designer agent, architect agent, landscape architect agent, urban planner agent, city planner agent, transportation planner agent, traffic agent, autonomous vehicle agent, self-driving agent, ADAS agent, V2X agent, connected vehicle agent, smart transportation agent, smart city agent, smart grid agent, smart meter agent, smart home agent, smart building agent, smart factory agent, Industry 4.0 agent, IoT agent, IIoT agent, edge computing agent, fog computing agent, mist computing agent, cloudlet agent, mobile edge agent, MEC agent, NOMA agent, massive MIMO agent, beamforming agent, millimeter wave agent, terahertz agent, 6G agent, 5G agent, LTE agent, NB-IoT agent, LoRa agent, Sigfox agent, Zigbee agent, Z-Wave agent, Thread agent, Matter agent, HomeKit agent, Alexa agent, Google Home agent, SmartThings agent, Home Assistant agent, OpenHAB agent, Domoticz agent, Hubitat agent, Homey agent, Tuya agent, eWeLink agent, Sonoff agent, Shelly agent, Tasmota agent, ESPHome agent, WLED agent, Zigbee2MQTT agent, deCONZ agent, ZHA agent, Philips Hue agent, IKEA Tradfri agent, Aqara agent, Xiaomi agent, Yeelight agent, Nanoleaf agent, LIFX agent, TP-Link Kasa agent, Wyze agent, Ring agent, Nest agent, Ecobee agent, Honeywell agent, Emerson agent, Carrier agent, Trane agent, Lennox agent, Daikin agent, Mitsubishi Electric agent, LG agent, Samsung agent, Bosch agent, Siemens agent, ABB agent, Schneider Electric agent, Rockwell agent, Emerson agent, Honeywell agent, Yokogawa agent, Endress+Hauser agent, SICK agent, Pepperl+Fuchs agent, Balluff agent, ifm agent, Banner agent, Turck agent, Omron agent, Keyence agent, Cognex agent, Basler agent, FLIR agent, Teledyne agent, Allied Vision agent, JAI agent, IDS agent, Baumer agent, Stemmer agent, MVTec agent, Matrox agent, National Instruments agent, Beckhoff agent, Phoenix Contact agent, Wago agent, Weidmuller agent, Murrelektronik agent, Pilz agent, SICK agent, Leuze agent, Datalogic agent, Honeywell agent, Zebra agent, SATO agent, Citizen agent, TSC agent, Godex agent, Printronix agent, Epson agent, Brother agent, DYMO agent, Rollo agent, Munbyn agent, iDPRT agent, HPRT agent ## Business & Enterprise Keywords ## Web3 & Crypto Extended Keywords ## AI & Machine Learning Extended Keywords machine learning agent, deep learning agent, reinforcement learning agent, supervised learning agent, unsupervised learning agent, semi-supervised learning agent, self-supervised learning agent, contrastive learning agent, transfer learning agent, meta-learning agent, few-shot learning agent, zero-shot learning agent, one-shot learning agent, multi-task learning agent, curriculum learning agent, active learning agent, online learning agent, offline learning agent, batch learning agent, incremental learning agent, continual learning agent, lifelong learning agent, federated learning agent, distributed learning agent, parallel learning agent, gradient descent agent, stochastic gradient descent agent, SGD agent, Adam agent, AdamW agent, LAMB agent, LARS agent, RMSprop agent, Adagrad agent, Adadelta agent, momentum agent, Nesterov agent, learning rate agent, learning rate scheduler agent, warmup agent, cosine annealing agent, step decay agent, exponential decay agent, polynomial decay agent, cyclic learning rate agent, one cycle agent, weight decay agent, L1 regularization agent, L2 regularization agent, dropout agent, batch normalization agent, layer normalization agent, group normalization agent, instance normalization agent, spectral normalization agent, weight normalization agent, gradient clipping agent, gradient accumulation agent, mixed precision agent, FP16 agent, BF16 agent, FP8 agent, INT8 agent, INT4 agent, quantization agent, post-training quantization agent, quantization-aware training agent, pruning agent, structured pruning agent, unstructured pruning agent, magnitude pruning agent, movement pruning agent, knowledge distillation agent, teacher-student agent, model compression agent, neural architecture search agent, NAS agent, AutoML agent, hyperparameter optimization agent, Bayesian optimization agent, random search agent, grid search agent, population-based training agent, evolutionary algorithm agent, genetic algorithm agent, particle swarm agent, ant colony agent, simulated annealing agent, neural network agent, feedforward network agent, recurrent network agent, RNN agent, LSTM agent, GRU agent, bidirectional RNN agent, seq2seq agent, encoder-decoder agent, attention mechanism agent, self-attention agent, cross-attention agent, multi-head attention agent, scaled dot-product attention agent, transformer agent, BERT agent, GPT agent, T5 agent, BART agent, XLNet agent, RoBERTa agent, ALBERT agent, DistilBERT agent, ELECTRA agent, DeBERTa agent, Longformer agent, BigBird agent, Performer agent, Linformer agent, Reformer agent, Sparse Transformer agent, Flash Attention agent, Multi-Query Attention agent, Grouped Query Attention agent, Sliding Window Attention agent, Local Attention agent, Global Attention agent, Relative Position agent, Rotary Position Embedding agent, RoPE agent, ALiBi agent, context length agent, context window agent, long context agent, retrieval augmented generation agent, RAG agent, vector database agent, embedding agent, sentence embedding agent, document embedding agent, image embedding agent, multimodal embedding agent, CLIP agent, BLIP agent, Flamingo agent, LLaVA agent, GPT-4V agent, Gemini Vision agent, vision language model agent, VLM agent, image captioning agent, visual question answering agent, VQA agent, image generation agent, text-to-image agent, image-to-image agent, inpainting agent, outpainting agent, super resolution agent, upscaling agent, style transfer agent, neural style agent, diffusion model agent, DDPM agent, DDIM agent, score matching agent, noise schedule agent, classifier-free guidance agent, CFG agent, ControlNet agent, LoRA agent, low-rank adaptation agent, QLoRA agent, PEFT agent, parameter-efficient fine-tuning agent, adapter agent, prefix tuning agent, prompt tuning agent, instruction tuning agent, RLHF agent, reinforcement learning from human feedback agent, DPO agent, direct preference optimization agent, PPO agent, proximal policy optimization agent, reward model agent, preference model agent, constitutional AI agent, red teaming agent, adversarial training agent, safety training agent, alignment agent, AI alignment agent, value alignment agent, goal alignment agent, reward hacking agent, reward gaming agent, specification gaming agent, goodhart agent, mesa-optimization agent, inner alignment agent, outer alignment agent, corrigibility agent, interpretability agent, explainability agent, XAI agent, SHAP agent, LIME agent, attention visualization agent, feature attribution agent, concept activation agent, probing agent, mechanistic interpretability agent, circuit analysis agent, polysemanticity agent, superposition agent, sparse autoencoder agent, dictionary learning agent, activation patching agent, causal tracing agent, logit lens agent, tuned lens agent, model editing agent, ROME agent, MEMIT agent, knowledge editing agent, fact editing agent, belief editing agent, steering vector agent, activation steering agent, representation engineering agent, latent space agent, embedding space agent, feature space agent, manifold agent, topology agent, geometry agent, curvature agent, dimensionality reduction agent, PCA agent, t-SNE agent, UMAP agent, clustering agent, K-means agent, DBSCAN agent, hierarchical clustering agent, spectral clustering agent, Gaussian mixture agent, GMM agent, variational autoencoder agent, VAE agent, beta-VAE agent, VQ-VAE agent, autoencoder agent, denoising autoencoder agent, sparse autoencoder agent, contractive autoencoder agent, GAN agent, generative adversarial network agent, DCGAN agent, StyleGAN agent, BigGAN agent, Progressive GAN agent, CycleGAN agent, Pix2Pix agent, conditional GAN agent, cGAN agent, Wasserstein GAN agent, WGAN agent, mode collapse agent, discriminator agent, generator agent, latent code agent, latent interpolation agent, disentanglement agent, flow model agent, normalizing flow agent, RealNVP agent, Glow agent, NICE agent, autoregressive model agent, PixelCNN agent, WaveNet agent, Transformer-XL agent, XLNet agent, causal language model agent, masked language model agent, next token prediction agent, span corruption agent, denoising objective agent, contrastive objective agent, SimCLR agent, MoCo agent, BYOL agent, SwAV agent, DINO agent, MAE agent, masked autoencoder agent, BEiT agent, data2vec agent, I-JEPA agent, V-JEPA agent, world model agent, predictive model agent, dynamics model agent, environment model agent, model-based RL agent, model-free RL agent, value function agent, Q-function agent, policy function agent, actor-critic agent, A2C agent, A3C agent, SAC agent, soft actor-critic agent, TD3 agent, DDPG agent, DQN agent, double DQN agent, dueling DQN agent, rainbow DQN agent, C51 agent, IQN agent, distributional RL agent, hierarchical RL agent, option framework agent, goal-conditioned RL agent, hindsight experience replay agent, HER agent, curiosity-driven agent, intrinsic motivation agent, exploration agent, exploitation agent, epsilon-greedy agent, UCB agent, Thompson sampling agent, multi-armed bandit agent, contextual bandit agent, MCTS agent, Monte Carlo tree search agent, AlphaGo agent, AlphaZero agent, MuZero agent, Gato agent, generalist agent, foundation model agent, large language model agent, LLM agent, small language model agent, SLM agent, on-device agent, edge AI agent, TinyML agent, embedded AI agent, mobile AI agent, neural engine agent, NPU agent, TPU agent, GPU agent, CUDA agent, ROCm agent, Metal agent, CoreML agent, ONNX agent, TensorRT agent, OpenVINO agent, TFLite agent, PyTorch Mobile agent, GGML agent, llama.cpp agent, whisper.cpp agent, vLLM agent, TGI agent, text generation inference agent, serving agent, inference server agent, batch inference agent, streaming inference agent, speculative decoding agent, assisted generation agent, beam search agent, greedy decoding agent, nucleus sampling agent, top-k sampling agent, top-p sampling agent, temperature agent, repetition penalty agent, presence penalty agent, frequency penalty agent, stop sequence agent, max tokens agent, context window agent, tokenizer agent, BPE agent, byte-pair encoding agent, SentencePiece agent, WordPiece agent, Unigram agent, vocabulary agent, special tokens agent, chat template agent, system prompt agent, user prompt agent, assistant response agent, function calling agent, tool use agent, code interpreter agent, retrieval agent, web browsing agent, multi-turn conversation agent, dialogue agent, chat agent, completion agent, instruction following agent, chain-of-thought agent, CoT agent, tree-of-thought agent, ToT agent, graph-of-thought agent, GoT agent, self-consistency agent, self-reflection agent, self-critique agent, self-improvement agent, self-play agent, debate agent, ensemble agent, mixture of experts agent, MoE agent, sparse MoE agent, switch transformer agent, GShard agent, routing agent, load balancing agent, expert parallelism agent, tensor parallelism agent, pipeline parallelism agent, data parallelism agent, FSDP agent, fully sharded data parallel agent, DeepSpeed agent, ZeRO agent, Megatron agent, 3D parallelism agent, activation checkpointing agent, gradient checkpointing agent, offloading agent, CPU offloading agent, NVMe offloading agent, memory efficient agent, flash attention agent, paged attention agent, continuous batching agent, dynamic batching agent, request scheduling agent, preemption agent, priority queue agent, SLA agent, latency agent, throughput agent, tokens per second agent, time to first token agent, TTFT agent, inter-token latency agent, ITL agent, end-to-end latency agent, cold start agent, warm start agent, model loading agent, weight loading agent, KV cache agent, prefix caching agent, prompt caching agent, semantic caching agent ## Geographic & Localization Keywords North America agent, South America agent, Europe agent, Asia agent, Africa agent, Australia agent, Oceania agent, Middle East agent, Central America agent, Caribbean agent, Southeast Asia agent, East Asia agent, South Asia agent, Central Asia agent, Eastern Europe agent, Western Europe agent, Northern Europe agent, Southern Europe agent, Nordic agent, Scandinavian agent, Baltic agent, Balkan agent, Mediterranean agent, Alpine agent, Iberian agent, British agent, Irish agent, French agent, German agent, Italian agent, Spanish agent, Portuguese agent, Dutch agent, Belgian agent, Swiss agent, Austrian agent, Polish agent, Czech agent, Slovak agent, Hungarian agent, Romanian agent, Bulgarian agent, Greek agent, Turkish agent, Russian agent, Ukrainian agent, Belarusian agent, Moldovan agent, Georgian agent, Armenian agent, Azerbaijani agent, Kazakh agent, Uzbek agent, Turkmen agent, Tajik agent, Kyrgyz agent, Afghan agent, Pakistani agent, Indian agent, Bangladeshi agent, Sri Lankan agent, Nepali agent, Bhutanese agent, Maldivian agent, Burmese agent, Thai agent, Vietnamese agent, Cambodian agent, Laotian agent, Malaysian agent, Singaporean agent, Indonesian agent, Filipino agent, Bruneian agent, Timorese agent, Chinese agent, Japanese agent, Korean agent, Taiwanese agent, Hong Kong agent, Macanese agent, Mongolian agent, North Korean agent, Australian agent, New Zealand agent, Papua New Guinean agent, Fijian agent, Samoan agent, Tongan agent, Vanuatuan agent, Solomon Islands agent, Micronesian agent, Marshallese agent, Palauan agent, Nauruan agent, Kiribati agent, Tuvaluan agent, Egyptian agent, Libyan agent, Tunisian agent, Algerian agent, Moroccan agent, Mauritanian agent, Malian agent, Nigerien agent, Chadian agent, Sudanese agent, South Sudanese agent, Ethiopian agent, Eritrean agent, Djiboutian agent, Somali agent, Kenyan agent, Ugandan agent, Rwandan agent, Burundian agent, Tanzanian agent, Mozambican agent, Malawian agent, Zambian agent, Zimbabwean agent, Botswanan agent, Namibian agent, South African agent, Lesotho agent, Eswatini agent, Angolan agent, Congolese agent, Cameroonian agent, Central African agent, Gabonese agent, Equatorial Guinean agent, Sao Tomean agent, Nigerian agent, Ghanaian agent, Togolese agent, Beninese agent, Burkinabe agent, Ivorian agent, Liberian agent, Sierra Leonean agent, Guinean agent, Bissau-Guinean agent, Senegalese agent, Gambian agent, Mauritius agent, Seychelles agent, Comoros agent, Madagascar agent, Reunion agent, Mayotte agent, Canadian agent, American agent, Mexican agent, Guatemalan agent, Belizean agent, Honduran agent, Salvadoran agent, Nicaraguan agent, Costa Rican agent, Panamanian agent, Cuban agent, Jamaican agent, Haitian agent, Dominican agent, Puerto Rican agent, Bahamian agent, Barbadian agent, Trinidadian agent, Guyanese agent, Surinamese agent, Venezuelan agent, Colombian agent, Ecuadorian agent, Peruvian agent, Brazilian agent, Bolivian agent, Paraguayan agent, Uruguayan agent, Argentine agent, Chilean agent, English language agent, Spanish language agent, French language agent, German language agent, Italian language agent, Portuguese language agent, Russian language agent, Chinese language agent, Japanese language agent, Korean language agent, Arabic language agent, Hindi language agent, Bengali language agent, Urdu agent, Punjabi agent, Tamil agent, Telugu agent, Marathi agent, Gujarati agent, Kannada agent, Malayalam agent, Thai language agent, Vietnamese language agent, Indonesian language agent, Malay language agent, Filipino language agent, Turkish language agent, Persian language agent, Hebrew language agent, Greek language agent, Polish language agent, Ukrainian language agent, Dutch language agent, Swedish language agent, Norwegian language agent, Danish language agent, Finnish language agent, Hungarian language agent, Czech language agent, Romanian language agent, Bulgarian language agent, Serbian language agent, Croatian agent, Bosnian agent, Slovenian agent, Slovak agent, Lithuanian agent, Latvian agent, Estonian agent, Swahili agent, Amharic agent, Yoruba agent, Igbo agent, Hausa agent, Zulu agent, Xhosa agent, Afrikaans agent, localization agent, internationalization agent, i18n agent, l10n agent, translation agent, machine translation agent, neural machine translation agent, NMT agent, multilingual agent, cross-lingual agent, language detection agent, language identification agent, transliteration agent, romanization agent, diacritics agent, Unicode agent, UTF-8 agent, character encoding agent, right-to-left agent, RTL agent, bidirectional agent, locale agent, timezone agent, date format agent, number format agent, currency format agent, address format agent, phone format agent, name format agent, cultural adaptation agent, regional compliance agent, GDPR agent, CCPA agent, LGPD agent, POPIA agent, PDPA agent, data residency agent, data sovereignty agent, cross-border agent, international agent, global agent, worldwide agent, multinational agent, transnational agent, intercontinental agent, overseas agent, foreign agent, domestic agent, local agent, regional agent, national agent, federal agent, state agent, provincial agent, municipal agent, city agent, urban agent, suburban agent, rural agent, remote agent, offshore agent, nearshore agent, onshore agent ## Industry & Vertical Keywords ## Technology Stack Keywords JavaScript agent, TypeScript agent, Python agent, Go agent, Rust agent, Java agent, Kotlin agent, Swift agent, Objective-C agent, C++ agent, C# agent, Ruby agent, PHP agent, Scala agent, Clojure agent, Elixir agent, Erlang agent, Haskell agent, OCaml agent, F# agent, Dart agent, Flutter agent, React agent, Vue agent, Angular agent, Svelte agent, Solid agent, Next.js agent, Nuxt agent, Remix agent, Gatsby agent, Astro agent, Qwik agent, Fresh agent, SvelteKit agent, Express agent, Fastify agent, Koa agent, Hapi agent, NestJS agent, Adonis agent, Sails agent, Meteor agent, Django agent, Flask agent, FastAPI agent, Starlette agent, Tornado agent, Pyramid agent, Bottle agent, Falcon agent, Sanic agent, Quart agent, Rails agent, Sinatra agent, Hanami agent, Roda agent, Grape agent, Spring agent, Quarkus agent, Micronaut agent, Vert.x agent, Play agent, Akka agent, Lagom agent, ASP.NET agent, Blazor agent, MAUI agent, Xamarin agent, Unity agent, Godot agent, Unreal agent, Bevy agent, Amethyst agent, ggez agent, macroquad agent, Raylib agent, SDL agent, SFML agent, OpenGL agent, Vulkan agent, DirectX agent, Metal agent, WebGL agent, WebGPU agent, Three.js agent, Babylon.js agent, PlayCanvas agent, A-Frame agent, React Three Fiber agent, Pixi.js agent, Phaser agent, Cocos agent, Defold agent, Construct agent, GameMaker agent, RPG Maker agent, Twine agent, Ink agent, Yarn Spinner agent, Dialogflow agent, Rasa agent, Botpress agent, Microsoft Bot Framework agent, Amazon Lex agent, IBM Watson agent, Google Dialogflow agent, Wit.ai agent, Snips agent, Mycroft agent, Jasper agent, Leon agent, Hugging Face agent, OpenAI agent, Anthropic agent, Cohere agent, AI21 agent, Stability AI agent, Midjourney agent, DALL-E agent, Stable Diffusion agent, Imagen agent, Gemini agent, Claude agent, GPT agent, LLaMA agent, Mistral agent, Mixtral agent, Phi agent, Qwen agent, Yi agent, DeepSeek agent, Falcon agent, MPT agent, BLOOM agent, OPT agent, Pythia agent, Cerebras agent, Inflection agent, Adept agent, Character.AI agent, Poe agent, Perplexity agent, You.com agent, Neeva agent, Kagi agent, Brave Search agent, DuckDuckGo agent, Startpage agent, Ecosia agent, Qwant agent, Mojeek agent, Yandex agent, Baidu agent, Naver agent, Seznam agent, Sogou agent ## Emerging Technology Keywords quantum computing agent, quantum machine learning agent, quantum optimization agent, quantum simulation agent, quantum cryptography agent, post-quantum agent, lattice-based agent, hash-based agent, code-based agent, isogeny-based agent, multivariate agent, neuromorphic agent, spiking neural network agent, memristor agent, photonic agent, optical computing agent, DNA computing agent, molecular computing agent, biological computing agent, wetware agent, biocomputing agent, synthetic biology agent, gene editing agent, CRISPR agent, mRNA agent, protein folding agent, AlphaFold agent, drug discovery agent, virtual screening agent, molecular dynamics agent, computational chemistry agent, materials science agent, nanotechnology agent, metamaterials agent, 2D materials agent, graphene agent, quantum dots agent, nanoparticles agent, nanorobots agent, nanomedicine agent, targeted delivery agent, biosensors agent, wearables agent, implantables agent, brain-computer interface agent, neural interface agent, Neuralink agent, EEG agent, fMRI agent, PET agent, MEG agent, TMS agent, tDCS agent, optogenetics agent, chemogenetics agent, connectomics agent, brain mapping agent, cognitive computing agent, affective computing agent, emotion AI agent, sentiment analysis agent, opinion mining agent, social listening agent, brand monitoring agent, reputation management agent, crisis communication agent, public relations agent, media monitoring agent, press agent, journalist agent, editor agent, writer agent, author agent, content creator agent, influencer agent, streamer agent, YouTuber agent, TikToker agent, podcaster agent, blogger agent, vlogger agent, photographer agent, videographer agent, animator agent, illustrator agent, graphic designer agent, UI designer agent, UX designer agent, product designer agent, industrial designer agent, fashion designer agent, interior designer agent, architect agent, landscape architect agent, urban planner agent, city planner agent, transportation planner agent, traffic agent, autonomous vehicle agent, self-driving agent, ADAS agent, V2X agent, connected vehicle agent, smart transportation agent, smart city agent, smart grid agent, smart meter agent, smart home agent, smart building agent, smart factory agent, Industry 4.0 agent, IoT agent, IIoT agent, edge computing agent, fog computing agent, mist computing agent, cloudlet agent, mobile edge agent, MEC agent, NOMA agent, massive MIMO agent, beamforming agent, millimeter wave agent, terahertz agent, 6G agent, 5G agent, LTE agent, NB-IoT agent, LoRa agent, Sigfox agent, Zigbee agent, Z-Wave agent, Thread agent, Matter agent, HomeKit agent, Alexa agent, Google Home agent, SmartThings agent, Home Assistant agent, OpenHAB agent, Domoticz agent, Hubitat agent, Homey agent, Tuya agent, eWeLink agent, Sonoff agent, Shelly agent, Tasmota agent, ESPHome agent, WLED agent, Zigbee2MQTT agent, deCONZ agent, ZHA agent, Philips Hue agent, IKEA Tradfri agent, Aqara agent, Xiaomi agent, Yeelight agent, Nanoleaf agent, LIFX agent, TP-Link Kasa agent, Wyze agent, Ring agent, Nest agent, Ecobee agent, Honeywell agent, Emerson agent, Carrier agent, Trane agent, Lennox agent, Daikin agent, Mitsubishi Electric agent, LG agent, Samsung agent, Bosch agent, Siemens agent, ABB agent, Schneider Electric agent, Rockwell agent, Yokogawa agent, Endress+Hauser agent, SICK agent, Pepperl+Fuchs agent, Balluff agent, ifm agent, Banner agent, Turck agent, Omron agent, Keyence agent, Cognex agent, Basler agent, FLIR agent, Teledyne agent, Allied Vision agent, JAI agent, IDS agent, Baumer agent, Stemmer agent, MVTec agent, Matrox agent, National Instruments agent, Beckhoff agent, Phoenix Contact agent, Wago agent, Weidmuller agent, Murrelektronik agent, Pilz agent, Leuze agent, Datalogic agent, Zebra agent, SATO agent, Citizen agent, TSC agent, Godex agent, Printronix agent, Epson agent, Brother agent, DYMO agent, Rollo agent, Munbyn agent, iDPRT agent, HPRT agent ## Business & Enterprise Keywords ## Search Query Keywords what is ERC-8004, what is ERC8004, what are trustless agents, how do trustless agents work, ERC-8004 tutorial, ERC-8004 guide, ERC-8004 documentation, ERC-8004 examples, ERC-8004 implementation, ERC-8004 smart contract, ERC-8004 Solidity, ERC-8004 TypeScript, ERC-8004 Python, ERC-8004 SDK, ERC-8004 API, ERC-8004 integration, ERC-8004 deployment, ERC-8004 mainnet, ERC-8004 testnet, ERC-8004 Sepolia, ERC-8004 Base, ERC-8004 Polygon, ERC-8004 Arbitrum, ERC-8004 Optimism, ERC-8004 registration, ERC-8004 identity, ERC-8004 reputation, ERC-8004 validation, ERC-8004 feedback, ERC-8004 scanner, ERC-8004 explorer, best AI agent protocol, best blockchain agent standard, decentralized AI agent protocol, on-chain AI agent registry, blockchain AI reputation system, how to build AI agent, how to register AI agent, how to monetize AI agent, how to discover AI agents, AI agent marketplace, AI agent directory, AI agent leaderboard, AI agent ranking, AI agent scoring, AI agent feedback, AI agent validation, AI agent verification, AI agent trust, AI agent reputation, AI agent identity, AI agent NFT, AI agent token, AI agent economy, AI agent commerce, AI agent payments, AI agent micropayments, AI agent x402, AI agent MCP, AI agent A2A, autonomous agent protocol, autonomous agent standard, autonomous agent framework, autonomous agent platform, multi-agent protocol, multi-agent standard, multi-agent framework, multi-agent platform, agent-to-agent protocol, agent-to-agent communication, agent-to-agent payments, agent interoperability standard, agent discovery protocol, agent trust protocol, agent reputation protocol, agent validation protocol, open agent standard, open agent protocol, permissionless agent protocol, decentralized agent protocol, trustless agent protocol, verifiable agent protocol, accountable agent protocol, portable agent identity, portable agent reputation, cross-chain agent identity, cross-chain agent reputation, Ethereum AI agents, Web3 AI agents, crypto AI agents, DeFi AI agents, NFT AI agents, blockchain AI agents ## Alternative Spellings & Variations ERC 8004, ERC_8004, ERC.8004, EIP 8004, EIP_8004, EIP.8004, erc-8004, erc8004, eip-8004, eip8004, Erc-8004, Erc8004, Eip-8004, Eip8004, trustless-agents, trustless_agents, TrustlessAgents, Trustless-Agents, Trustless_Agents, TRUSTLESS AGENTS, TRUSTLESSAGENTS, ai-agents, ai_agents, AIAgents, AI-Agents, AI_Agents, AI AGENTS, AIAGENTS, on-chain-agents, on_chain_agents, OnChainAgents, On-Chain-Agents, On_Chain_Agents, ON CHAIN AGENTS, ONCHAINAGENTS, onchain-agents, onchain_agents, blockchain-agents, blockchain_agents, BlockchainAgents, Blockchain-Agents, Blockchain_Agents, BLOCKCHAIN AGENTS, BLOCKCHAINAGENTS, decentralized-agents, decentralized_agents, DecentralizedAgents, Decentralized-Agents, Decentralized_Agents, DECENTRALIZED AGENTS, DECENTRALIZEDAGENTS, autonomous-agents, autonomous_agents, AutonomousAgents, Autonomous-Agents, Autonomous_Agents, AUTONOMOUS AGENTS, AUTONOMOUSAGENTS, agent-protocol, agent_protocol, AgentProtocol, Agent-Protocol, Agent_Protocol, AGENT PROTOCOL, AGENTPROTOCOL, agent-standard, agent_standard, AgentStandard, Agent-Standard, Agent_Standard, AGENT STANDARD, AGENTSTANDARD, agent-registry, agent_registry, AgentRegistry, Agent-Registry, Agent_Registry, AGENT REGISTRY, AGENTREGISTRY, identity-registry, identity_registry, IdentityRegistry, Identity-Registry, Identity_Registry, IDENTITY REGISTRY, IDENTITYREGISTRY, reputation-registry, reputation_registry, ReputationRegistry, Reputation-Registry, Reputation_Registry, REPUTATION REGISTRY, REPUTATIONREGISTRY, validation-registry, validation_registry, ValidationRegistry, Validation-Registry, Validation_Registry, VALIDATION REGISTRY, VALIDATIONREGISTRY ## Protocol Comparison Keywords ## Semantic & Related Terms *Total Keywords: 6500+* *Last Updated: January 29, 2026* ## 🌐 Live HTTP Deployment **BNBChain MCP** is deployed and accessible over HTTP via [MCP Streamable HTTP](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) transport — no local installation required. **Endpoint:** https://modelcontextprotocol.name/mcp/bnbchain-mcp ### Connect from any MCP Client Add to your MCP client configuration (Claude Desktop, Cursor, SperaxOS, etc.): { "mcpServers": { "bnbchain-mcp": { "type": "http", "url": "https://modelcontextprotocol.name/mcp/bnbchain-mcp" } } } ### Available Tools (6) | Tool | Description | |------|-------------| | `get_price` | Get crypto prices | | `get_market_overview` | Market overview | | `search_coins` | Search | | `get_bsc_defi` | BSC DeFi protocols | | `get_bnb_price` | BNB price data | | `get_bsc_token` | BSC token lookup | ### Example Requests **Get crypto prices:** curl -X POST https://modelcontextprotocol.name/mcp/bnbchain-mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_price","arguments":{"ids":"binancecoin","vs_currencies":"usd"}}}' **Market overview:** curl -X POST https://modelcontextprotocol.name/mcp/bnbchain-mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_market_overview","arguments":{"limit":10}}}' **Search:** curl -X POST https://modelcontextprotocol.name/mcp/bnbchain-mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_coins","arguments":{"query":"bnb"}}}' ### List All Tools curl -X POST https://modelcontextprotocol.name/mcp/bnbchain-mcp \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' ### Also Available On
标签:AI代理, BSC, DeFi, DeFi协议, DEX, MITM代理, opBNB, Web3, 交易, 代币管理, 价格预言机, 加密安全, 加密货币, 区块链, 区块链开发, 协议分析, 去中心化应用, 威胁情报, 市场数据, 开发者工具, 智能合约, 权限提升, 桥接, 自动化攻击, 蜜罐检测, 质押, 钱包自动化