
Bankless Onchain MCP
Integrate FlowHunt with the Bankless Onchain MCP Server to empower AI agents with blockchain data access. Enable contract state reading, event monitoring, trans...

Access and analyze blockchain contract state, events, and transactions directly in your AI-powered workflows and developer tools with the Bankless Onchain MCP Server.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Bankless Onchain MCP Server is a Model Context Protocol (MCP) server designed to facilitate structured access to blockchain data via the Bankless API. By implementing MCP, it empowers AI assistants and developer tools to seamlessly interact with on-chain data, such as smart contract state, events, and transaction histories, across multiple blockchain networks. This server enables AI-powered workflows and automations that require reading contract state, fetching contract ABIs, retrieving event logs, and analyzing transaction data. By exposing these blockchain operations as standardized MCP tools, the Bankless Onchain MCP Server enhances developer productivity and enables the construction of intelligent, data-driven blockchain applications and agents.
No prompt templates are specified in the repository.
No explicit resources are documented in the repository.
.windsurf/config.json configuration file.mcpServers section:{
"mcpServers": [
{
"command": "npx",
"args": ["@bankless/onchain-mcp@latest"]
}
]
}
Securing API Keys: If the Bankless API requires authentication, use environment variables:
{
"mcpServers": [
{
"command": "npx",
"args": ["@bankless/onchain-mcp@latest"],
"env": {
"BANKLESS_API_KEY": "your_api_key_here"
}
}
]
}
mcpServers section as shown:{
"mcpServers": [
{
"command": "npx",
"args": ["@bankless/onchain-mcp@latest"]
}
]
}
Securing API Keys:
Add your API keys in the env object as above.
{
"mcpServers": [
{
"command": "npx",
"args": ["@bankless/onchain-mcp@latest"]
}
]
}
Securing API Keys:
Include API keys securely using the env section.
{
"mcpServers": [
{
"command": "npx",
"args": ["@bankless/onchain-mcp@latest"]
}
]
}
Securing API Keys:
Use the env property to securely provide API keys.
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:
{
"bankless-onchain": {
"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 “bankless-onchain” 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 | ✅ | Source: README.md |
| List of Prompts | ⛔ | No prompt templates documented |
| List of Resources | ⛔ | No explicit resources described |
| List of Tools | ✅ | read_contract, get_proxy, get_abi, get_source, get_events, build_event_topic, get_transaction_history, get_transaction_info |
| Securing API Keys | ✅ | Example provided for env usage |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
| Roots Support | ⛔ | Not mentioned |
Based on the tables above, the Bankless Onchain MCP Server covers the core tooling and setup for blockchain data access, but lacks specified prompt templates, resource definitions, and mentions of roots or sampling. This makes it a solid but basic MCP server, especially for blockchain data. I’d rate it a 6 out of 10 for general MCP completeness.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 11 |
| Number of Stars | 47 |
Boost your AI agents and developer tools with seamless blockchain data access. Set up the Bankless Onchain MCP Server today and supercharge your analytics, automations, and smart contract insights.

Integrate FlowHunt with the Bankless Onchain MCP Server to empower AI agents with blockchain data access. Enable contract state reading, event monitoring, trans...

The Nodit MCP Server bridges AI agents and developers to structured, multi-chain blockchain data via Nodit’s Web3 infrastructure. It enables LLMs and automation...

The BNBChain MCP Server is a plug-and-play Model Context Protocol (MCP) server for integrating Binance Smart Chain blockchain operations into AI agents, develop...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.