{"serverInfo":{"name":"most-recommended-books","title":"Most Recommended Books","version":"2.0.0"},"authentication":{"required":false},"tools":[{"name":"search_books","title":"Search books","description":"Search Most Recommended Books' human-curated catalog by book title or author name.","inputSchema":{"type":"object","properties":{"query":{"type":"string","minLength":2},"limit":{"type":"integer","minimum":1,"maximum":25,"default":6}},"required":["query"]},"annotations":{"readOnlyHint":true,"idempotentHint":true,"destructiveHint":false,"openWorldHint":false}},{"name":"get_person_recommendations","title":"Get a person's book recommendations","description":"Return every book a specific public figure has recommended, with verified quotes and original sources.","inputSchema":{"type":"object","properties":{"person":{"type":"string","minLength":2},"limit":{"type":"integer","minimum":1,"maximum":100,"default":20}},"required":["person"]},"annotations":{"readOnlyHint":true,"idempotentHint":true,"destructiveHint":false,"openWorldHint":false}},{"name":"get_book_recommenders","title":"Who recommends this book?","description":"Return every verified person who recommends a given book, with quotes and original source URLs.","inputSchema":{"type":"object","properties":{"title":{"type":"string","minLength":2}},"required":["title"]},"annotations":{"readOnlyHint":true,"idempotentHint":true,"destructiveHint":false,"openWorldHint":false}},{"name":"get_series_reading_order","title":"Get a series' reading order","description":"Return the complete publication-order book list for a book series.","inputSchema":{"type":"object","properties":{"series":{"type":"string","minLength":2}},"required":["series"]},"annotations":{"readOnlyHint":true,"idempotentHint":true,"destructiveHint":false,"openWorldHint":false}},{"name":"get_list","title":"Get a consensus best-books list","description":"Return one of MRB's consensus best-books lists, ranked by independent expert-source mentions.","inputSchema":{"type":"object","properties":{"list":{"type":"string","minLength":2},"limit":{"type":"integer","minimum":1,"maximum":100,"default":20}},"required":["list"]},"annotations":{"readOnlyHint":true,"idempotentHint":true,"destructiveHint":false,"openWorldHint":false}},{"name":"get_summary","title":"Get a book summary","description":"Return MRB's one-page summary of a book, optionally including complete chapter notes.","inputSchema":{"type":"object","properties":{"title":{"type":"string","minLength":2},"full_text":{"type":"boolean","default":false}},"required":["title"]},"annotations":{"readOnlyHint":true,"idempotentHint":true,"destructiveHint":false,"openWorldHint":false}}],"resources":[{"uri":"ui://widget/books-display.html","name":"books-display-widget","title":"Books Display Widget","description":"Interactive book cards display.","mimeType":"text/html;profile=mcp-app"}],"prompts":[]}