diff --git a/website/src/pages/ar/resources/claude-mcp.mdx b/website/src/pages/ar/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/ar/resources/claude-mcp.mdx +++ b/website/src/pages/ar/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/ar/token-api/faq.mdx b/website/src/pages/ar/token-api/faq.mdx index 8c1032894ddb..2e523e4e3776 100644 --- a/website/src/pages/ar/token-api/faq.mdx +++ b/website/src/pages/ar/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/ar/token-api/mcp/claude.mdx b/website/src/pages/ar/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/ar/token-api/mcp/claude.mdx +++ b/website/src/pages/ar/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/ar/token-api/mcp/cline.mdx b/website/src/pages/ar/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/ar/token-api/mcp/cline.mdx +++ b/website/src/pages/ar/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ar/token-api/mcp/cursor.mdx b/website/src/pages/ar/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/ar/token-api/mcp/cursor.mdx +++ b/website/src/pages/ar/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/cs/resources/claude-mcp.mdx b/website/src/pages/cs/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/cs/resources/claude-mcp.mdx +++ b/website/src/pages/cs/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/cs/token-api/faq.mdx b/website/src/pages/cs/token-api/faq.mdx index 83196959be14..e7e5881a7d8d 100644 --- a/website/src/pages/cs/token-api/faq.mdx +++ b/website/src/pages/cs/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/cs/token-api/mcp/claude.mdx b/website/src/pages/cs/token-api/mcp/claude.mdx index aabd9c69d69a..17f93a9bbb39 100644 --- a/website/src/pages/cs/token-api/mcp/claude.mdx +++ b/website/src/pages/cs/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/cs/token-api/mcp/cline.mdx b/website/src/pages/cs/token-api/mcp/cline.mdx index 2e8f478f68c1..7d98c8650c2d 100644 --- a/website/src/pages/cs/token-api/mcp/cline.mdx +++ b/website/src/pages/cs/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/cs/token-api/mcp/cursor.mdx b/website/src/pages/cs/token-api/mcp/cursor.mdx index fac3a1a1af73..35cd7d044430 100644 --- a/website/src/pages/cs/token-api/mcp/cursor.mdx +++ b/website/src/pages/cs/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/de/resources/claude-mcp.mdx b/website/src/pages/de/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/de/resources/claude-mcp.mdx +++ b/website/src/pages/de/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/de/token-api/faq.mdx b/website/src/pages/de/token-api/faq.mdx index c90af204668f..1546ba39c454 100644 --- a/website/src/pages/de/token-api/faq.mdx +++ b/website/src/pages/de/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/de/token-api/mcp/claude.mdx b/website/src/pages/de/token-api/mcp/claude.mdx index 8c151e39a608..2e1ddca9cce7 100644 --- a/website/src/pages/de/token-api/mcp/claude.mdx +++ b/website/src/pages/de/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/de/token-api/mcp/cline.mdx b/website/src/pages/de/token-api/mcp/cline.mdx index d0269aa67aff..08d2f943ae4c 100644 --- a/website/src/pages/de/token-api/mcp/cline.mdx +++ b/website/src/pages/de/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/de/token-api/mcp/cursor.mdx b/website/src/pages/de/token-api/mcp/cursor.mdx index 953d283fd2b3..93fd886ddfbb 100644 --- a/website/src/pages/de/token-api/mcp/cursor.mdx +++ b/website/src/pages/de/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/en/resources/claude-mcp.mdx b/website/src/pages/en/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/en/resources/claude-mcp.mdx +++ b/website/src/pages/en/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/en/token-api/faq.mdx b/website/src/pages/en/token-api/faq.mdx index 3bf60c0cda8f..58de6c1e30f3 100644 --- a/website/src/pages/en/token-api/faq.mdx +++ b/website/src/pages/en/token-api/faq.mdx @@ -122,7 +122,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/en/token-api/mcp/claude.mdx b/website/src/pages/en/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/en/token-api/mcp/claude.mdx +++ b/website/src/pages/en/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/en/token-api/mcp/cline.mdx b/website/src/pages/en/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/en/token-api/mcp/cline.mdx +++ b/website/src/pages/en/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/en/token-api/mcp/cursor.mdx b/website/src/pages/en/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/en/token-api/mcp/cursor.mdx +++ b/website/src/pages/en/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/es/resources/claude-mcp.mdx b/website/src/pages/es/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/es/resources/claude-mcp.mdx +++ b/website/src/pages/es/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/es/token-api/faq.mdx b/website/src/pages/es/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/es/token-api/faq.mdx +++ b/website/src/pages/es/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/es/token-api/mcp/claude.mdx b/website/src/pages/es/token-api/mcp/claude.mdx index ae0f71aa800b..78a48fa92844 100644 --- a/website/src/pages/es/token-api/mcp/claude.mdx +++ b/website/src/pages/es/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/es/token-api/mcp/cline.mdx b/website/src/pages/es/token-api/mcp/cline.mdx index 085427f14744..776a978f2eb0 100644 --- a/website/src/pages/es/token-api/mcp/cline.mdx +++ b/website/src/pages/es/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/es/token-api/mcp/cursor.mdx b/website/src/pages/es/token-api/mcp/cursor.mdx index 70e68aaf8d33..34f990fac24d 100644 --- a/website/src/pages/es/token-api/mcp/cursor.mdx +++ b/website/src/pages/es/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/fr/resources/claude-mcp.mdx b/website/src/pages/fr/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/fr/resources/claude-mcp.mdx +++ b/website/src/pages/fr/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/fr/token-api/faq.mdx b/website/src/pages/fr/token-api/faq.mdx index 55125891c079..ea49e94b2b6f 100644 --- a/website/src/pages/fr/token-api/faq.mdx +++ b/website/src/pages/fr/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/fr/token-api/mcp/claude.mdx b/website/src/pages/fr/token-api/mcp/claude.mdx index 3c7c756d5b31..2ee7b0330a14 100644 --- a/website/src/pages/fr/token-api/mcp/claude.mdx +++ b/website/src/pages/fr/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/fr/token-api/mcp/cline.mdx b/website/src/pages/fr/token-api/mcp/cline.mdx index e4952d58a1d9..8ded5ee70feb 100644 --- a/website/src/pages/fr/token-api/mcp/cline.mdx +++ b/website/src/pages/fr/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/fr/token-api/mcp/cursor.mdx b/website/src/pages/fr/token-api/mcp/cursor.mdx index ae68e7ff6cf9..76377688bb1a 100644 --- a/website/src/pages/fr/token-api/mcp/cursor.mdx +++ b/website/src/pages/fr/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/hi/resources/claude-mcp.mdx b/website/src/pages/hi/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/hi/resources/claude-mcp.mdx +++ b/website/src/pages/hi/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/hi/token-api/faq.mdx b/website/src/pages/hi/token-api/faq.mdx index 5d8d28b2e970..1e6133a3aa4b 100644 --- a/website/src/pages/hi/token-api/faq.mdx +++ b/website/src/pages/hi/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/hi/token-api/mcp/claude.mdx b/website/src/pages/hi/token-api/mcp/claude.mdx index 7174103725e8..43cdf594ab75 100644 --- a/website/src/pages/hi/token-api/mcp/claude.mdx +++ b/website/src/pages/hi/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/hi/token-api/mcp/cline.mdx b/website/src/pages/hi/token-api/mcp/cline.mdx index 39d4715e1186..c52404b0c7a6 100644 --- a/website/src/pages/hi/token-api/mcp/cline.mdx +++ b/website/src/pages/hi/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/hi/token-api/mcp/cursor.mdx b/website/src/pages/hi/token-api/mcp/cursor.mdx index d8e9a09816fa..a77bda66e5e5 100644 --- a/website/src/pages/hi/token-api/mcp/cursor.mdx +++ b/website/src/pages/hi/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/it/resources/claude-mcp.mdx b/website/src/pages/it/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/it/resources/claude-mcp.mdx +++ b/website/src/pages/it/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/it/token-api/faq.mdx b/website/src/pages/it/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/it/token-api/faq.mdx +++ b/website/src/pages/it/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/it/token-api/mcp/claude.mdx b/website/src/pages/it/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/it/token-api/mcp/claude.mdx +++ b/website/src/pages/it/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/it/token-api/mcp/cline.mdx b/website/src/pages/it/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/it/token-api/mcp/cline.mdx +++ b/website/src/pages/it/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/it/token-api/mcp/cursor.mdx b/website/src/pages/it/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/it/token-api/mcp/cursor.mdx +++ b/website/src/pages/it/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ja/resources/claude-mcp.mdx b/website/src/pages/ja/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/ja/resources/claude-mcp.mdx +++ b/website/src/pages/ja/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/ja/token-api/faq.mdx b/website/src/pages/ja/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/ja/token-api/faq.mdx +++ b/website/src/pages/ja/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/ja/token-api/mcp/claude.mdx b/website/src/pages/ja/token-api/mcp/claude.mdx index c44f99914138..85f766b41550 100644 --- a/website/src/pages/ja/token-api/mcp/claude.mdx +++ b/website/src/pages/ja/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/ja/token-api/mcp/cline.mdx b/website/src/pages/ja/token-api/mcp/cline.mdx index 64f32deea38f..1ab2d75261e0 100644 --- a/website/src/pages/ja/token-api/mcp/cline.mdx +++ b/website/src/pages/ja/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ja/token-api/mcp/cursor.mdx b/website/src/pages/ja/token-api/mcp/cursor.mdx index 1c4da59b67bc..5ecf8867b84c 100644 --- a/website/src/pages/ja/token-api/mcp/cursor.mdx +++ b/website/src/pages/ja/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ko/resources/claude-mcp.mdx b/website/src/pages/ko/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/ko/resources/claude-mcp.mdx +++ b/website/src/pages/ko/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/ko/token-api/faq.mdx b/website/src/pages/ko/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/ko/token-api/faq.mdx +++ b/website/src/pages/ko/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/ko/token-api/mcp/claude.mdx b/website/src/pages/ko/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/ko/token-api/mcp/claude.mdx +++ b/website/src/pages/ko/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/ko/token-api/mcp/cline.mdx b/website/src/pages/ko/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/ko/token-api/mcp/cline.mdx +++ b/website/src/pages/ko/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ko/token-api/mcp/cursor.mdx b/website/src/pages/ko/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/ko/token-api/mcp/cursor.mdx +++ b/website/src/pages/ko/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/mr/resources/claude-mcp.mdx b/website/src/pages/mr/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/mr/resources/claude-mcp.mdx +++ b/website/src/pages/mr/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/mr/token-api/faq.mdx b/website/src/pages/mr/token-api/faq.mdx index d7683aa77768..f5190f267970 100644 --- a/website/src/pages/mr/token-api/faq.mdx +++ b/website/src/pages/mr/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/mr/token-api/mcp/claude.mdx b/website/src/pages/mr/token-api/mcp/claude.mdx index bd3781333707..fc064a528787 100644 --- a/website/src/pages/mr/token-api/mcp/claude.mdx +++ b/website/src/pages/mr/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/mr/token-api/mcp/cline.mdx b/website/src/pages/mr/token-api/mcp/cline.mdx index 970df7997b52..730efa8a99de 100644 --- a/website/src/pages/mr/token-api/mcp/cline.mdx +++ b/website/src/pages/mr/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/mr/token-api/mcp/cursor.mdx b/website/src/pages/mr/token-api/mcp/cursor.mdx index a243820cf998..2b9b400d3e13 100644 --- a/website/src/pages/mr/token-api/mcp/cursor.mdx +++ b/website/src/pages/mr/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/nl/resources/claude-mcp.mdx b/website/src/pages/nl/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/nl/resources/claude-mcp.mdx +++ b/website/src/pages/nl/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/nl/token-api/faq.mdx b/website/src/pages/nl/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/nl/token-api/faq.mdx +++ b/website/src/pages/nl/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/nl/token-api/mcp/claude.mdx b/website/src/pages/nl/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/nl/token-api/mcp/claude.mdx +++ b/website/src/pages/nl/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/nl/token-api/mcp/cline.mdx b/website/src/pages/nl/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/nl/token-api/mcp/cline.mdx +++ b/website/src/pages/nl/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/nl/token-api/mcp/cursor.mdx b/website/src/pages/nl/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/nl/token-api/mcp/cursor.mdx +++ b/website/src/pages/nl/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/pl/resources/claude-mcp.mdx b/website/src/pages/pl/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/pl/resources/claude-mcp.mdx +++ b/website/src/pages/pl/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/pl/token-api/faq.mdx b/website/src/pages/pl/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/pl/token-api/faq.mdx +++ b/website/src/pages/pl/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/pl/token-api/mcp/claude.mdx b/website/src/pages/pl/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/pl/token-api/mcp/claude.mdx +++ b/website/src/pages/pl/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/pl/token-api/mcp/cline.mdx b/website/src/pages/pl/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/pl/token-api/mcp/cline.mdx +++ b/website/src/pages/pl/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/pl/token-api/mcp/cursor.mdx b/website/src/pages/pl/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/pl/token-api/mcp/cursor.mdx +++ b/website/src/pages/pl/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/pt/resources/claude-mcp.mdx b/website/src/pages/pt/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/pt/resources/claude-mcp.mdx +++ b/website/src/pages/pt/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/pt/token-api/faq.mdx b/website/src/pages/pt/token-api/faq.mdx index f4ec27549974..a220592a5ecf 100644 --- a/website/src/pages/pt/token-api/faq.mdx +++ b/website/src/pages/pt/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/pt/token-api/mcp/claude.mdx b/website/src/pages/pt/token-api/mcp/claude.mdx index a8e16b168fbc..d515884fb9a3 100644 --- a/website/src/pages/pt/token-api/mcp/claude.mdx +++ b/website/src/pages/pt/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/pt/token-api/mcp/cline.mdx b/website/src/pages/pt/token-api/mcp/cline.mdx index 1cb7b422906f..c782519bc6ed 100644 --- a/website/src/pages/pt/token-api/mcp/cline.mdx +++ b/website/src/pages/pt/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/pt/token-api/mcp/cursor.mdx b/website/src/pages/pt/token-api/mcp/cursor.mdx index 5a9d70c3052a..9ce73d91a9eb 100644 --- a/website/src/pages/pt/token-api/mcp/cursor.mdx +++ b/website/src/pages/pt/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ro/resources/claude-mcp.mdx b/website/src/pages/ro/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/ro/resources/claude-mcp.mdx +++ b/website/src/pages/ro/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/ro/token-api/faq.mdx b/website/src/pages/ro/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/ro/token-api/faq.mdx +++ b/website/src/pages/ro/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/ro/token-api/mcp/claude.mdx b/website/src/pages/ro/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/ro/token-api/mcp/claude.mdx +++ b/website/src/pages/ro/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/ro/token-api/mcp/cline.mdx b/website/src/pages/ro/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/ro/token-api/mcp/cline.mdx +++ b/website/src/pages/ro/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ro/token-api/mcp/cursor.mdx b/website/src/pages/ro/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/ro/token-api/mcp/cursor.mdx +++ b/website/src/pages/ro/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ru/resources/claude-mcp.mdx b/website/src/pages/ru/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/ru/resources/claude-mcp.mdx +++ b/website/src/pages/ru/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/ru/token-api/faq.mdx b/website/src/pages/ru/token-api/faq.mdx index 78b478d6d7ef..9d6edb42b482 100644 --- a/website/src/pages/ru/token-api/faq.mdx +++ b/website/src/pages/ru/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/ru/token-api/mcp/claude.mdx b/website/src/pages/ru/token-api/mcp/claude.mdx index 25a29164f8cb..be15cbb0fee1 100644 --- a/website/src/pages/ru/token-api/mcp/claude.mdx +++ b/website/src/pages/ru/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/ru/token-api/mcp/cline.mdx b/website/src/pages/ru/token-api/mcp/cline.mdx index 374877608d17..b264b1300266 100644 --- a/website/src/pages/ru/token-api/mcp/cline.mdx +++ b/website/src/pages/ru/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ru/token-api/mcp/cursor.mdx b/website/src/pages/ru/token-api/mcp/cursor.mdx index 5dc411608825..16250c0cae94 100644 --- a/website/src/pages/ru/token-api/mcp/cursor.mdx +++ b/website/src/pages/ru/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/sv/resources/claude-mcp.mdx b/website/src/pages/sv/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/sv/resources/claude-mcp.mdx +++ b/website/src/pages/sv/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/sv/token-api/faq.mdx b/website/src/pages/sv/token-api/faq.mdx index 8a5f3bbd358a..123b4867805e 100644 --- a/website/src/pages/sv/token-api/faq.mdx +++ b/website/src/pages/sv/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/sv/token-api/mcp/claude.mdx b/website/src/pages/sv/token-api/mcp/claude.mdx index bc3dbe28ecb3..47a477b1511e 100644 --- a/website/src/pages/sv/token-api/mcp/claude.mdx +++ b/website/src/pages/sv/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/sv/token-api/mcp/cline.mdx b/website/src/pages/sv/token-api/mcp/cline.mdx index 15c9980df7a6..dbd4cf5f7b90 100644 --- a/website/src/pages/sv/token-api/mcp/cline.mdx +++ b/website/src/pages/sv/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/sv/token-api/mcp/cursor.mdx b/website/src/pages/sv/token-api/mcp/cursor.mdx index 1364cca2cca5..01e75bf7e400 100644 --- a/website/src/pages/sv/token-api/mcp/cursor.mdx +++ b/website/src/pages/sv/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/tr/resources/claude-mcp.mdx b/website/src/pages/tr/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/tr/resources/claude-mcp.mdx +++ b/website/src/pages/tr/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/tr/token-api/faq.mdx b/website/src/pages/tr/token-api/faq.mdx index caacf8d1b035..ba8708e750c4 100644 --- a/website/src/pages/tr/token-api/faq.mdx +++ b/website/src/pages/tr/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/tr/token-api/mcp/claude.mdx b/website/src/pages/tr/token-api/mcp/claude.mdx index f937a6ee6ae8..008e0ea6a9a4 100644 --- a/website/src/pages/tr/token-api/mcp/claude.mdx +++ b/website/src/pages/tr/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/tr/token-api/mcp/cline.mdx b/website/src/pages/tr/token-api/mcp/cline.mdx index 688b650fbf51..b7dfca87fbdd 100644 --- a/website/src/pages/tr/token-api/mcp/cline.mdx +++ b/website/src/pages/tr/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/tr/token-api/mcp/cursor.mdx b/website/src/pages/tr/token-api/mcp/cursor.mdx index 14b948fbabb8..121073c02e13 100644 --- a/website/src/pages/tr/token-api/mcp/cursor.mdx +++ b/website/src/pages/tr/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/uk/resources/claude-mcp.mdx b/website/src/pages/uk/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/uk/resources/claude-mcp.mdx +++ b/website/src/pages/uk/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/uk/token-api/faq.mdx b/website/src/pages/uk/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/uk/token-api/faq.mdx +++ b/website/src/pages/uk/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/uk/token-api/mcp/claude.mdx b/website/src/pages/uk/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/uk/token-api/mcp/claude.mdx +++ b/website/src/pages/uk/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/uk/token-api/mcp/cline.mdx b/website/src/pages/uk/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/uk/token-api/mcp/cline.mdx +++ b/website/src/pages/uk/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/uk/token-api/mcp/cursor.mdx b/website/src/pages/uk/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/uk/token-api/mcp/cursor.mdx +++ b/website/src/pages/uk/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ur/resources/claude-mcp.mdx b/website/src/pages/ur/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/ur/resources/claude-mcp.mdx +++ b/website/src/pages/ur/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/ur/token-api/faq.mdx b/website/src/pages/ur/token-api/faq.mdx index 6178aee33e86..df35c790e961 100644 --- a/website/src/pages/ur/token-api/faq.mdx +++ b/website/src/pages/ur/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/ur/token-api/mcp/claude.mdx b/website/src/pages/ur/token-api/mcp/claude.mdx index 8289b2947386..62db0553be05 100644 --- a/website/src/pages/ur/token-api/mcp/claude.mdx +++ b/website/src/pages/ur/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/ur/token-api/mcp/cline.mdx b/website/src/pages/ur/token-api/mcp/cline.mdx index 2711235c8985..a39dfd6d2400 100644 --- a/website/src/pages/ur/token-api/mcp/cline.mdx +++ b/website/src/pages/ur/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/ur/token-api/mcp/cursor.mdx b/website/src/pages/ur/token-api/mcp/cursor.mdx index fdab852890ac..58afdbc0b33c 100644 --- a/website/src/pages/ur/token-api/mcp/cursor.mdx +++ b/website/src/pages/ur/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/vi/resources/claude-mcp.mdx b/website/src/pages/vi/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/vi/resources/claude-mcp.mdx +++ b/website/src/pages/vi/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/vi/token-api/faq.mdx b/website/src/pages/vi/token-api/faq.mdx index b2dcec14d671..59313e1da8b4 100644 --- a/website/src/pages/vi/token-api/faq.mdx +++ b/website/src/pages/vi/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/vi/token-api/mcp/claude.mdx b/website/src/pages/vi/token-api/mcp/claude.mdx index 12a036b6fc24..3e21f4d7e165 100644 --- a/website/src/pages/vi/token-api/mcp/claude.mdx +++ b/website/src/pages/vi/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ Create or edit your `claude_desktop_config.json` file. "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ Try to use the full path of the command instead: ![Connection error notification in Claude Desktop displaying 'Server disconnected' message.](/img/claude-server-disconnect.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. > You can always have a look at the full logs under `Claude/logs/mcp.log` and `Claude/logs/mcp-server-pinax.log` for more details. diff --git a/website/src/pages/vi/token-api/mcp/cline.mdx b/website/src/pages/vi/token-api/mcp/cline.mdx index ef98e45939fe..e885d21366cd 100644 --- a/website/src/pages/vi/token-api/mcp/cline.mdx +++ b/website/src/pages/vi/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ Create or edit your `cline_mcp_settings.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ Try to use the full path of the command instead: ![Cline connection error notification displaying server disconnection warning.](/img/cline-missing-variables.png) -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/vi/token-api/mcp/cursor.mdx b/website/src/pages/vi/token-api/mcp/cursor.mdx index 658108d1337b..68fe2fdb201c 100644 --- a/website/src/pages/vi/token-api/mcp/cursor.mdx +++ b/website/src/pages/vi/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Try to use the full path of the command instead: ### Server disconnected -Double-check your API key otherwise look in your navigator if `https://token-api.thegraph.com/sse` is reachable. +Double-check your API key otherwise look in your navigator if `https://token-api.mcp.thegraph.com/sse` is reachable. diff --git a/website/src/pages/zh/resources/claude-mcp.mdx b/website/src/pages/zh/resources/claude-mcp.mdx index 5b55bbcbe0a4..44ed075cffda 100644 --- a/website/src/pages/zh/resources/claude-mcp.mdx +++ b/website/src/pages/zh/resources/claude-mcp.mdx @@ -42,7 +42,7 @@ Replace the contents of the existing config file with: "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "ACCESS_TOKEN" } diff --git a/website/src/pages/zh/token-api/faq.mdx b/website/src/pages/zh/token-api/faq.mdx index 99e1466c9952..a20b3420b380 100644 --- a/website/src/pages/zh/token-api/faq.mdx +++ b/website/src/pages/zh/token-api/faq.mdx @@ -98,7 +98,7 @@ While recommended, `Accept: application/json` isn't strictly required as the API ### MCP integration with Claude/Cline/Cursor shows errors like "ENOENT" or "Server disconnected". How do I fix this? -For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.thegraph.com/sse`. +For "ENOENT" errors, ensure Node.js 18+ is installed and the path to `npx`/`bunx` is correct (consider using full paths in config). "Server disconnected" usually indicates authentication or connectivity issues – verify your `ACCESS_TOKEN` is set correctly and your network allows access to `https://token-api.mcp.thegraph.com/sse`. ### Is the Token API part of The Graph's GraphQL service? diff --git a/website/src/pages/zh/token-api/mcp/claude.mdx b/website/src/pages/zh/token-api/mcp/claude.mdx index 1287a7754a1c..276fb287cbd1 100644 --- a/website/src/pages/zh/token-api/mcp/claude.mdx +++ b/website/src/pages/zh/token-api/mcp/claude.mdx @@ -27,7 +27,7 @@ sidebarTitle: Claude 桌面 "mcpServers": { "token-api": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -53,6 +53,6 @@ sidebarTitle: Claude 桌面 ![Claude 桌面中显示“服务器断开连接”消息的连接错误通知。](/img/claude-server-disconnect.png) -如果`https://token-api.thegraph.com/sse`,请在导航器中以其他方式检查您的 API 密钥。 +如果`https://token-api.mcp.thegraph.com/sse`,请在导航器中以其他方式检查您的 API 密钥。 > 您总是可以查看`Claude/logs/mcp.log`和`Claude/logs/mcp-server-pinax.log`下的完整日志以了解更多详情。 diff --git a/website/src/pages/zh/token-api/mcp/cline.mdx b/website/src/pages/zh/token-api/mcp/cline.mdx index 43c2552b9291..9f7edd2a5e5e 100644 --- a/website/src/pages/zh/token-api/mcp/cline.mdx +++ b/website/src/pages/zh/token-api/mcp/cline.mdx @@ -23,7 +23,7 @@ sidebarTitle: Cline "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -49,4 +49,4 @@ sidebarTitle: Cline ![Cline 连接错误通知显示服务器断开连接警告。](/img/cline-missing-variables.png) -如果`https://token-api.thegraph.com/sse`,请在导航器中以其他方式检查您的 API 密钥。 +如果`https://token-api.mcp.thegraph.com/sse`,请在导航器中以其他方式检查您的 API 密钥。 diff --git a/website/src/pages/zh/token-api/mcp/cursor.mdx b/website/src/pages/zh/token-api/mcp/cursor.mdx index b9295d7cb315..6623607e565c 100644 --- a/website/src/pages/zh/token-api/mcp/cursor.mdx +++ b/website/src/pages/zh/token-api/mcp/cursor.mdx @@ -23,7 +23,7 @@ Create or edit your `~/.cursor/mcp.json` file. "mcpServers": { "mcp-pinax": { "command": "npx", - "args": ["@pinax/mcp", "--sse-url", "https://token-api.thegraph.com/sse"], + "args": ["@pinax/mcp", "--sse-url", "https://token-api.mcp.thegraph.com/sse"], "env": { "ACCESS_TOKEN": "" } @@ -47,4 +47,4 @@ Create or edit your `~/.cursor/mcp.json` file. ### 与服务器连接已断开 -如果`https://token-api.thegraph.com/sse`,请在导航器中以其他方式检查您的 API 密钥。 +如果`https://token-api.mcp.thegraph.com/sse`,请在导航器中以其他方式检查您的 API 密钥。