From 8fa3a3ec5a74414568042e63648d91eeb476ea4a Mon Sep 17 00:00:00 2001 From: Mlaz-code <68407656+Mlaz-code@users.noreply.github.com> Date: Thu, 7 May 2026 08:31:40 -0400 Subject: [PATCH] docs(mcp): use mcp.sharpapi.io as canonical URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subdomain provisioned 2026-05-06 (sharp-api-go #340). Recommend `https://mcp.sharpapi.io/mcp` as the canonical setup URL across the Claude Desktop / Claude Code / generic-MCP-client tabs and the callout banner. `https://api.sharpapi.io/mcp` continues to serve indefinitely as a legacy alias — no breaking change for existing users. Co-Authored-By: Claude Opus 4.7 (1M context) --- content/en/sdks/mcp.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/sdks/mcp.mdx b/content/en/sdks/mcp.mdx index 2b7ff1e..e31e3bb 100644 --- a/content/en/sdks/mcp.mdx +++ b/content/en/sdks/mcp.mdx @@ -7,7 +7,7 @@ import { Callout, Tabs } from 'nextra/components' # MCP Server (AI Assistants) -SharpAPI includes a built-in MCP server at `https://api.sharpapi.io/mcp` — connect Claude Desktop, Claude Code, or any MCP-compatible AI assistant to query live odds and opportunities through natural language. +SharpAPI includes a built-in MCP server at `https://mcp.sharpapi.io/mcp` — connect Claude Desktop, Claude Code, or any MCP-compatible AI assistant to query live odds and opportunities through natural language. ## What is MCP? @@ -34,7 +34,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o "mcpServers": { "sharpapi": { "type": "streamable-http", - "url": "https://api.sharpapi.io/mcp", + "url": "https://mcp.sharpapi.io/mcp", "headers": { "X-API-Key": "sk_live_..." } @@ -55,7 +55,7 @@ Add to your Claude Code MCP settings: "mcpServers": { "sharpapi": { "type": "streamable-http", - "url": "https://api.sharpapi.io/mcp", + "url": "https://mcp.sharpapi.io/mcp", "headers": { "X-API-Key": "sk_live_..." } @@ -69,7 +69,7 @@ Add to your Claude Code MCP settings: Any MCP client that supports Streamable HTTP transport can connect: -- **Endpoint:** `POST https://api.sharpapi.io/mcp` +- **Endpoint:** `POST https://mcp.sharpapi.io/mcp` - **Auth:** `X-API-Key` header, `Authorization: Bearer` header, or `api_key` query parameter - **Protocol:** JSON-RPC 2.0 over HTTP (MCP Streamable HTTP transport) - **Version:** `2025-03-26`