Skip to main content
Glama
baraninja

Books & Film MCP Server

by baraninja

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
openlibrary-workFetch an Open Library work by OLID.
openlibrary-editionFetch an Open Library edition by OLID.
googlebooks-volumeFetch a Google Books volume by id.
openalex-workFetch OpenAlex work by id.
crossref-workFetch Crossref work by DOI.
tmdb-movieFetch TMDb movie by id.
omdb-by-imdbFetch OMDb movie/series by IMDb id.
libris-xsearchXsearch free-text search (JSON).
libris-oai-listrecordsOAI-PMH harvest (XML).

Latest Blog Posts

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