Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Required: Your iRacing account email address | ||
| API_KEY | No | Your pre-generated iRacing API key (recommended for security) | |
| PASSWORD | No | Your iRacing account password | |
| COOKIE_JAR | Yes | Required: Path to store authentication cookies (e.g., ./cookies.txt) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login | - |
| get_members_profile | - |
| get_team | - |
| get_member_recap | - |
| get_member_career | - |
| driver_lookup | - |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |