
Mcp
- 3 repo stars
- Updated August 1, 2026
- quicknode/agent-plugins
Manage your blockchain infrastructure across 80+ chains with your agents.
About
mcp is a Claude Code skill in the AI & Agent Building category. Manage your blockchain infrastructure across 80+ chains with your agents.
- mcp
- AI & Agent Building
- AI-coding skill
Mcp by the numbers
- Data as of Aug 2, 2026 (Skillselion catalog sync)
/plugin marketplace add quicknode/agent-plugins/plugin install mcp@agent-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | August 1, 2026 |
| Repository | quicknode/agent-plugins ↗ |
What it does
Manage your blockchain infrastructure across 80+ chains with your agents.
README.md
Quicknode MCP
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.
Install
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.
What you can do
- 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.
Requirements
A Quicknode account. Sign up at quicknode.com.
License
MIT. See LICENSE.md at the repo root.