INDIVIDUAL MCP TOOL
reading_stats
Words read today, the all-time total, the daily goal, the current and best streak, and the last 42 days.
LIVE ENDPOINT
https://app.myflick.app/mcp
Connect to this endpoint to inspect the live schema for reading_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.flick]
url = "https://app.myflick.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flick": {
"type": "http",
"url": "https://app.myflick.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flick
Remote MCP URL: https://app.myflick.app/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": {
"flick": {
"url": "https://app.myflick.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flick": {
"type": "http",
"url": "https://app.myflick.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flick",
"transport": "streamable-http",
"url": "https://app.myflick.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
preview_timeline— Turn text into flick's paced reading timeline: for each token, the pivot letter (optimal recognition point) and a relative duration weight, plus how long the passage takes at a given words-per-minute.list_catalog— The public-domain works shipped with this flick server — title, author, language, length and a description.search_library— Full-text search across the caller's own books — titles and contents.get_book_text— The full text of one of the caller's books, as paragraphs.save_text— Add a passage to the caller's flick library so they can speed-read it later.import_url— Fetch a public URL and add the readable article — or the PDF/EPUB/text file behind it — to the caller's library.server_info— Edition (selfhost or hosted), version, public URL, and where the API documentation lives.