Skip to content

Commit 82cb46e

Browse files
Mlaz-codeclaude
andauthored
docs(mcp): use mcp.sharpapi.io as canonical URL (#216)
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) <noreply@anthropic.com>
1 parent 7afc46d commit 82cb46e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/en/sdks/mcp.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Callout, Tabs } from 'nextra/components'
77
# MCP Server (AI Assistants)
88

99
<Callout type="info">
10-
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.
10+
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.
1111
</Callout>
1212

1313
## What is MCP?
@@ -34,7 +34,7 @@ Edit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) o
3434
"mcpServers": {
3535
"sharpapi": {
3636
"type": "streamable-http",
37-
"url": "https://api.sharpapi.io/mcp",
37+
"url": "https://mcp.sharpapi.io/mcp",
3838
"headers": {
3939
"X-API-Key": "sk_live_..."
4040
}
@@ -55,7 +55,7 @@ Add to your Claude Code MCP settings:
5555
"mcpServers": {
5656
"sharpapi": {
5757
"type": "streamable-http",
58-
"url": "https://api.sharpapi.io/mcp",
58+
"url": "https://mcp.sharpapi.io/mcp",
5959
"headers": {
6060
"X-API-Key": "sk_live_..."
6161
}
@@ -69,7 +69,7 @@ Add to your Claude Code MCP settings:
6969

7070
Any MCP client that supports Streamable HTTP transport can connect:
7171

72-
- **Endpoint:** `POST https://api.sharpapi.io/mcp`
72+
- **Endpoint:** `POST https://mcp.sharpapi.io/mcp`
7373
- **Auth:** `X-API-Key` header, `Authorization: Bearer` header, or `api_key` query parameter
7474
- **Protocol:** JSON-RPC 2.0 over HTTP (MCP Streamable HTTP transport)
7575
- **Version:** `2025-03-26`

0 commit comments

Comments
 (0)