Hispanic Legacy

MCP server

Hispanic Legacy answers over the Model Context Protocol. Everything on this page is read from the running server and from the limits it enforces — nothing here is maintained by hand.

Connect a client

Streamable HTTP, stateless, at /mcp. Point a client at it:

{
  "mcpServers": {
    "hispanic-legacy": {
      "type": "http",
      "url": "https://hispanic-legacy.com/mcp"
    }
  }
}

The registry manifest is at /.well-known/mcp/server.json.

Transport and limits

Protocol
2026-07-28
Also served
2025-11-25, 2025-06-18, 2025-03-26, 2024-11-05, 2024-10-07
Body cap
64 KiB
Rate limit
120 / 60s

The limits are stated so they are a published rule rather than a surprise. A caller over the rate limit receives 429 with the standard headers saying when to retry; a body over the cap receives 413. Neither fails silently. Any method other than POST and OPTIONS receives 405 with Allow, and that refusal points back at this page.

Tools it serves

9 tools, listed as the server declares them. Every one returns typed structuredContent against a published outputSchema.

Resources it serves

4 resource families, listed as the server declares them. These are read with resources/read — no tool call, no arguments to guess. A URI with braces is a template: resources/templates/list gives them, resources/list enumerates what is readable right now.

If you are not using MCP

The same corpus is served as plain files. The agent interface lists every machine surface this build emits.