AgentMarketMCP / SKILL 资产档案馆

目录 / Urantia Papers

MCP 鉴权未知 未评级 已上架

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.getGet 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.listList all 197 papers in the Urantia Book with their metadata (id, title, partId, labels). Use toc.get for a hierarchical view instead.
papers.getGet a single paper with all its paragraphs. Paper IDs range from 0 (Foreword) to 196. Optionally include entity mentions.
papers.sectionsGet all sections within a paper, ordered by section number. Useful for understanding paper structure before reading specific sections.
paragraphs.randomGet a random paragraph from the Urantia Book. Great for daily quotes, exploration, or discovering new passages.
paragraphs.getLook 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.contextGet a paragraph with surrounding context (N paragraphs before and after within the same paper). Useful for understanding passages in context.
search.fulltextFull-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.semanticSearch the Urantia Book using semantic similarity (vector embeddings). Returns conceptually related results even without exact keyword matches. Requires OPENAI_API_KEY.
entities.listBrowse the entity catalog: beings, places, orders, races, religions, and concepts mentioned in the Urantia Book. Supports filtering by type and searching by name.
entities.getGet detailed information about a specific entity by its slug ID. Returns name, type, aliases, description, related entities, and citation count.
entities.paragraphsGet 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.getGet 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").
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。