Odds De-vig MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_sportsA | Get limited list of supported sports (no API call) |
| get_today_mlbB | Get today's MLB games with processed odds (API efficient) |
| get_upcoming_oddsB | Get upcoming odds for sports events (limited to today by default) |
| get_processed_oddsB | Get odds with vig removed and fair probabilities calculated |
| get_event_consensusA | Get consensus line for a specific event |
| get_api_usageA | Get current API usage statistics (makes 1 API call) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Available Sports | List of supported sports (hardcoded, no API call) |
| Today MLB Games | Today's MLB games with processed odds |
| Processed Odds | Odds with vig removed and fair probabilities (default: today's MLB) |