Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Most Recommended Books

com.mostrecommendedbooks/books

Read-only MCP server for verified book recommendations and reading lists.

Uptime
100.0%
1 direct probes · 30d
Response
771ms
last probe
Tools
6
callable
Resources
1
readable
Prompts
0
available

Tools · 6

search_books

Search Most Recommended Books' human-curated catalog by book title or author name. Returns ranked matches with author, publication year, how many verified people recommend each book, the top recommend…

get_person_recommendations

Return every book a specific person (entrepreneur, investor, author, celebrity…) has recommended, with their verified quote about each book and a link to the original source (interview, podcast, post)…

get_book_recommenders

Return every verified person who recommends a given book, each with their quote about it and a link to the original source. This is MRB's signature dataset — use it when a user asks 'who recommends Sa…

get_series_reading_order

Return the complete publication-order book list for a book series — the order the author released them, including novellas and companion volumes where cataloged. Use this when a user asks 'what order …

get_list

Return one of MRB's 1,300+ consensus 'best books' lists for a topic (startups, stoicism, finance, sci-fi…). Every book on a list was recommended by at least two independent expert sources and is ranke…

get_summary

Return MRB's one-page summary of a book: the overview plus chapter-by-chapter notes (~435 titles available). Use this when a user asks 'summarize Atomic Habits', 'what is Sapiens about?', or wants the…

Resources · 1

books-display-widget

Interactive book cards display

ui://widget/books-display-v2.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "most_recommended_books": {
      "url": "https://mostrecommendedbooks.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}