{"name":"com.siftivo/siftivo","slug":"siftivo","title":null,"description":"Search books, authors and series, get recommendations, and manage your own reading shelves.","url":"https://mcp.market/server/siftivo","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"search","tags":["search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:51:19.750Z","last_ok_at":"2026-09-20T20:51:19.750Z","latency_ms":1074},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/btg5679/siftivo","website":"https://siftivo.com/blog/siftivo-for-agents/","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://api.siftivo.com/mcp"}],"packages":[],"tools":[{"name":"add_to_library","description":"Put a book on one of the signed-in reader's shelves, move it to a different shelf, rate it, or record how far through it they are. Pass a workId from search_books, get_book, or recommend_from_titles. \"Finished it, four stars\" is one call with readingStatus FINISHED and rating 4.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workId":{"type":"string","minLength":1},"readingStatus":{"type":"string","enum":["NOT_STARTED","READING","FINISHED","DNF"],"default":"NOT_STARTED"},"rating":{"type":"integer","minimum":1,"maximum":5,"description":"Whole stars, 1 to 5"},"progress":{"type":"integer","minimum":0,"maximum":100,"description":"Percent read, 0 to 100"},"notes":{"type":"string","maxLength":2000,"description":"The reader's own note on the book, private to them"}},"required":["workId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_author","description":"An author, their biography, and the works Siftivo holds for them. Accepts an author id or slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_book","description":"Full detail for one book: synopsis, authors, series position, genres, and its page on siftivo.com. Accepts a work id, an edition id, or a slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"description":"A Siftivo work id, edition id, or URL slug"}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_my_book","description":"Whether the signed-in reader has this book on a shelf, and if so which shelf, their rating and how far through they are. Answers \"have I read this?\" without pulling the whole library.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workId":{"type":"string","minLength":1}},"required":["workId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_my_library","description":"The signed-in reader's own Siftivo library: what they want to read, are reading, finished, or set down, with their ratings.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"status":{"type":"string","enum":["NOT_STARTED","READING","FINISHED","DNF"],"description":"Filter to one shelf. Omit for the whole library."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_reading_index","description":"The weekly Siftivo Reading Index: the fiction and nonfiction books moving most in cultural circulation this week, ranked.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"week":{"type":"string","pattern":"^\\d{4}-\\d{2}-\\d{2}$","description":"Edition week, YYYY-MM-DD. Omit for the current edition."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_series","description":"A series and its works in reading order. Accepts a series id or slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1}},"required":["id"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"recommend_from_description","description":"Describe what someone is in the mood for, in their own words, and get books that match. Use this for a theme, subject or feeling (\"books about grief\", \"cozy mysteries set in Cornwall\"). Use search_books instead when you already know the title or author.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"description":{"type":"string","minLength":1,"maxLength":300,"description":"What the reader is after, in plain language"},"limit":{"type":"integer","minimum":1,"maximum":10,"default":5},"isFiction":{"type":"boolean"}},"required":["description"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"recommend_from_titles","description":"Give Siftivo a few books someone liked, by title, and get books like them. Titles are resolved against the catalog first; anything that does not resolve is reported back rather than guessed at.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"titles":{"type":"array","items":{"type":"string","minLength":1},"minItems":1,"maxItems":10,"description":"Book titles, optionally \"Title by Author\""},"limit":{"type":"integer","minimum":1,"maximum":10,"default":5},"isFiction":{"type":"boolean"}},"required":["titles"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"remove_from_library","description":"Take a book off the signed-in reader's shelves entirely, discarding their rating and progress for it. To move it to a different shelf instead, call add_to_library with a new readingStatus.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workId":{"type":"string","minLength":1}},"required":["workId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_books","description":"Keyword search over the Siftivo book catalog. Matches titles, authors, and descriptions. Returns works with the ids other Siftivo tools accept.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":200,"description":"Words to search for"},"limit":{"type":"integer","minimum":1,"maximum":20,"default":10},"isFiction":{"type":"boolean","description":"Restrict to fiction (true) or nonfiction (false)"}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"what_to_read_next","description":"Given one book, what to read after it: the next books in its series, more by the same author, and books that read like it. This is the same set the book page on siftivo.com shows.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workId":{"type":"string","minLength":1,"description":"A workId from search_books, get_book, or a URL slug"}},"required":["workId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T00:24:14.737Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:24:14.711Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 741ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 2 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["repository not readable: repo not found"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://api.siftivo.com/mcp","reachable":true,"authRequired":false,"latencyMs":741,"serverInfo":{"name":"siftivo","version":"0.1.0"}}],"packages":[],"repo":{"found":false,"owner":"btg5679","repo":"siftivo","error":"repo not found"},"icon":{"url":"https://siftivo.com/favicon.ico","source":"site","width":256,"height":256},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}