{
  "name": "Siftivo",
  "description": "Book discovery and a reader's library, callable by agents",
  "endpoint": "https://api.siftivo.com/mcp",
  "transport": "streamable-http",
  "authorization": {
    "protected_resource_metadata": "https://api.siftivo.com/.well-known/oauth-protected-resource/mcp"
  },
  "tools": [
    "search_books",
    "get_book",
    "what_to_read_next",
    "get_author",
    "get_series",
    "get_reading_index",
    "recommend_from_titles",
    "get_my_library",
    "add_to_library"
  ],
  "openapi": "https://api.siftivo.com/openapi.json",
  "documentation": "https://siftivo.com/blog/siftivo-for-agents/"
}