AltSportsLeagues MCP Server
Provides tools for accessing league data stored in Supabase, including context tools like assess_league_readiness, query_leagues, and get_league_context.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AltSportsLeagues MCP ServerFind trending alternative sports leagues in Europe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AltSportsLeagues MCP Server
MCP-compatible server for the AltSportsLeagues platform — league discovery, valuation, market intelligence, fingerprinting, onboarding pipeline visibility, and time-series market data for AI agents and sportsbooks.
Quick Start
# Install
pip install altsportsleagues-mcp
# Run (stdio)
ALTSPORTSLEAGUES_API_KEY=your_key altsportsleagues-mcp
# Run (HTTP/SSE)
ALTSPORTSLEAGUES_API_KEY=your_key altsportsleagues-mcp --sse --port 8080Related MCP server: AltSportsData MCP Server
Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"altsportsleagues": {
"command": "altsportsleagues-mcp",
"env": {
"ALTSPORTSLEAGUES_API_KEY": "your_api_key",
"SUPABASE_SERVICE_ROLE_KEY": "your_supabase_key"
}
}
}
}Connect to Cursor
Create .cursor/mcp.json in your project root:
{
"mcpServers": {
"altsportsleagues": {
"command": "altsportsleagues-mcp",
"env": {
"ALTSPORTSLEAGUES_API_KEY": "your_api_key",
"SUPABASE_SERVICE_ROLE_KEY": "your_supabase_key"
}
}
}
}Connect to OpenClaw
mcp:
servers:
altsportsleagues:
command: altsportsleagues-mcp
env:
ALTSPORTSLEAGUES_API_KEY: your_api_key
SUPABASE_SERVICE_ROLE_KEY: your_supabase_keyInstallation via npm
npx altsportsleagues-mcpEnvironment Variables
Variable | Required | Description |
| Yes | Your AltSportsLeagues API key |
| No | Override API base URL (default: https://api.altsportsleagues.ai) |
| No | Supabase project URL (for context tools) |
| No | Supabase service role key (for context tools) |
Tools (36)
Discovery (6)
Tool | Description |
| AI-powered search for alternative sports leagues |
| Deep-research a specific league |
| List all previously discovered leagues |
| Identify underserved market opportunities |
| Aggregate discovery pipeline statistics |
| Trending sports and regions |
Valuation (4)
Tool | Description |
| Multi-dimensional league evaluation and tier assignment |
| Tier classification system definitions |
| Score a potential partnership opportunity |
| Qualification decision matrix |
Fingerprinting (4)
Tool | Description |
| Generate a unique DNA profile for a league |
| Retrieve an existing fingerprint profile |
| Find leagues with similar profiles |
| Check fingerprint quality and completeness |
Onboarding Pipeline (4)
Tool | Description |
| Questionnaire processing status |
| League onboarding pipeline progress |
| Full pipeline stage-by-stage breakdown |
| Aggregate onboarding statistics |
Assessment (7)
Tool | Description |
| Full readiness report with composite score |
| Classify into 5 canonical archetypes |
| Sport-specific edge cases for betting markets |
| Trading anomaly and integrity risk detection |
| Maturity and production readiness ranking |
| Schema alignment check against ASD canonical schema |
| 5-dimension readiness assessment via Supabase |
Context (5)
Tool | Description |
| Complete intelligence context assembly |
| Side-by-side multi-league comparison |
| Flexible league search with filters |
| All uploaded documents for a league |
| Scraped-vs-verified field coverage analysis |
Market Data / Time-Series (5)
Tool | Description |
| Historical valuation snapshots |
| SEC 10-Q style quarterly report |
| Top movers and decliners |
| Aggregate market index |
| Head-to-head trajectory comparison |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/asd-git-master/altsportsleagues-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server