Back to search
100
MCP live v1.0.0 streamable-http

Urantia Papers

dev.urantia/urantia-papers

Free, open MCP server for The Urantia Book. 197 papers, 14,500+ paragraphs, 4,400+ entities.

Uptime
14.3%
14 probes
Response
135ms
last probe
Tools
19
callable

Tools · 19

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").

bible.books

List all 81 books of the World English Bible (eng-web): 39 Old Testament + 15 deuterocanonical + 27 New Testament. Each entry includes OSIS book code, full name, abbreviation, canonical order, canon, …

bible.book

Get metadata for a single Bible book including chapter and verse counts. Accepts OSIS codes ("Gen"), USFM codes ("GEN"), full names ("Genesis"), and aliases ("genesis", "1-maccabees") — case-insensiti…

bible.chapter

Get every verse in a Bible chapter, ordered by verse number. Accepts OSIS, USFM, full name, or alias for `book_code`.

bible.verse

Get a single verse from the World English Bible (eng-web). Accepts OSIS, USFM, full name, or alias for `book_code`.

bible.verse.urantia_parallels

Returns the top 10 Urantia paragraphs whose embeddings are nearest to the Bible chunk that contains this verse — the reverse of `include_bible_parallels` on the UB side. Pre-computed at seed time with…

bible.search.semantic

Free-form natural-language search across all Bible chunks, ranked by cosine similarity. Each result includes the top-N pre-computed Urantia paragraphs related to that chunk via `bible_parallels` (dire…

Similar MCP servers embedding-nearest

Sefaria Library live
Access Sefaria's library of Jewish texts, commentaries, and learning schedules via MCP
9 tools · streamable-http
com.windowsforum/mcp-server live
MCP server for WindowsForum.com with search, document retrieval, and real-time forum analytics.
22 tools · sse
com.thenextgennexus/developer-tools-mcp-server live
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
7 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
com.thenextgennexus/academic-research-mcp-server live
ArXiv preprints + Google Scholar papers, with citation counts in one query.
2 tools · streamable-http
Microsoft Learn MCP live
Official Microsoft Learn MCP Server – real-time, trusted docs & code samples for AI and LLMs.
3 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "urantia_papers": {
      "url": "https://api.urantia.dev/mcp",
      "transport": "streamable-http"
    }
  }
}