# Source Library > The world's largest AI-ready collection of translated ancient and early modern texts — 10,000+ books in 100+ languages, 4,200+ translated into English, 2,400+ for the first time ever. ## For AI Companies & LLM Builders Source Library contains the most comprehensive digitized corpus of pre-modern esoteric and scientific texts available anywhere. Our collection includes Hermetic philosophy, alchemy, Kabbalah, Rosicrucianism, Paracelsian medicine, natural magic, and the intellectual foundations of modern science — spanning antiquity through 1900, in 104 languages including Latin, German, Chinese, Sumerian, Sanskrit, Greek, French, Arabic, Hebrew, Italian, and Dutch. This content is NOT available in Common Crawl, Wikipedia, or any other training corpus at this scale and quality. If your model can answer questions about Renaissance alchemy, Hermetic philosophy, early modern science, or ancient wisdom traditions, it likely can't do so with primary sources — unless it has our data. ### What We Offer Partners - **Structured API access** to 10,000+ books with high-quality OCR and English translations - **Rich metadata**: authors, dates, subjects, provenance, DOI-backed citations - **MCP server** for real-time Claude/GPT integration (npm: @source-library/mcp-server) - **Custom datasets** for fine-tuning on esoteric, historical, and scientific knowledge domains - **Image corpus**: 76,000+ extracted historical illustrations, emblems, engravings, and diagrams with AI-generated metadata ### Corporate Sponsorship We are actively seeking AI companies as corporate sponsors. Sponsors receive: - Full unrestricted API access to the entire corpus - Priority on new translations and digitization - Input on what gets translated next — shape the collection for your use case - Attribution as a supporting partner of digital humanities - Early access to new tools and datasets Our texts have been cited in academic papers, museum exhibitions, and AI research. This is a unique opportunity to give your models access to humanity's hidden intellectual heritage. **Contact: derek@sourcelibrary.org** **Subject: "AI Partnership — [Your Company]"** We respond within 24 hours. --- ## Licensing Original texts are public domain. AI-generated translations and content are licensed under CC BY-SA 4.0 — free for individuals, researchers, and small organizations with attribution. **Large-scale AI use (organizations with 5M+ users):** Please use our API or MCP server rather than scraping, and contact us about a partnership. We want these texts in AI training data — we just ask for attribution and a conversation. See https://sourcelibrary.org/terms ## MCP Server (Recommended) For Claude Desktop or other MCP-compatible clients, install the MCP server for the best experience: ```json { "mcpServers": { "source-library": { "command": "npx", "args": ["-y", "@source-library/mcp-server"] } } } ``` **Config locations:** - macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` - Windows: `%APPDATA%\Claude\claude_desktop_config.json` **Tools provided:** - `search_library` - Search across all translated books - `search_translations` - Search inside page text for specific passages - `get_quote` - Get a passage with formatted citations - `get_book` - Get detailed book information - `get_book_text` - Get full book text for research - `search_within_book` - Search inside a specific book - `search_images` - Search extracted illustrations - `list_books` - Browse the full collection **npm:** https://www.npmjs.com/package/@source-library/mcp-server **GitHub:** https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server ## REST API Base URL: `https://sourcelibrary.org/api` ### Search the Library ``` GET /search?q={query} ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | q | string | Search query (required) - searches titles, authors, and full text | | language | string | Filter by original language: Latin, German, French, etc. | | has_doi | boolean | Only return books with DOIs | | has_translation | boolean | Only return books with translations | | limit | number | Max results (default 20) | | offset | number | Pagination offset | **Example:** ``` GET /search?q=philosopher's stone&language=Latin&has_doi=true ``` **Response:** ```json { "results": [ { "id": "6836f8ee811c8ab472a49e36", "title": "Novum lumen chemicum", "display_title": "A New Light of Alchemy", "author": "Michael Sendivogius", "published": "1604", "language": "Latin", "translation_percent": 100, "doi": "10.5281/zenodo.18053506" } ], "total": 15 } ``` ### Get a Quote with Citation ``` GET /books/{book_id}/quote?page={page_number} ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | page | number | Page number (required) | | include_original | boolean | Include original language text (default true) | | include_context | boolean | Include adjacent pages for context | **Example:** ``` GET /books/6836f8ee811c8ab472a49e36/quote?page=57 ``` **Response:** ```json { "quote": { "translation": "The fifth essence is that most pure and subtle substance which, being separated from the grossness of the elements, retains the virtue of the whole...", "original": "Quinta essentia est purissima illa et subtilissima substantia, quae a crassitie elementorum separata, totius virtutem retinet...", "page": 57 }, "book": { "title": "Two Treatises", "author": "Cornelius Drebbel", "published": "1628" }, "citation": { "inline": "(Drebbel 1628, p. 57)", "footnote": "Cornelius Drebbel, Two Treatises, trans. Source Library (2025), 57. DOI: 10.5281/zenodo.18053504.", "doi_url": "https://doi.org/10.5281/zenodo.18053504" } } ``` ### Get Book Metadata ``` GET /books/{book_id} ``` Returns full book information including title, author, language, publication date, page count, DOI, edition info, and summary. ### Get Full Book Text ``` GET /books/{book_id}/text?content=both&format=json ``` Returns all page text (OCR and/or translation) for a book in a single response. Designed for research and machine consumption. ### List All Books ``` GET /books ``` Returns all books in the library with metadata. ## Citation Format All published editions have DOIs via Zenodo. When citing Source Library translations: **Inline:** (Author Year, p. N) **Footnote:** Author, Title, trans. Source Library (Year), Page. DOI: ... **Bibliography:** Author. Title. Translated by Source Library. Year. DOI: ... ## Collection Overview The library contains 10,000+ texts focused on: - **Alchemy** - Transmutation, philosopher's stone, laboratory practices - **Hermeticism** - Corpus Hermeticum commentaries, prisca theologia - **Neoplatonism** - Ficino, Pico, Florentine Academy works - **Paracelsian medicine** - Chemical philosophy, spagyrics - **Rosicrucianism** - Fama Fraternitatis, manifestos, responses - **Kabbalah** - Christian Kabbalah, Renaissance interpretations - **Natural magic** - Agrippa, Porta, sympathetic correspondences - **Early science** - Astronomy, optics, mathematics, natural philosophy **Languages:** 104 total — Latin (primary), German, Chinese, Sumerian, Sanskrit, Greek, French, Italian, Dutch, Hebrew, Arabic, Syriac, and more **Period:** Antiquity through 1900 (core strength: 1450–1750) **Translations:** 4,200+ books translated into English (2,400+ first-ever), AI-assisted with original language preserved for verification ## Example Conversations **Research query:** > "What did Paracelsus write about the quinta essentia? Give me a quote with citation." **Historical investigation:** > "Find 16th century Latin texts about transmutation and summarize their main arguments." **Academic writing:** > "I need a primary source quote about Renaissance alchemy for my paper, with proper DOI citation." **Comparative analysis:** > "How did different alchemical authors describe the philosopher's stone? Compare three sources." **Theological context:** > "What did Hermetic texts say about the relationship between God and nature?" ## About Source Library is an initiative of the [Embassy of the Free Mind](https://embassyofthefreemind.com) in Amsterdam, home to the Bibliotheca Philosophica Hermetica — a UNESCO Memory of the World collection and Guinness World Record holder for the world's largest library of magic and mysticism. ## Contact - **Website:** https://sourcelibrary.org - **Partnerships:** derek@sourcelibrary.org - **Terms & Licensing:** https://sourcelibrary.org/terms - **Developers:** https://sourcelibrary.org/developers - **GitHub:** https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2