← randpaulcovid.org

INDIVIDUAL MCP TOOL

search_records

Find communications matching a question or phrase.

randpaulcovid.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://randpaulcovid.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_records and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

randpaulcovid.org

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.

Related tools

  • search_pages — Literal search over the OCR text of all 5,247 pages, before segmentation into records.
  • get_record — Retrieve a single communication in full by doc_id, with its citation, participants and neighbouring messages where it sits in a conversation.
  • search — Search 18,094 communications from the U.S.
  • fetch — Retrieve the full text of one item by id.
  • 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.
  • 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.