
Bankless Onchain MCP Server
The Bankless Onchain MCP Server enables structured, programmatic access to blockchain data via the Bankless API, supporting AI assistants and developer tools wi...
Plug-and-play blockchain automation for Binance Smart Chain—send tokens, deploy smart contracts, manage DeFi liquidity, and more in your AI workflows with the BNBChain MCP Server.
The BNBChain MCP Server is a plug-and-play Model Context Protocol (MCP) tool server designed for seamless integration with AI agents, development platforms, and automation workflows. It enables AI assistants and developers to interact with the Binance Smart Chain (BSC) for a variety of blockchain operations. This server exposes secure and easy-to-use tools for sending BNB, transferring BEP-20 tokens, deploying new tokens, and performing smart contract interactions. With native support for Claude Desktop and a developer-friendly CLI, the BNBChain MCP Server enhances productivity by automating common blockchain tasks, supporting password-protected private key storage, and providing integrations with platforms like PancakeSwap for token swaps and liquidity management.
No prompt templates are mentioned in the repository.
No explicit MCP resources are listed in the repository.
npm install -g bnbchain-mcp
.bnbchain-mcp --init
and enter your private key, password, and (optionally) RPC URL.{
"mcpServers": {
"bsc-mcp": {
"command": "bnbchain-mcp",
"args": ["server"],
"env": {
"PRIVATE_KEY": "env:PRIVATE_KEY",
"WALLET_PASSWORD": "env:WALLET_PASSWORD"
}
}
}
}
npm install -g bnbchain-mcp
bnbchain-mcp --init
to configure private key and password.claude_desktop_config.json
.npm install -g bnbchain-mcp
bnbchain-mcp --init
and provide credentials.{
"mcpServers": {
"bsc-mcp": {
"command": "bnbchain-mcp",
"args": ["server"],
"env": {
"PRIVATE_KEY": "env:PRIVATE_KEY",
"WALLET_PASSWORD": "env:WALLET_PASSWORD"
}
}
}
}
npm install -g bnbchain-mcp
bnbchain-mcp --init
{
"mcpServers": {
"bsc-mcp": {
"command": "bnbchain-mcp",
"args": ["server"],
"env": {
"PRIVATE_KEY": "env:PRIVATE_KEY",
"WALLET_PASSWORD": "env:WALLET_PASSWORD"
}
}
}
}
Example configuration:
{
"mcpServers": {
"bsc-mcp": {
"command": "bnbchain-mcp",
"args": ["server"],
"env": {
"PRIVATE_KEY": "env:PRIVATE_KEY",
"WALLET_PASSWORD": "env:WALLET_PASSWORD"
},
"inputs": {
"walletPassword": "env:WALLET_PASSWORD"
}
}
}
}
Note: Store sensitive keys in environment variables, not directly in config files.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"bsc-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “bsc-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resources found |
List of Tools | ✅ | Multiple tools listed in README |
Securing API Keys | ✅ | Environment variable usage suggested |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
| Roots Support | ⛔ | Not mentioned |
Overall, the BNBChain MCP server is well-documented for tools and setup, but lacks explicit prompt templates, resources, and features like Roots or Sampling. This makes it straightforward for blockchain automation and developer tasks, but less complete for advanced MCP workflows.
Based on the tables above, we would rate this MCP server a 6/10. It offers robust blockchain tooling and clear installation instructions, but does not implement prompt templates, resources, or advanced MCP capabilities like Roots and Sampling.
Has a LICENSE | ⛔ (No LICENSE file found) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 20 |
Number of Stars | 79 |
The BNBChain MCP Server is a plug-and-play Model Context Protocol server for Binance Smart Chain, letting you automate blockchain tasks like sending BNB, transferring BEP-20 tokens, deploying new tokens, interacting with smart contracts, and managing DeFi liquidity—all from your AI workflows or automation platforms.
You can send BNB and BEP-20 tokens, swap tokens via PancakeSwap, create meme tokens, deploy BEP-20 contracts, get wallet/token balances, call smart contract functions, check wallet info, perform security checks, and manage liquidity on PancakeSwap.
For security, you should store sensitive data like your private key and wallet password in environment variables, not directly in config files. The server supports environment variable usage for private credentials.
Currently, the server provides robust tooling for blockchain automation but does not include prompt templates, explicit resources, or advanced MCP features like Roots or Sampling.
Add the MCP component to your flow, then configure it with your BNBChain MCP server details using the MCP configuration panel. Use the correct server name and URL for your environment to enable all blockchain functions.
Empower your AI agents and workflows with seamless Binance Smart Chain operations using the BNBChain MCP Server. Automate token transfers, smart contract calls, DeFi tasks, and more with FlowHunt.
The Bankless Onchain MCP Server enables structured, programmatic access to blockchain data via the Bankless API, supporting AI assistants and developer tools wi...
The TON Blockchain MCP Server enables natural language interaction with the TON blockchain for AI assistants. It supports real-time analysis, scam detection, tr...
The Token Minter MCP Server empowers AI assistants and agents to seamlessly interact with blockchain ecosystems, enabling automated deployment, querying, and tr...