data
Open Library MCP, CLI, and Lua Integration for AI Agents
Open Library integration docs for AI agents: MCP gateway setup, Open Library CLI commands, Lua API reference, credentials, and function schemas.Open Library for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
open-library.open_library_search_books | Read read | 0 | Search books and works. |
open-library.open_library_search_authors | Read read | 0 | Search authors. |
open-library.open_library_work | Read read | 0 | Get one work by ID. |
open-library.open_library_work_editions | Read read | 0 | List editions for a work. |
open-library.open_library_work_ratings | Read read | 0 | Get work ratings. |
open-library.open_library_work_bookshelves | Read read | 0 | Get work bookshelf counts. |
open-library.open_library_edition | Read read | 0 | Get one edition by ID. |
open-library.open_library_isbn | Read read | 0 | Get an edition by ISBN. |
open-library.open_library_books | Read read | 0 | Look up books by ISBN, LCCN, OCLC, or OLID bibkeys. |
open-library.open_library_author | Read read | 0 | Get one author by ID. |
open-library.open_library_author_works | Read read | 0 | List works by an author. |
open-library.open_library_subject | Read read | 0 | List works for a subject. |
open-library.open_library_recent_changes | Read read | 0 | List recent Open Library changes. |
open-library.open_library_cover_url | Read read | 0 | Build a cover image URL. |