Skip to main content
ClaudeWave
joelp22-maker avatar
joelp22-maker

referencesource-mcp

View on GitHub

MCP server for referencesource.org — verified reference data where every record carries its source URL and a verbatim quote. Includes verify_quote.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/21/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/joelp22-maker/referencesource-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "referencesource-mcp": {
      "command": "node",
      "args": ["/path/to/referencesource-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/joelp22-maker/referencesource-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# referencesource-mcp

[![referencesource.org MCP connector](https://glama.ai/mcp/connectors/io.github.joelp22-maker/referencesource/badges/score.svg)](https://glama.ai/mcp/connectors/io.github.joelp22-maker/referencesource)

MCP server for **[referencesource.org](https://referencesource.org)** —
small, verified reference datasets where **every record carries its source
URL and a verbatim quote from that page**, so any value an assistant gives
you can be checked, not just believed.

285 datasets, 110,000+ records: regulatory thresholds and deadlines, version
compatibility, standards supersessions, certification registers, inspection
requirements, and more. Each dataset states its coverage and its
last-verified date.

## Tools

| tool | what it does |
|---|---|
| `list_datasets` | every dataset with record counts and descriptions |
| `search_records` | search within a dataset; each hit returns the value **plus its source URL and verbatim source quote** |
| `get_record` | one record by id, full provenance included |
| `verify_quote` | give it a dataset slug and a value you already hold (record id and field optional) — it checks that claim against our published records and says whether it matches |

`verify_quote` is the unusual one: assistants invent plausible-but-wrong
values roughly 19% of the time in our own measurements, and this is the
check. Four verdicts come back:

| verdict | what it means |
|---|---|
| `matches_record` | the claim equals the stored value; the match type is named (exact, case-insensitive, normalised) |
| `matches_quote` | not a stored value, but it does appear in the record's source quote |
| `differs` | the record holds a different value — both are returned, with the source |
| `not_found` | no record in that dataset carries it |

Where a record is found, the answer carries the stored value, the record URL,
the source URL and the verbatim quote, so the claim can be traced upstream —
plus an `attestation` saying plainly that the verdict is about what our source
states, not about what is true in the world. Asking whether the 2026
conforming loan limit for Autauga County, Alabama is `$806,500` returns
`differs`, stored value `$832,750`, quoting the FHFA row it came from.

**Scope, stated so nobody overclaims:** these tools search
referencesource.org's own published records. They do not fetch arbitrary
URLs and cannot check a claim against a page we have not harvested.
`not_found` means "not in this dataset", never "false".

## Setup

**Claude Desktop** — add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "referencesource": {
      "command": "npx",
      "args": ["-y", "referencesource-mcp"]
    }
  }
}
```

**Cursor / other stdio MCP clients** — same idea: command `npx`, args
`["-y", "referencesource-mcp"]`.

**Clients that support remote servers directly** don't need this package at
all — point them at the streamable-HTTP endpoint:
`https://referencesource.org/mcp`.

## Notes

- Zero dependencies; Node 18+. The package is a thin stdio→HTTPS bridge to
  the stateless server at `referencesource.org/mcp`.
- No accounts, no keys, no tracking beyond standard server request logs
  (see [referencesource.org/privacy](https://referencesource.org/privacy/)).
- Data is free to read on the site in HTML, Markdown, and JSON; this
  package just makes it callable mid-conversation.

MIT licensed.

## The data behind it

- **Site:** https://referencesource.org — canonical, re-verified on a schedule
- **Bulk data:** https://github.com/joelp22-maker/referencesource-data
- **Archived snapshot with a DOI:** [10.5281/zenodo.22115966](https://doi.org/10.5281/zenodo.22115966)
- **Hugging Face:** https://huggingface.co/datasets/referencesource

Every record carries `source` (the page the value was read from) and
`source_quote` (the verbatim line on that page which states it), so any answer
this server returns can be checked against its source. `verify_quote` runs that
check against a value you already hold: it tells you whether our record agrees,
and hands back the source and quote either way.

## Licence

MIT — see [LICENSE](LICENSE). The reference data itself is CC BY 4.0; see the
data repository for the full position on the quoted excerpts.
fact-checkingmcpmcp-servermodel-context-protocolprovenancereference-data

What people ask about referencesource-mcp

What is joelp22-maker/referencesource-mcp?

+

joelp22-maker/referencesource-mcp is mcp servers for the Claude AI ecosystem. MCP server for referencesource.org — verified reference data where every record carries its source URL and a verbatim quote. Includes verify_quote. It has 0 GitHub stars and its last recorded update is dated 2026-09-21.

How do I install referencesource-mcp?

+

You can install referencesource-mcp by cloning the repository (https://github.com/joelp22-maker/referencesource-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is joelp22-maker/referencesource-mcp safe to use?

+

Our security agent has analyzed joelp22-maker/referencesource-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains joelp22-maker/referencesource-mcp?

+

joelp22-maker/referencesource-mcp is maintained by joelp22-maker. The last recorded GitHub activity is dated 2026-09-21, with 0 open issues.

Are there alternatives to referencesource-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy referencesource-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: joelp22-maker/referencesource-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/joelp22-maker-referencesource-mcp)](https://claudewave.com/repo/joelp22-maker-referencesource-mcp)
<a href="https://claudewave.com/repo/joelp22-maker-referencesource-mcp"><img src="https://claudewave.com/api/badge/joelp22-maker-referencesource-mcp" alt="Featured on ClaudeWave: joelp22-maker/referencesource-mcp" width="320" height="64" /></a>

More MCP Servers

referencesource-mcp alternatives