mcpserver.lol
registry/openlibrary-mcp-server
Connection check verified live · 27h ago

openlibrary-mcp-server

Search books and authors, fetch editions, browse subjects, and resolve cover images.

Tools 10
GitHub stars 3
Installs / wk 323
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

10 tools

Read from the running server on 27h ago.

openlibrary_get_author read-only author_id*
Fetch author detail by Open Library Author ID (OL…A). Returns bio, birth/death dates, photo IDs, and linked identifiers from Wikidata, VIAF, ISNI, Goodreads, and LibraryThing. Use…
openlibrary_get_author_works read-only limitoffsetauthor_id*
List works by an author. Returns titles, cover IDs, and work OLIDs for drilling into editions or details. Use openlibrary_get_author for author bio and details, or openlibrary_get_…
openlibrary_get_cover_url read-only sizetargetid_type*identifier*
Resolve a cover image URL for a book or author photo. Returns a direct HTTPS URL in the requested size (S/M/L). The Covers API always returns HTTP 200 — missing covers return a 1×1…
openlibrary_get_edition read-only id_type*identifiers*
Resolve one or more editions by identifier: ISBN-10, ISBN-13, OCLC, LCCN, or Open Library Edition ID (OL…M). Every identifier in a call shares one id_type — pass id_type "isbn" for…
openlibrary_get_editions read-only limitoffsetwork_id*
List editions of a work — different publishers, languages, formats, and print runs. Returns ISBNs, publisher, language, page count, and edition OLIDs. Use after openlibrary_get_wor…
openlibrary_get_subject read-only limitoffsetsubject*
Browse works by subject. Returns matching works with edition counts and cover IDs, plus the total work count for the subject. Case and spacing are normalized before lookup, so "Sci…
openlibrary_get_work read-only work_id*
Fetch a work by Open Library Work ID (OL…W). Returns title, description, subjects, cover IDs, and linked author IDs for follow-up lookups. Works represent the abstract book concept…
openlibrary_search_authors read-only limitquery*offset
Search Open Library authors by name. Returns Open Library Author IDs, names, birth/death dates, top works, and subject associations. Use author IDs for openlibrary_get_author (bio,…
openlibrary_search_books read-only isbnsortlimitquerytitleauthor +5
Full-text book search across Open Library works. Supports field filters (title, author, subject, publisher, ISBN, language) and returns work-level records with edition counts, cove…
openlibrary_search_inside read-only limitquery*offset
Search the full text of books scanned by the Internet Archive — the "which book contains this passage?" lookup that the metadata tools cannot answer. Quote a phrase for an exact-ph…