
Monzo MCP Server Integration
The Monzo MCP Server connects AI assistants to your Monzo Bank account, enabling secure, programmable access to personal banking data for automation, reporting,...
Access and analyze blockchain contract state, events, and transactions directly in your AI-powered workflows and developer tools with the Bankless Onchain MCP Server.
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 |
It enables AI assistants and developer tools to access blockchain data, including smart contract state, events, and transaction histories, via the Bankless API. This empowers analytics, automations, and data-driven workflows.
The server exposes tools for reading contract state, retrieving proxy implementations, fetching ABIs and source code, getting event logs, building event topics, and accessing transaction history and details.
Set your API key as an environment variable in your MCP server configuration under the `env` property. This keeps your credentials secure and separate from your codebase.
Use cases include smart contract dashboards, event-driven bots, transaction analytics, developer IDE integrations, and advanced DeFi or compliance workflows.
Add the MCP server to your flow’s configuration panel in FlowHunt using the provided JSON example, then connect it to your AI agent to enable all supported blockchain tools.
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.
The Monzo MCP Server connects AI assistants to your Monzo Bank account, enabling secure, programmable access to personal banking data for automation, reporting,...
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...
The TON Blockchain MCP Server enables natural language interaction with the TON blockchain for AI assistants. It supports real-time analysis, scam detection, tr...