From 5623eab094e57e3934e52a02265f1b41fc8386dc Mon Sep 17 00:00:00 2001 From: Marco Vinciguerra Date: Wed, 24 Jun 2026 12:03:23 +0200 Subject: [PATCH] docs: point remote MCP endpoint to mcp.scrapegraphai.com Replace the legacy Render host (scrapegraph-mcp.onrender.com) with the official remote MCP endpoint https://mcp.scrapegraphai.com/mcp in the Claude Desktop and Cursor remote-server configs. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fa1552..207d656 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Add this to your Claude Desktop config (`~/Library/Application Support/Claude/cl "command": "npx", "args": [ "mcp-remote@0.1.25", - "https://scrapegraph-mcp.onrender.com/mcp", + "https://mcp.scrapegraphai.com/mcp", "--header", "X-API-Key:YOUR_API_KEY" ] @@ -186,7 +186,7 @@ Cursor supports native HTTP MCP connections. Add to your Cursor MCP settings (`~ { "mcpServers": { "scrapegraph-mcp": { - "url": "https://scrapegraph-mcp.onrender.com/mcp", + "url": "https://mcp.scrapegraphai.com/mcp", "headers": { "X-API-Key": "YOUR_API_KEY" }