Biwenger World Cup 2026 Lineup Optimizer
by edurodelg
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | No | Admin API key for private endpoints. | change-me |
| DATABASE_URL | No | SQLite database URL. | sqlite:///./data/biwenger.db |
| GROUP_BUDGET | No | Budget for group stage in millions. | 920 |
| INTERFACE_MODE | No | Set to 'mcp' to run the MCP server. | web |
| DEFAULT_USER_ID | No | Default user ID when none is specified. | default |
| ARIETE_MAX_PRICE | No | Max price for ariete in millions (group stage). | 90 |
| CAPTAIN_MAX_PRICE | No | Max price for captain in millions (group stage). | 70 |
| READ_ONLY_API_KEY | No | Optional read-only API key for guest access. | |
| DEFAULT_SQUAD_SIZE | No | Default squad size for new users (11-15). | 15 |
| BIWENGER_COMPETITION_SLUG | No | Slug for Biwenger public endpoint. | world-cup |
| BUDGET_INCREMENT_PER_PHASE | No | Budget increment per phase in millions. | 60 |
| REQUIRE_WRITE_CONFIRMATION | No | If true, write actions require confirmation token. | false |
| ARIETE_PRICE_INCREMENT_PER_PHASE | No | Increment per phase for ariete price limit. | 15 |
| CAPTAIN_PRICE_INCREMENT_PER_PHASE | No | Increment per phase for captain price limit. | 15 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/edurodelg/biwenger-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server