← anthroposophy.ai

INDIVIDUAL MCP TOOL

verify_claim

Re-run a registered claim LIVE: every anchored leg is checked two ways — content-hash (was the registered quote itself altered?) and re-fetch against the serving corpora (does the text still carry the anchor verbatim?).

anthroposophy.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://anthroposophy.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_claim and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

anthroposophy.ai

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.anthroposophy-ai]
url = "https://anthroposophy.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anthroposophy-ai": {
      "type": "http",
      "url": "https://anthroposophy.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "anthroposophy-ai",
  "transport": "streamable-http",
  "url": "https://anthroposophy.ai/mcp"
}
MCP Inspector

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

Related tools

  • search_steiner — Full-text search over Rudolf Steiner's complete works (Gesamtausgabe, GA 1-354) — the foundational corpus of **anthroposophy** (spiritual science / Geisteswissenschaft).
  • verify_locus — Verify that a GA volume, lecture, or passage locus exists in the corpus.
  • fetch_passage — Fetch a single passage's verbatim text with full provenance.
  • fetch_parallel — Fetch the SAME passage across multiple language versions AND/OR translation editions for side-by-side comparison.
  • verify_quote — Verify that a QUOTATION matches the corpus — the served form of the byte-for-byte quotation discipline.
  • search_sources — Full-text search over /sources/ — Sacred, Inspired and Foundational Texts.
  • fetch_source_chapter — Fetch verbatim chapter text from /sources/ with full provenance.
  • fetch_source_summary — Fetch the FMC-curatorial summary block for a /sources/ chapter or work.