Back to Browse

Catalog MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Search the Greenlit Books catalog: practical books on AI verification, agents, and governance.

About

Search the Greenlit Books catalog: practical books on AI verification, agents, and governance.

Remote endpoints: streamable-http: https://greenlitbooks.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

5 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-greenlitbooks-catalog": {
      "url": "https://greenlitbooks.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Greenlit Books MCP server

The Greenlit Books catalog as a remote MCP server: practical books on working with AI, held to one standard, every claim is something you can check. All titles are live on Amazon and free to read with Kindle Unlimited.

Tools

ToolWhat it does
search_greenlit_booksRanked full-text search over the catalog. Filters: series, audience, limit.
get_bookOne book in full: chapters, word count, free chapter one, Amazon Kindle and paperback links, prices, Kindle Unlimited status, related reading.
find_books_for_topicMatch a topic phrase (agent reliability, prompt injection, human in the loop, durable execution, ...) against the curated topic map.
get_reading_pathOne series with its books in reading order.
get_conceptThe named question a book answers, with its short answer and full explanation.

Connect

Claude Code

claude mcp add --transport http greenlit-books https://greenlitbooks.com/api/mcp

Claude Desktop / claude.ai: Settings > Connectors > Add custom connector, URL https://greenlitbooks.com/api/mcp.

Cursor / any client with JSON config

{
  "mcpServers": {
    "greenlit-books": {
      "url": "https://greenlitbooks.com/api/mcp"
    }
  }
}

Notes

  • Read-only. No accounts, no keys, no rate-limit registration.
  • The server is stateless; every response is derived from the live catalog.
  • Amazon links are clean /dp/ product URLs.
  • The catalog intentionally omits publication dates, page counts, and ISBNs: it carries no verified source for them, and nothing is invented.

This repository holds the server manifest and documentation. The server itself runs on greenlitbooks.com.

Reviews

No reviews yet

Be the first to review this server!