← Registry

Databases

randpaulcovid.org

Searches and retrieves communications from a corpus of over 18,000 records.

1 endpoint7 known toolsFirst detected August 5, 2026Last detected August 6, 2026

ENDPOINT 1

https://randpaulcovid.org/mcp

No auth detected

MCP server metadata

Name
randpaulcovid
Version
1.0.0
Capabilities
promptsresourcestools
Server instructions

Retrieval over subpoenaed COVID-19 records. Three layers: search_records finds communications and get_record fetches one in full; search_pages searches the raw OCR text, which is what settles whether something is absent; search_concepts and get_concept read the analysis layer — one cross-linked document per person, organization, topic and released package. search and fetch are the standard contract over the same corpus. Every record carries a citation to a page of the Committee's PDF. The prompts encode the method for the questions this corpus answers badly by default: verifying a quote, dating what someone knew, and telling a real absence from a partial one. Field meanings: https://randpaulcovid.org/api/guidance

Known tools 7

search_records

Find communications matching a question or phrase.

Inferred read-only
search_pages

Literal search over the OCR text of all 5,247 pages, before segmentation into records.

Inferred read-only
get_record

Retrieve a single communication in full by doc_id, with its citation, participants and neighbouring messages where it sits in a conversation.

Inferred read-only
search

Search 18,094 communications from the U.S.

Inferred read-only
fetch

Retrieve the full text of one item by id.

Inferred read-only
search_concepts

Search the analysis layer: one cross-linked document per person, organization, topic, released package, media outlet and substantial conversation, each carrying provenance back to the pages it derives from.

Inferred read-only
get_concept

Fetch a concept document from the OKF bundle — frontmatter and body — with every cross-link rewritten to an absolute URL, so the bundle can be traversed from what this returns.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.randpaulcovid]
url = "https://randpaulcovid.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "randpaulcovid": {
      "type": "http",
      "url": "https://randpaulcovid.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: randpaulcovid
Remote MCP URL: https://randpaulcovid.org/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "randpaulcovid": {
      "url": "https://randpaulcovid.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "randpaulcovid": {
      "type": "http",
      "url": "https://randpaulcovid.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "randpaulcovid",
  "transport": "streamable-http",
  "url": "https://randpaulcovid.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for randpaulcovid.org was fetched 2026-08-24T05:59:14.915Z.

Trust status Neutral

randpaulcovid.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.