Give your AI agents the best blockchain infrastructure.
- Endpoint:
https://mcp.quicknode.com/mcp - Transport: Streamable HTTP (stateless)
- Auth: OAuth 2.1 with Dynamic Client Registration (RFC 7591). Clients register themselves automatically; no API key in your config.
See per-client guides at the repo root:
Manual config (works for any client supporting remote MCP):
{
"mcpServers": {
"quicknode": {
"type": "http",
"url": "https://mcp.quicknode.com/mcp"
}
}
}On first connection, the client performs DCR against https://mcp.quicknode.com/register, then walks you through OAuth in your browser. No pre-shared CLIENT_ID / CLIENT_SECRET needed.
- Endpoint management: list, inspect, provision, and archive Quicknode endpoints across supported chains.
- Rate limits: adjust general (RPS/RPM/RPD) limits and configure per-method rate limiters.
- Security: manage endpoint security options (CORS, JWT, IPs, etc.) and rules (IP, JWT, referrer, domain mask, token).
- Observability: fetch endpoint metrics, request/response logs, and account-level RPC usage breakdowns.
- Account: query billing and discover supported chains.
Once connected, your MCP client will display the live tool list from the server.
A Quicknode account. Sign up at quicknode.com.
MIT. See LICENSE.md at the repo root.