bankless/onchain-mcp
Bankless Onchain API to interact with smart contracts, query transaction and token information
Ads
Overview
Bankless Onchain API to interact with smart contracts, query transaction and token information
Installation
npm install @bankless/onchain-mcp
Configuration
{
"mcpServers": {
"bankless": {
"command": "npx",
"args": [
"@bankless/onchain-mcp"
],
"env": {
"BANKLESS_API_TOKEN": "your_api_token_here"
}
}Capabilities
- Read live contract state
Call any read method on a verified contract across supported networks using `read_contract`.
- Resolve proxy implementations
Retrieve the implementation address behind a proxy contract with `get_proxy`.
- Fetch contract ABI and source
Get the full ABI via `get_abi` or verified source code and metadata via `get_source`.
- Query historical events
Retrieve filtered event logs for one or more contract addresses using `get_events`.
- Build event topic hashes
Generate a keccak256 event topic from an event name and argument types with `build_event_topic`.
- Inspect transaction history and details
List past transactions for an address with `get_transaction_history` or look up a specific transaction with `get_transaction_info`.
Tags
- smart-contracts
- crypto
- database
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.