Spain's contributions to world science, exploration and culture, rigorously sourced
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Spain's contributions to world science, exploration and culture, rigorously sourced
A remote MCP server over a curated knowledge graph. Every claim it returns is bound to a registered source: the tools hand back claims with their citations and a confidence value, so an agent can show its work instead of asserting.
Nothing to install. It is a hosted streamable-HTTP endpoint:
Claude Code
Claude Desktop / any client reading mcpServers
No API key, no account, no auth. Read-only.
Check it answers, without any client at all:
Eight, each with an outputSchema, each returning structuredContent.
| tool | arguments | what it does |
|---|---|---|
get_overview | — | Corpus overview: what this instance knows, counts by type, published tags, freshness. Start here when you land and do not yet know whether this corpus can answer your question. |
search | query, limit? | Full-text search over the knowledge graph. Accent- and apostrophe-insensitive, so query in the user's own words; every hit carries its relevance score and the fields it matched. |
answer | question | Answer a question from the corpus. Returns the matched object's claims with sources and confidence — never an unsourced answer. |
get_entity | id | Fetch one knowledge object by id, with its claims and the sources each claim cites. |
get_topic | tag | List the knowledge objects carrying a tag (topics are content-backed tags). |
get_related | id | Graph neighbours of an object: outgoing and incoming relations, each with its relation type. |
get_sources | object_id? | The whole source registry, or just the sources cited by one object. Use it to judge the corpus before trusting it. |
get_latest | limit? | Most recently verified knowledge objects — a freshness signal. |
The intended path is get_overview → search or answer → get_entity
→ get_related. get_overview exists because an agent that has just
arrived needs to know whether this corpus can help before it spends a
call guessing.
| knowledge objects | 307 |
| registered sources | 403 |
| published topics | 301 |
| type | objects |
|---|---|
| entity | 287 |
| comparison | 11 |
| guide | 5 |
| glossary | 3 |
| faq | 1 |
Subject matter: the Balmis expedition and early public health, cartography and navigation, botany and the American expeditions, mining and metallurgy, universities and archives, and the historiography of the Black Legend — evidence, not polemic.
A real call against the live endpoint — answer with
"how was the smallpox vaccine carried across the Atlantic" — returns this structuredContent, trimmed:
Note what travels with the answer: the evidence tier, a confidence, the date it was last verified, and the source behind the claim — not as prose an agent has to parse, but as fields it can act on. An agent can decline to use a weak claim, or cite the primary source directly.
When the corpus cannot answer, answered is false. It does not
improvise, and the miss is recorded so the gap can be filled.
The MCP endpoint is one of several. The same corpus is served as plain files an agent can read directly:
| surface | what it is |
|---|---|
/llms.txt | the index, as text/plain |
/llms-full.txt | the whole corpus in one file |
/ai-index.json | every surface this instance publishes, with its content type |
/api/index.json | one JSON document per knowledge object |
/api/sources.json | the source registry, in full |
/.well-known/mcp/server.json | this server's manifest |
Each knowledge object has a human page and a machine twin at the same id, with a canonical URL that agrees across all of them.
POST only. Every other method answers 405 with an Allow: POST, OPTIONS header.RateLimit-Limit,
RateLimit-Remaining and RateLimit-Reset (all three exposed via CORS).
It fails open: if the store is unreachable the request is served.-32700 for
unparseable bodies, -32602 for an unknown tool — never an HTML error page.No accounts, no cookies, no ads. Usage is measured in aggregate with daily-rotating hashed identifiers and a 200-day retention; raw IPs are never stored. Full policy: PRIVACY.md.
Knowledge content is CC-BY-4.0: use it, cite it. The source registry is
public precisely so a claim can be checked rather than trusted —
get_sources returns what any given claim rests on.
Claims carry an evidence tier and a last_verified date. Where the
evidence is weaker, the object says so rather than rounding up.
Compiled and served by Citarium, a source-available framework for turning a knowledge graph into a website, an API, an MCP server and agent-readable files from a single source, under external evaluation.
The framework's code is licensed under the Business Source License 1.1 and
its repository is not public. What is public — and what actually matters for
trusting an answer — is this server, the corpus it serves, and the registered
source behind every claim: get_sources returns what any given claim rests
on, so it can be checked rather than trusted.
This repository is the server's public face: its manifest and its documentation. The corpus itself lives at hispanic-legacy.com.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/hispanic-legacy)<a href="https://allmcps.com/mcp/hispanic-legacy"><img src="https://allmcps.com/api/badge/hispanic-legacy?style=directory" alt="Hispanic Legacy on AllMCPs" /></a>