← sansfiction.com
INDIVIDUAL MCP TOOL
log_reading_progress
Log reading progress and update reading stats.
LIVE ENDPOINT
https://sansfiction.com/api/mcp
Connect to this endpoint to inspect the live schema for log_reading_progress and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sansfiction-web-mcp]
url = "https://sansfiction.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sansfiction-web-mcp": {
"type": "http",
"url": "https://sansfiction.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sansfiction-web-mcp
Remote MCP URL: https://sansfiction.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sansfiction-web-mcp": {
"url": "https://sansfiction.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sansfiction-web-mcp": {
"type": "http",
"url": "https://sansfiction.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sansfiction-web-mcp",
"transport": "streamable-http",
"url": "https://sansfiction.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_books— Search for books in the public catalog.get_book_details— Get detailed metadata for a specific book.get_series_details— Get information about a book series and its volumes.list_my_books— List books in your personal library.update_book_status— Update a book's status in your library.add_book_to_library— Add a book to your library.remove_book_from_library— Remove a book from your library.update_book_rating— Update your rating for a book in your library.