Skip to main content
Glama
remotebrowser

Goodreads MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GETGATHER_URLNoHost URL for the service127.0.0.1:8000
GOODREADS_EMAILYesYour Goodreads account email
GOODREADS_PASSWORDYesYour Goodreads account password

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_booksB

Get books from Goodreads using configured credentials. Credentials should be set via environment variables GOODREADS_EMAIL, and GOODREADS_PASSWORD.

Returns: Dictionary containing profile_id and list of books

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'get_books' has a clearly defined purpose that cannot be confused with any other tool in the set.

Naming Consistency5/5

The single tool name follows a clear verb_noun pattern ('get_books'), and with only one tool, there is no inconsistency to evaluate. The naming convention is straightforward and appropriate for the function.

Tool Count2/5

A single tool is too few for a server named 'Goodreads MCP Server', which implies broader functionality for interacting with the Goodreads platform. The scope appears limited to retrieving books only, lacking operations like search, reviews, or user interactions, making the tool count insufficient for the expected domain.

Completeness2/5

The tool surface is severely incomplete for a Goodreads server. It only provides book retrieval, missing essential operations such as searching books, managing reviews, accessing user profiles, or handling shelves. This creates significant gaps that will likely cause agent failures when attempting typical Goodreads-related tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues