iracing-mcp-server
Verified Safeby consolecowboy0
Overview
An MCP (Model Context Protocol) server for collecting iRacing telemetry data and integrating it with AI agents like ElevenLabs.
Installation
No command providedSecurity Notes
The server binds to 0.0.0.0, making it accessible on the local network. When exposed via Cloudflare Tunnel, it becomes publicly accessible over HTTPS, requiring standard operational security practices. It also uses a pre-downloaded `cloudflared.exe` which should be verified for integrity.
Similar Servers
elevenlabs-mcp
An official ElevenLabs Model Context Protocol (MCP) server that enables AI clients (e.g., Claude Desktop, Cursor) to interact with ElevenLabs Text-to-Speech, voice cloning, transcription, and audio processing APIs.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
atlantis-mcp-server
An MCP (Model Context Protocol) server for hosting and managing dynamic Python functions and third-party MCP tools, enabling AI agents to discover and utilize shared capabilities across a network.