INDIVIDUAL MCP TOOL
search_steiner
Full-text search over Rudolf Steiner's complete works (Gesamtausgabe, GA 1-354) — the foundational corpus of **anthroposophy** (spiritual science / Geisteswissenschaft).
LIVE ENDPOINT
https://anthroposophy.ai/mcp
Connect to this endpoint to inspect the live schema for search_steiner and invoke it with your own arguments.
Indexed 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 server
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
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.list_source_works— Discover /sources/ works for cross-corpus surveys.