目录 / Urantia Papers
Urantia Papers
A free, open MCP server for **The Urantia Papers** — 197 papers, 1,626 sections, 14,500+ paragraphs, 4,400+ entities. No authentication required. ## Tools (13) - `search` / `semantic_search` — full-text + vector similarity search across all paragraphs - `get_paragraph` / `get_paragraph_context` — look up by reference (auto-detects 3 ID formats), with optional surrounding context - `get_paper` / `get_paper_sections` / `get_table_of_contents` — paper-level navigation - `list_entities` / `get_entity` / `get_entity_paragraphs` — browse 4,400+ entities (beings, places, concepts, etc.) - `get_random_paragraph` — daily quotes, exploration - `get_audio` — paragraph-level TTS audio URLs ## Resources - `urantia://paper/{id}` — full paper rendered as markdown for RAG/summarization - `urantia://entity/{id}` — entity description with all paragraph references ## Prompts - `study_assistant` — primes the model as a Urantia Papers study guide (optional topic arg) - `comparative_theology` — structured comparison between Urantia teachings and another tradition ## Try it Ask Claude to compare what the Urantia Papers teaches about the soul with Stoic philosophy, or explain Paper 1 in plain language with paragraph citations. Backed by Postgres + pgvector with semantic search, deployed on Cloudflare Workers. MIT licensed; all content (audio, embeddings, AI-generated content) dedicated to the public domain via CC0.
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://urantia-papers.run.tools
{
"mcpServers": {
"Urantia Papers": {
"url": "https://urantia-papers.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| toc.get | Get the full table of contents of the Urantia Book. Returns all 4 parts and 197 papers with their titles. This is the best starting point to understand the book structure. |
| papers.list | List all 197 papers in the Urantia Book with their metadata (id, title, partId, labels). Use toc.get for a hierarchical view instead. |
| papers.get | Get a single paper with all its paragraphs. Paper IDs range from 0 (Foreword) to 196. Optionally include entity mentions. |
| papers.sections | Get all sections within a paper, ordered by section number. Useful for understanding paper structure before reading specific sections. |
| paragraphs.random | Get a random paragraph from the Urantia Book. Great for daily quotes, exploration, or discovering new passages. |
| paragraphs.get | Look up a specific paragraph by reference. Supports three formats: globalId ("1:2.0.1"), standardReferenceId ("2:0.1"), or paperSectionParagraphId ("2.0.1"). The format is auto-detected. |
| paragraphs.context | Get a paragraph with surrounding context (N paragraphs before and after within the same paper). Useful for understanding passages in context. |
| search.fulltext | Full-text search across all Urantia Book paragraphs. Supports three modes: "and" (all words must appear, default), "or" (any word), "phrase" (exact phrase). Results ranked by relevance. |
| search.semantic | Search the Urantia Book using semantic similarity (vector embeddings). Returns conceptually related results even without exact keyword matches. Requires OPENAI_API_KEY. |
| entities.list | Browse the entity catalog: beings, places, orders, races, religions, and concepts mentioned in the Urantia Book. Supports filtering by type and searching by name. |
| entities.get | Get detailed information about a specific entity by its slug ID. Returns name, type, aliases, description, related entities, and citation count. |
| entities.paragraphs | Get all paragraphs that mention a specific entity, ordered by position in the text. Useful for studying everything said about a particular being, place, or concept. |
| audio.get | Get the audio file URL for a specific paragraph. Accepts any paragraph reference format (globalId "1:2.0.1", standardReferenceId "2:0.1", or paperSectionParagraphId "2.0.1"). |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。