mcpbeat Sign in

Jolpica MCP Server

local only

Jolpica MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Formula 1 data (Jolpica, the Ergast replacement).

Installs / week
npm · jolpica-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Jolpica MCP 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 jolpica-mcp -- npx -y jolpica-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jolpica-mcp": {
      "args": [
        "-y",
        "jolpica-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jolpica-mcp]
command = "npx"
args = ["-y", "jolpica-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jolpica-mcp": {
      "args": [
        "-y",
        "jolpica-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jolpica-mcp": {
      "args": [
        "-y",
        "jolpica-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Jolpica MCP

same job, measured the same way
F1
by pipeworx-io

F1 MCP — Formula 1 data via the Ergast API

40 tools answering
Openf1
by pipeworx-io

OpenF1 MCP — real-time & historical Formula 1 data.

40 tools answering
MCP Sport
by andrequeiroz2

MCP server that exposes Formula 1 data from the OpenF1 API.

local only
Site
by californiahvacreplacementcost

California HVAC Replacement Cost: the site's own MCP server — enquiry (enquiry = a human...

3 tools answering
F1verse
by jinsim

Formula 1 race data with the domain rules applied: stints, tyre wear, publish-safety. Zero deps.

1 651 installs/wk local only
Syntitan MCP
by syntitan

AI-Ready Data Platform that fills the missing layer between data management and AI execution.

answering
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only
Site
by floridaroofreplacementcost

Florida Roof Replacement Cost: the site's own MCP server — enquiry (enquiry = a human handoff,...

3 tools answering

Jolpica MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Jolpica MCP?
Jolpica MCP 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 jolpica-mcp.
How do I connect Jolpica MCP?
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 jolpica-mcp straight from npm; nothing to host, nothing to sign up for.
Is Jolpica MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.