Content Tools
urantia.dev
Provides access to the Urantia Book's contents including papers, sections, and random paragraphs.
ENDPOINT 1
https://api.urantia.dev/mcp
Known tools 19
toc.getGet the full table of contents of the Urantia Book.
papers.listList all 197 papers in the Urantia Book with their metadata (id, title, partId, labels).
papers.getGet a single paper with all its paragraphs.
papers.sectionsGet all sections within a paper, ordered by section number.
paragraphs.randomGet a random paragraph from the Urantia Book.
paragraphs.getLook up a specific paragraph by reference.
paragraphs.contextGet a paragraph with surrounding context (N paragraphs before and after within the same paper).
search.fulltextFull-text search across all Urantia Book paragraphs.
search.semanticSearch the Urantia Book using semantic similarity (vector embeddings).
entities.listBrowse the entity catalog: beings, places, orders, races, religions, and concepts mentioned in the Urantia Book.
entities.getGet detailed information about a specific entity by its slug ID.
entities.paragraphsGet all paragraphs that mention a specific entity, ordered by position in the text.
audio.getGet the audio file URL for a specific paragraph.
bible.booksList all 81 books of the World English Bible (eng-web): 39 Old Testament + 15 deuterocanonical + 27 New Testament.
bible.bookGet metadata for a single Bible book including chapter and verse counts.
bible.chapterGet every verse in a Bible chapter, ordered by verse number.
bible.verseGet a single verse from the World English Bible (eng-web).
bible.verse.urantia_parallelsReturns 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.
bible.search.semanticFree-form natural-language search across all Bible chunks, ranked by cosine similarity.