Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The Bankless Onchain MCP Server is a Node.js package that provides blockchain data interaction through the Bankless API using the Model Context Protocol (MCP).
Add this to your MCP client configuration:
{
"mcpServers": {
"bankless-onchain-mcp": {
"command": "npx",
"args": [
"@bankless/onchain-mcp"
],
"env": {
"BANKLESS_API_TOKEN": "<Your Bankless API token for authentication>"
}
}
}
}{
"id": "bankless-onchain-mcp",
"name": "Bankless Onchain",
"description": "The Bankless Onchain MCP Server is a Node.js package that provides blockchain data interaction through the Bankless API using the Model Context Protocol (MCP).",
"source_url": "https://github.com/bankless/onchain-mcp",
"publisher_name": "bankless",
"publisher_url": "https://github.com/bankless",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 5830,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@bankless/onchain-mcp"
},
"tools_count": 10
}