Skip to content

Commit 999682a

Browse files
Mlaz-codeclaude
andauthored
docs(mcp): document 5 new MCP tools (12 → 17) (#213)
Adds rows for get_markets, get_odds_delta, get_closing_lines, get_futures_odds, compare_futures_lines. Adds a new "Futures" section and tier columns where they were missing. Tool count headline updated. Mirrors sharp-api-go PR #344. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0b21aef commit 999682a

1 file changed

Lines changed: 17 additions & 7 deletions

File tree

content/en/sdks/mcp.mdx

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Any MCP client that supports Streamable HTTP transport can connect:
7979

8080
## Available Tools
8181

82-
The MCP server exposes 12 tools that map to SharpAPI's REST API:
82+
The MCP server exposes 17 tools that map to SharpAPI's REST API:
8383

8484
### Reference Data
8585

@@ -88,15 +88,25 @@ The MCP server exposes 12 tools that map to SharpAPI's REST API:
8888
| `get_sports` | List all sports with event and live counts |
8989
| `get_leagues` | List leagues, filterable by sport |
9090
| `get_sportsbooks` | List all sportsbooks with metadata |
91+
| `get_markets` | List all market types (moneyline, spread, total, player props…) |
9192

9293
### Odds & Events
9394

94-
| Tool | Description |
95-
|------|-------------|
96-
| `get_events` | Search events by sport, league, or team name |
97-
| `get_odds` | Get current odds with filters |
98-
| `get_best_odds` | Best odds across all books for each selection |
99-
| `compare_odds` | Side-by-side odds comparison for an event |
95+
| Tool | Description | Min Tier |
96+
|------|-------------|----------|
97+
| `get_events` | Search events by sport, league, or team name | All |
98+
| `get_odds` | Get current odds with filters | All |
99+
| `get_odds_delta` | Incremental sync — only odds changed since a timestamp | All |
100+
| `get_best_odds` | Best odds across all books for each selection | All |
101+
| `compare_odds` | Side-by-side odds comparison for an event | All |
102+
| `get_closing_lines` | Captured closing lines for CLV analysis | Pro |
103+
104+
### Futures
105+
106+
| Tool | Description | Min Tier |
107+
|------|-------------|----------|
108+
| `get_futures_odds` | Season-long markets (championship, MVP, win totals) | Pro |
109+
| `compare_futures_lines` | Cross-book comparison on a futures market | Pro |
100110

101111
### Opportunities
102112

0 commit comments

Comments
 (0)