← historiai.health

INDIVIDUAL MCP TOOL

work_contents

Return deterministic cursor pagination over every live episode address in one work; totals, next cursor, truncation, and separate episode/work receipts are explicit.

historiai.healthnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

historiai.health

CONNECT 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.historiai-health]
url = "https://historiai.health/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "historiai-health": {
      "type": "http",
      "url": "https://historiai.health/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: historiai-health
Remote MCP URL: https://historiai.health/api/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": {
    "historiai-health": {
      "url": "https://historiai.health/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "historiai-health": {
      "type": "http",
      "url": "https://historiai.health/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "historiai-health",
  "transport": "streamable-http",
  "url": "https://historiai.health/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • record_search — Search verbatim public-domain episodes.
  • figure_lookup — Find curated people, legendary figures, or deities named in the record.
  • event_search — Find curated events by label, with the record's honest date and disambiguation fields, source provenance, and a nullable curation_receipt_url where filed.
  • work_lookup — Return one served work's bibliographic card and a bounded first page of stable episode addresses; it does not reproduce the whole work.
  • receipt_lookup — Return one public receipt with its full checksum, sources, evidence, and explicit what-this-does-not-prove clauses.
  • episode_lookup — Return one exact live episode with a bounded verbatim excerpt, canonical work/ref address, source id, and separately labeled episode/work receipt URLs where filed.
  • timeline_lookup — Return curated chronology rungs and deeds in an explicit bounded year range.
  • person_lookup — Return one exact curated person identity and its bounded grounded claims, distinct from generic figure/name drawers and source-author labels.