INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://myflick.app/mcp
Connect to this endpoint to inspect the live schema for preview_timeline and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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://myflick.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flick": {
"type": "http",
"url": "https://myflick.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flick
Remote MCP URL: https://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://myflick.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flick": {
"type": "http",
"url": "https://myflick.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flick",
"transport": "streamable-http",
"url": "https://myflick.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.reading_stats— Words read today, the all-time total, the daily goal, the current and best streak, and the last 42 days.server_info— Edition (selfhost or hosted), version, public URL, and where the API documentation lives.