← Back to search
75
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 ai-plugin missing +15 structured API
education llms-txtai-pluginopenapiapiai-friendly

Agentic Signals

📄
Found
🤖
Found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 75/100

            

llms.txt Content

# SansFiction > SansFiction is a digital sanctuary for discovering books, organizing collections, and tracking reading. SansFiction provides a catalog of more than 10,000 books with metadata such as editions, page counts, and publishers. It supports search by title, author, ISBN, and series, as well as user collections, reading journals, reviews, and library management. Public book and collection data may be used for discovery. User libraries are private unless their owners explicitly share them. Book pages use `/book/[id]`, collection pages use `/collections/[id]`, public profiles use `/u/[username]`, and search uses `/discover?q={query}`. ## Primary resources - [SansFiction](https://sansfiction.com/): Browse the book discovery and collection platform. - [Discover books](https://sansfiction.com/discover): Search the catalog by title, author, ISBN, or series. - [Model Context Protocol endpoint](https://sansfiction.com/api/mcp): Connect an MCP client for authenticated read and write access. ## Curated collections - [NPR Top 100 Science Fiction Fantasy](https://sansfiction.com/collections/npr-top-100-science-fiction-fantasy): NPR's selection of notable science fiction and fantasy. - [100 New York Times Best Books of the 21st Century](https://sansfiction.com/collections/100-new-york-times-best-books-of-the-21st-century): A collection based on The New York Times list. - [The Esquire 75 Best Sci-Fi Books of All Time](https://sansfiction.com/collections/the-esquire-75-best-sci-fi-books-of-all-time): Esquire's science-fiction recommendations. - [The 31 Best Fantasy Books Everyone Should Read](https://sansfiction.com/collections/the-31-best-fantasy-books-everyone-should-read): A curated fantasy reading list. - [NPR's Top 100 Science-Fiction and Fantasy Books of All Time](https://sansfiction.com/collections/nprs-top-100-science-fiction-and-fantasy-books-of-all-time): A collection of NPR reader favorites. - [Letters Across Time: Stories Told in Letters](https://sansfi

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "SansFiction Public API", "version": "1.0.0", "description": "Public catalog discovery and MCP entrypoints for SansFiction." }, "servers": [ { "url": "https://sansfiction.com" } ], "paths": { "/api/health": { "get": { "summary": "Health check", "responses": { "200": { "description": "Service is available" } } } }, "/api/catalog/search": {