Content Tools
sourcelibrary.org
Enables searching books and passages by keyword, concept, or within a specific book.
ENDPOINT 1
https://sourcelibrary.org/api/mcp
MCP server metadata
- Name
- source-library
- Version
- 4.4.0
Known tools 13
search_translationsRETURNS QUOTABLE PASSAGES (page-level snippets + citation URLs), matched by KEYWORD/term.
Inferred read-onlysearch_conceptRETURNS QUOTABLE PASSAGES matched by MEANING (cosine similarity on Gemini embeddings, 768d) — paraphrases and adjacent phrasings match even with zero keyword overlap.
Inferred read-onlysearch_within_bookSEARCHES INSIDE ONE BOOK (requires book_id) — runs keyword AND scoped semantic search in parallel over that book's pages and merges them, so it handles both literal terms ("ouroboros") and conceptual queries ("the marriage of opposites").
Inferred read-onlylist_booksBROWSES/FILTERS THE CATALOG by metadata (author/title fragment, language, category, translation recency) — no content/topic matching.
Inferred read-onlysearch_imagesSearch 110,000+ historical illustrations, emblems, engravings, diagrams, AND 23,000+ artworks (paintings, prints, sculptures).
Inferred read-onlysubmit_feedbackSubmit feedback, bug reports, or feature requests to the Source Library team.
Inferred read-onlyshare_findingsShare a research dossier back to the Source Library team — a title, an optional summary, and an ordered list of citations (the passages your thesis rests on).
Inferred read-onlypropose_collectionPropose a themed collection of books to the Source Library team — a title, a rationale (why these books belong together and what thread connects them), and an ordered list of book ids.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.source-library]
url = "https://sourcelibrary.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"source-library": {
"type": "http",
"url": "https://sourcelibrary.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: source-library
Remote MCP URL: https://sourcelibrary.org/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"source-library": {
"url": "https://sourcelibrary.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"source-library": {
"type": "http",
"url": "https://sourcelibrary.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "source-library",
"transport": "streamable-http",
"url": "https://sourcelibrary.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.