Skip to main content
Glama
277,458 tools. Last updated 2026-07-09 09:17

"namespace:io.github.maxi-moss" matching MCP tools:

  • 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 key ideas without reading the book. Set full_text=true only when the user explicitly wants the complete chapter notes — they can be very long.
    Connector
  • Create a Korea payment link in KRW via Toss Payments (토스페이먼츠), a major Korean payment gateway. Methods: card (카드 — the checkout window also shows easy-pay wallets like KakaoPay 카카오페이 / NaverPay 네이버페이 / Toss Pay when enabled on the merchant contract), virtual_account (가상계좌), transfer (계좌이체 instant bank transfer), mobile_phone (휴대폰 carrier billing). Returns a hosted checkout URL the buyer opens. IMPORTANT Toss flow: after the buyer authenticates in the checkout window, you MUST call confirm_payment within 10 minutes to complete the payment (poll query_payment_status; when status is IN_PROGRESS, confirm). Bring your own Toss Payments secret key via the x-toss-secret-key header (free test keys from developers.tosspayments.com; test_sk_/test_gsk_ keys never move real money). Money always flows buyer→Toss Payments→merchant; this service never touches funds.
    Connector
  • 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 recommenders, a sourced quote, and a buy link. Use this when a user asks about a specific book, an author's books, or wants recommendations matching a title they half-remember. For 'who recommends X?' prefer get_book_recommenders; for 'what does person X recommend?' prefer get_person_recommendations.
    Connector
  • 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). Use this when a user asks 'what books does Naval Ravikant recommend?', 'Tim Ferriss's favorite books', or wants reading habits of a specific public figure. Accepts a name ('Naval Ravikant') or MRB slug ('naval-ravikant').
    Connector
  • 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 do I read John Grisham?', 'Harry Potter books in order', or how many books a series has. Accepts a series or author name ('Jack Reacher', 'Brandon Sanderson').
    Connector
  • 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 ranked by how many sources mention it. Use this when a user asks for 'the best X books' and you want a ranking backed by multiple experts rather than one opinion. Accepts a topic name ('startup', 'personal finance') or MRB list slug.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

  • Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.

  • Check the status of a Korea payment (created by create_payment_link). Fetches the payment from Toss Payments directly — a reliable pull-based alternative to webhooks. Statuses: READY (buyer has not finished), IN_PROGRESS (buyer authenticated — call confirm_payment within 10 minutes!), WAITING_FOR_DEPOSIT (virtual account issued, awaiting deposit), DONE (paid), CANCELED / PARTIAL_CANCELED / ABORTED / EXPIRED.
    Connector
  • Complete (approve) a Korea payment after the buyer authenticated in the Toss Payments checkout window. Required final step of the Toss flow: call this within 10 minutes of the buyer finishing (status IN_PROGRESS), passing the same payment_key, order_id and amount used at creation — the amount match is a built-in tamper check. On success status becomes DONE (or WAITING_FOR_DEPOSIT for virtual accounts until the buyer deposits).
    Connector
  • Compute the molar mass (g/mol) of a chemical compound from its formula. Parses standard notation with element symbols, subscripts, nested parentheses, and hydrate dots. Returns the total molar mass and a per-element breakdown.
    Connector
  • 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 Sapiens?', 'is Zero to One worth reading?', or wants social proof / expert opinions on a specific title. Accepts a title ('Sapiens') or author+title for disambiguation.
    Connector
  • Auto-generate P&L statements from revenue and expense data. (Browser-based tool)
    Connector