mcpbeat Sign in

RaceHooks MCP Server

by racehooks Your server? Claim it
local only

RaceHooks runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 14 Jul 2026.

F1 race analytics & live timing for AI assistants — webhooks, results, and race simulations.

Installs per day peak 185 · avg 17 · -32% w/w
a month agotoday
34
Installs / week
npm · racehooks-mcp
1
Stars
0 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check RaceHooks every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add racehooks-mcp -- npx -y racehooks-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "racehooks-mcp": {
      "args": [
        "-y",
        "racehooks-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.racehooks-mcp]
command = "npx"
args = ["-y", "racehooks-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "racehooks-mcp": {
      "args": [
        "-y",
        "racehooks-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "racehooks-mcp": {
      "args": [
        "-y",
        "racehooks-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RACEHOOKS_CLIENT_ID (Your RaceHooks client ID. Get yours at racehooks.io.), RACEHOOKS_CLIENT_SECRET (Your RaceHooks client secret.), RACEHOOKS_BASE_URL (API base URL. Defaults to https://api.racehooks.io.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RaceHooks

same job, measured the same way
MCP Server Motherduck
by motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs

4 435 installs/wk local only
Ramaris App
by ramaris-app

On-chain wallet analytics and trading strategies on Base for AI assistants

local only
Mintline MCP
by mintlineai

Connect AI assistants to your Mintline receipts, transactions, and spending analytics.

37 installs/wk local only
Apivideo
by usefulapi

Manage videos and live streams, inspect captions, players and webhooks, and read play analytics.

15 tools answering
Voris
by voris-mcp

Voris privacy-native web analytics for AI agents: query metrics & citations, scaffold tracking.

51 installs/wk local only
TheSignup
by thesignup

TheSignup MCP server — read and manage signups, participants, webhooks, and analytics.

answering
Pexbot MCP
by mikusnuz

PexBot simulated spot/futures trading, competitions, portfolios, and AI analytics.

79 installs/wk local only
ApexVol Options Analytics
by ryansilk

Options analytics for AI assistants: chains, IV rank, VRP, Greeks, GEX, expected moves, screeners.

100 installs/wk answering

RaceHooks — questions

Answers built from our own checks of this server.

Why is there no uptime for RaceHooks?
RaceHooks runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package racehooks-mcp was installed 34 times last week.
How do I connect RaceHooks?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls racehooks-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use RaceHooks?
The npm package racehooks-mcp was installed 34 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RaceHooks open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.