mcpbeat Sign in

FORRT Research MCP Server

local only

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

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

Installs / week
pypi · forrt-research-mcp
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 FORRT Research 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 forrt-research-mcp -- uvx forrt-research-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "forrt-research-mcp": {
      "args": [
        "forrt-research-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.forrt-research-mcp]
command = "uvx"
args = ["forrt-research-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "forrt-research-mcp": {
      "args": [
        "forrt-research-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "forrt-research-mcp": {
      "args": [
        "forrt-research-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SCIENCELIVE_API_BASE (Science Live API base URL (default: https://api.sciencelive4all.org)), SCIENCELIVE_API_KEY (Science Live API key; optional, /np/constellation is a public read). The author declared them in the registry entry; get the values from the project itself.

Alternatives to FORRT Research

same job, measured the same way
SciWeave
by desci-labs

AI research grounded in 300M scientific works — every citation a verifiable DOI.

answering
footnote-mcp
by kazkozdev

Source-grounded web research: search, extraction, verification, and browser automation.

193 installs/wk local only
I
Agent Evidence API
by thx93

MCP-native web evidence and claim verification: cited, source-grounded evidence for AI agents.

2 tools answering
Public Data Catalog
by yhay81

Reviewed public-data search and execution with provenance and verifiable integrity receipts.

3 tools answering
Dblp MCP
by mrfentmen

Search computer science publications on DBLP. No key required.

local only
Runvouch
by runvouch

Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.

7 tools answering
Froglet
by armanas

Run local Froglet verifiable compute, signed receipts, settlement, and service publication.

42 installs/wk local only
FilmRightsProof
by davisvillelabs-filmrights

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

2 tools answering

FORRT Research — questions

Answers built from our own checks of this server.

Why is there no uptime for FORRT Research?
FORRT Research 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 forrt-research-mcp.
How do I connect FORRT Research?
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 forrt-research-mcp straight from pypi; nothing to host, nothing to sign up for.
Is FORRT Research 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.