iracing-data-mcp-server
Verified Safeby emilioSp
Overview
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.
Installation
npx iracing-data-mcp-server@latestEnvironment Variables
- COOKIE_JAR
- PASSWORD
- API_KEY
Security Notes
The server uses environment variables for sensitive data (EMAIL, PASSWORD/API_KEY, COOKIE_JAR), avoiding hardcoding. It handles authentication cookies and refreshes them upon expiry. API calls are directed to the official iRacing API endpoints. No 'eval' or malicious patterns were identified. The primary security consideration is the local storage of the authentication cookie file, which should be secured on the host system.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
hevy-mcp
This server acts as a Model Context Protocol (MCP) interface, enabling AI assistants to interact with the Hevy fitness tracking app's API to manage workout data, routines, exercise templates, folders, and webhook subscriptions.
irods-mcp-server
Provides a Machine-Controlled Process (MCP) server for AI clients to access and manage data within iRODS data stores.
MCP-Council
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.