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

referencesource-mcp

Ver en GitHub

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

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre referencesource-mcp

¿Qué es joelp22-maker/referencesource-mcp?

+

joelp22-maker/referencesource-mcp es mcp servers para el ecosistema de Claude AI. MCP server for referencesource.org — verified reference data where every record carries its source URL and a verbatim quote. Includes verify_quote. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-21.

¿Cómo se instala referencesource-mcp?

+

Puedes instalar referencesource-mcp clonando el repositorio (https://github.com/joelp22-maker/referencesource-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar joelp22-maker/referencesource-mcp?

+

Nuestro agente de seguridad ha analizado joelp22-maker/referencesource-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene joelp22-maker/referencesource-mcp?

+

joelp22-maker/referencesource-mcp es mantenido por joelp22-maker. La última actividad registrada en GitHub es del 2026-09-21, con 0 issues abiertos.

¿Hay alternativas a referencesource-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega referencesource-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a referencesource-mcp