MCP Server
onchain-mcp
Bringing the bankless onchain API to MCP
DevelopmentFree
#mcp-server#model-context-protocol#development#typescript
Overview
Bringing the bankless onchain API to MCP
Repository context: Bankless Onchain MCP Server
MCP (Model Context Protocol) server for blockchain data interaction through the Bankless API.
Overview
The Bankless Onchain MCP Server provides a framework for interacting with on-chain data via the Bankless API. It implements the Model Context Protocol (MCP) to allow AI models to access blockchain state and event data in a structured way.
https://github.com/user-attachments/assets/95732dff-ae5f-45a6-928a-1ae17c0ddf9d
Features
The server provides the following onchain data operations:
Contract Operations
- Read Contract State ( ): Read state from smart contracts on various blockchain networks.
- Parameters: network, contract address, method, inputs, outputs
- Returns: Contract call results with typed values
- Get Proxy ( ): Retrieve proxy implementation contract addresses.
- Parameters: network, contract address
- Returns: Implementation cont
Category: Development.
Use cases: Coding workflows, Documentation access.
Discovered via: Awesome MCP Servers.
Installation
Visit the GitHub repository for installation instructions and setup guide.
View installation guide