Databases
randpaulcovid.org
Searches and retrieves communications from a corpus of over 18,000 records.
ENDPOINT 1
https://randpaulcovid.org/mcp
MCP server metadata
- Name
- randpaulcovid
- Version
- 1.0.0
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_pagesLiteral search over the OCR text of all 5,247 pages, before segmentation into records.
Inferred read-onlyget_recordRetrieve a single communication in full by doc_id, with its citation, participants and neighbouring messages where it sits in a conversation.
Inferred read-onlysearch_conceptsSearch 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-onlyget_conceptFetch 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-onlyCONNECT 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.
randpaulcovid.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.