mcpbeat Sign in

Replication Radar MCP Server

local only

Replication Radar runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Turn the OpenAIRE Graph into a ranked replication queue with a Science Live verification overlay.

Installs / week
pypi · replication-radar
0
Stars
0 open issues
21 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

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

This one needs environment variables set before it will start: GITHUB_TOKEN (Optional GitHub token for higher API rate limits (RADAR_GITHUB_TOKEN also accepted)), RADAR_OPENAIRE_BASE (OpenAIRE Graph API base (default: https://api.openaire.eu/graph/v1)), RADAR_NANOPUB_SPARQL (Nanopub SPARQL endpoint (default: https://query.knowledgepixels.com/repo/full)), RADAR_HTTP_TIMEOUT (Per-request timeout in seconds (default: 30)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Replication Radar

same job, measured the same way
webhook.co
by webhook

Receive, inspect, replay and deliver webhooks — with signature verification and agent triggers.

answering
FORRT Research
by sciencelive4all

Produce verifiable FORRT nanopublication chains: grounded quote checks and Science Live projections.

local only
FilmRightsProof
by davisvillelabs-filmrights

Film/TV public-record rights intelligence for AI agents with provenance and bounded verification.

2 tools answering
Baton
by vinsenzo83

Hand off AI work with a signed Verification Receipt — an independent verifier proves it runs.

41 installs/wk 45 tools answering
ClearBounce Email Verification
by clearbounce

Verify email addresses in real time and find business email addresses with live mailbox checks.

5 tools answering
Kawaa email verification
by kawaa

Check whether an email address can receive mail — one address or a list — without sending to it.

answering
meek_cesium_overlay_mcp
by csoai-org

MEEK Cesium Overlay MCP — the 3D world overlay with regulations + orbs + terrain (Cesium integration

412 installs/wk local only
Verified Repo Memory
by cognitivemyriad

Stale-proof repository memory with citations + just-in-time verification + TTL (repo-scoped).

local only

Replication Radar — questions

Answers built from our own checks of this server.

Why is there no uptime for Replication Radar?
Replication Radar 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 pypi package replication-radar.
How do I connect Replication Radar?
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 replication-radar straight from pypi; nothing to host, nothing to sign up for.
Is Replication Radar open source?
Yes — it is published under the MIT licence, written in Python and 0 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.