Internal MCP server for AltSportsLeagues valuation engine — team tooling for league valuation workflows
Project description
AltSportsLeagues Internal Valuation MCP Server
Internal MCP server wrapping the AltSportsLeagues valuation engine — submit applications, check status, retrieve results, and manage the valuation pipeline via MCP tools.
Quick Start
# Install
pip install altsportsleagues-internal-valuation-mcp
# Run (stdio)
ALTSPORTSLEAGUES_INTERNAL_API_KEY=your_key altsportsleagues-internal-valuation-mcp
# Run (HTTP/SSE)
ALTSPORTSLEAGUES_INTERNAL_API_KEY=your_key altsportsleagues-internal-valuation-mcp --sse --port 8080
Connect to Claude Desktop
{
"mcpServers": {
"altsportsleagues-valuation": {
"command": "altsportsleagues-internal-valuation-mcp",
"env": {
"ALTSPORTSLEAGUES_INTERNAL_API_KEY": "your_api_key"
}
}
}
}
Connect to Cursor
Create .cursor/mcp.json:
{
"mcpServers": {
"altsportsleagues-valuation": {
"command": "altsportsleagues-internal-valuation-mcp",
"env": {
"ALTSPORTSLEAGUES_INTERNAL_API_KEY": "your_api_key"
}
}
}
}
Connect to OpenClaw
mcp:
servers:
altsportsleagues-valuation:
command: altsportsleagues-internal-valuation-mcp
env:
ALTSPORTSLEAGUES_INTERNAL_API_KEY: your_api_key
Installation via npm
npx altsportsleagues-internal-valuation-mcp
Environment Variables
| Variable | Required | Description |
|---|---|---|
ALTSPORTSLEAGUES_INTERNAL_API_KEY |
Yes | API key for authentication |
VALUATION_ENGINE_URL |
No | Override valuation backend URL (default: https://valuation.altsportsleagues.ai) |
Tools (6)
| Tool | Description |
|---|---|
submit_application |
Submit a new onboarding/valuation application |
get_application_status |
Check application processing status |
get_application_results |
Get valuation results for a processed application |
list_applications |
List applications with optional status filter |
delete_application |
Delete an application and its results |
health_check |
Check valuation engine backend health |
License
MIT
Internal use only.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file altsportsleagues_internal_valuation_mcp-1.0.0.tar.gz.
File metadata
- Download URL: altsportsleagues_internal_valuation_mcp-1.0.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc6879fee3bdf354c2a86d27b69fa48ca6fa02ab6c260fc6654746020e53c4da
|
|
| MD5 |
58344eb390c1136c6d447bb771bdfbfd
|
|
| BLAKE2b-256 |
39deb134faa9f17f9efba23794d000c73fc21efe62209f7ed593ce16fe0c0834
|
File details
Details for the file altsportsleagues_internal_valuation_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: altsportsleagues_internal_valuation_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf2918687c853cefc79daecb01070ca9eeb0db6bdb5bbce2c61300e0550a39b4
|
|
| MD5 |
039570151565c0e4a081e0ff3b3bf595
|
|
| BLAKE2b-256 |
d5ea261b2f6b627d36a4a78160292175c4761a84c458e026330a2aa3676e9897
|