Back to MCP Servers
Onchain
Bankless Onchain API to interact with smart contracts, query transaction and token information
finance-fintechapiai
By Bankless
Installation
npx -y onchain-mcpConfiguration
{
"mcpServers": {
"onchain-mcp": {
"command": "npx",
"args": ["-y", "onchain-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes