You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/cursor.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,18 @@ Edit `~/.cursor/mcp.json` (global) or `.cursor/mcp.json` (project) and add:
27
27
}
28
28
```
29
29
30
-
No `auth` block needed — the Quicknode MCP server uses OAuth 2.1 with **Dynamic Client Registration** (RFC 7591). Cursor will register itself automatically against `https://mcp.quicknode.com/register` and walk you through OAuth in your browser on first connect.
30
+
No `auth` block needed. The Quicknode MCP server uses OAuth 2.1 with **Dynamic Client Registration** (RFC 7591). Cursor will register itself automatically against `https://mcp.quicknode.com/register` and walk you through OAuth in your browser on first connect.
31
31
32
32
## What you get
33
33
34
-
Tools for managing Quicknode endpoints, rate limits, security rules, metrics, billing, RPC usage, and supported chains — all through natural language. See the [plugin README](../../plugins/mcp/README.md) for the full tool list.
34
+
Manage your blockchain infrastructure from your AI assistant: endpoints, rate limits, security, metrics, logs, and billing. See the [plugin README](../../plugins/mcp/README.md) for capabilities.
35
35
36
36
## Troubleshooting
37
37
38
38
-**First connection hangs**: confirm your browser opened the OAuth consent page. If your popup blocker swallowed it, copy the URL from Cursor's logs.
39
-
-**"Insufficient scope" errors**: try removing the server and re-adding it — the DCR client may have been registered with stale scopes.
39
+
-**"Insufficient scope" errors**: try removing the server and re-adding it. The DCR client may have been registered with stale scopes.
Copy file name to clipboardExpand all lines: docs/install/vscode.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ On first connection, VS Code performs OAuth 2.1 + Dynamic Client Registration ag
37
37
38
38
## What you get
39
39
40
-
Tools for managing Quicknode endpoints, rate limits, security rules, metrics, billing, RPC usage, and supported chains. See the [plugin README](../../plugins/mcp/README.md) for the full tool list.
40
+
Manage your blockchain infrastructure from your AI assistant: endpoints, rate limits, security, metrics, logs, and billing. See the [plugin README](../../plugins/mcp/README.md) for capabilities.
41
41
42
42
## Requirements
43
43
44
44
- VS Code 1.99+ (native MCP support).
45
45
- GitHub Copilot or another MCP-aware AI assistant inside VS Code.
46
-
- A Quicknode account — sign up at [quicknode.com](https://www.quicknode.com).
46
+
- A Quicknode account. Sign up at [quicknode.com](https://www.quicknode.com).
Copy file name to clipboardExpand all lines: docs/install/windsurf.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Edit `~/.codeium/windsurf/mcp_config.json` and add:
14
14
}
15
15
```
16
16
17
-
Note: Windsurf uses `serverUrl` (not `url`). Then **fully quit and reopen Windsurf** — closing the window alone doesn't reload MCP servers.
17
+
Note: Windsurf uses `serverUrl` (not `url`). Then **fully quit and reopen Windsurf**. Closing the window alone doesn't reload MCP servers.
18
18
19
19
On first connection, Windsurf performs OAuth 2.1 + Dynamic Client Registration against `https://mcp.quicknode.com/register` and prompts you to authorize in the browser. No pre-shared credentials needed.
Tools for managing Quicknode endpoints, rate limits, security rules, metrics, billing, RPC usage, and supported chains. See the [plugin README](../../plugins/mcp/README.md) for the full tool list.
35
+
Manage your blockchain infrastructure from your AI assistant: endpoints, rate limits, security, metrics, logs, and billing. See the [plugin README](../../plugins/mcp/README.md) for capabilities.
36
36
37
37
## Requirements
38
38
39
-
A Quicknode account — sign up at [quicknode.com](https://www.quicknode.com). MCP access must be enabled by your Windsurf team admin.
39
+
A Quicknode account. Sign up at [quicknode.com](https://www.quicknode.com). MCP access must be enabled by your Windsurf team admin.
Tools for managing Quicknode endpoints, rate limits, security rules, metrics, billing, RPC usage, and supported chains. See the [plugin README](../../plugins/mcp/README.md) for the full tool list.
42
+
Manage your blockchain infrastructure from your AI assistant: endpoints, rate limits, security, metrics, logs, and billing. See the [plugin README](../../plugins/mcp/README.md) for capabilities.
43
43
44
44
## Requirements
45
45
46
46
- Zed with the AI assistant enabled.
47
-
- Node.js installed (for `npx` to fetch `mcp-remote`) — only needed for the stdio bridge.
48
-
- A Quicknode account — sign up at [quicknode.com](https://www.quicknode.com).
47
+
- Node.js installed (for `npx` to fetch `mcp-remote`), only needed for the stdio bridge.
48
+
- A Quicknode account. Sign up at [quicknode.com](https://www.quicknode.com).
OAuth-secured remote MCP server for managing your Quicknode blockchain infrastructure from any MCP-compatible AI assistant.
3
+
Give your AI agents the best blockchain infrastructure.
4
4
5
5
-**Endpoint**: `https://mcp.quicknode.com/mcp`
6
6
-**Transport**: Streamable HTTP (stateless)
7
-
-**Auth**: OAuth 2.1 with Dynamic Client Registration (RFC 7591) — clients register themselves automatically; no API key in your config
7
+
-**Auth**: OAuth 2.1 with Dynamic Client Registration (RFC 7591). Clients register themselves automatically; no API key in your config.
8
8
9
9
## Install
10
10
@@ -30,33 +30,20 @@ Manual config (works for any client supporting remote MCP):
30
30
31
31
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.
32
32
33
-
## Available tools
34
-
35
-
| Tool | Purpose |
36
-
|---|---|
37
-
|`list-endpoints`| List your Quicknode endpoints |
0 commit comments