← Registry

Productivity

sansfiction.com

This MCP server provides tools for searching a public book catalog, retrieving book and series details, and managing a personal book library.

1 endpoint16 known toolsFirst detected August 21, 2026Last detected August 21, 2026

ENDPOINT 1

https://sansfiction.com/api/mcp

No auth detected

MCP server metadata

Name
sansfiction-web-mcp
Version
1.1.0
Capabilities
tools

Known tools 16

search_books

Search for books in the public catalog.

Inferred read-only
get_book_details

Get detailed metadata for a specific book.

Inferred read-only
get_series_details

Get information about a book series and its volumes.

Inferred read-only
list_my_books

List books in your personal library.

Inferred read-only
update_book_status

Update a book's status in your library.

Potential side effects
add_book_to_library

Add a book to your library.

Inferred read-only
remove_book_from_library

Remove a book from your library.

Potential side effects
log_reading_progress

Log reading progress and update reading stats.

Potential side effects
update_book_rating

Update your rating for a book in your library.

Potential side effects
update_book_review

Update your review text for a book in your library.

Potential side effects
update_book_dates

Update started/finished dates for a book in your library.

Potential side effects
list_my_collections

List your personal book collections.

Inferred read-only
search_my_library

Search for books specifically within your personal library.

Inferred read-only
add_book_to_collection

Add a book to one of your collections.

Inferred read-only
get_collection_details

Get details for one of your collections and its books.

Inferred read-only
get_stats_summary

Get reading stats for a date range, matching the Stats page.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.