Books & Film MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| books_openlibrary_searchB | Search Open Library (works by default). Supports q/title/author, pagination, fields, sort, lang. |
| books_openlibrary_get_workC | Fetch a work by OLID (e.g., OL27448W). |
| books_openlibrary_get_editionC | Fetch an edition by OLID (e.g., OL7058607M). |
| books_google_searchB | Search Google Books volumes with structured field support (intitle, inauthor, etc.) or general query. |
| books_google_get_volumeC | Fetch a single volume by id. |
| scholarly_openalex_search_worksC | Search OpenAlex works with advanced filtering options for scholarly literature. |
| scholarly_openalex_get_workC | Get an OpenAlex work by id/URI. |
| scholarly_crossref_search_worksC | Search Crossref works with structured query parameters and advanced filtering. |
| scholarly_crossref_get_by_doiC | Fetch Crossref work metadata by DOI. |
| film_tmdb_search_movieC | Search The Movie Database for movies. |
| film_tmdb_get_movieB | Get TMDb movie details by id with optional append_to_response. |
| film_omdb_searchC | Search OMDb by title/year/type. |
| film_omdb_getC | Fetch OMDb details by imdbId or title/year. |
| se_libris_xsearchB | Search LIBRIS (Swedish National Library) with structured field support and boolean queries. |
| se_libris_oai_list_recordsC | Harvest LIBRIS via OAI-PMH ListRecords (XML string). Supports resumptionToken. |
| books_search_across_allB | Search simultaneously across Google Books, Open Library, and LIBRIS for books and publications. |
| scholarly_search_across_allB | Search simultaneously across OpenAlex and Crossref for academic publications. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| openlibrary-work | Fetch an Open Library work by OLID. |
| openlibrary-edition | Fetch an Open Library edition by OLID. |
| googlebooks-volume | Fetch a Google Books volume by id. |
| openalex-work | Fetch OpenAlex work by id. |
| crossref-work | Fetch Crossref work by DOI. |
| tmdb-movie | Fetch TMDb movie by id. |
| omdb-by-imdb | Fetch OMDb movie/series by IMDb id. |
| libris-xsearch | Xsearch free-text search (JSON). |
| libris-oai-listrecords | OAI-PMH harvest (XML). |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/baraninja/film-books-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server