# Catalo.ai - Book Discovery

## Find Books You'll Actually Finish

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add catalo-ai/catalo

# Browse available tools
npx -y @smithery/cli@latest tool list catalo-ai/catalo

# Get full schema for a tool
npx -y @smithery/cli@latest tool get catalo-ai/catalo explore_books

# Call a tool
npx -y @smithery/cli@latest tool call catalo-ai/catalo explore_books '{}'
```

## Direct MCP Connection

Endpoint: `https://catalo-ai.run.tools`

## Tools (5)

- `explore_books` — Search and filter fiction books.
- `get_book_details` — Get full details for up to 20 books (as returned by explore_books).
- `list_bookmarked_books` — List the current user's bookmarked books filtered by bookmark state. Use this tool when the user asks about their readi…
- `list_filters` — List all available book filter identifiers and their valid values for use with the filters argument of explore_books.
- `save_bookmark` — Save or update a bookmark for a book. Optionally include a personal note (max 140 characters).

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get catalo-ai/catalo <tool-name>
```
