← blanklob.com
INDIVIDUAL MCP TOOL
view_shelf
View the shelf: books, films, anime, and sports, grouped into sections, the way the page shows them.
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 endpoint
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.blanklob-com]
url = "https://blanklob.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"blanklob-com": {
"type": "http",
"url": "https://blanklob.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: blanklob-com
Remote MCP URL: https://blanklob.com/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": {
"blanklob-com": {
"url": "https://blanklob.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"blanklob-com": {
"type": "http",
"url": "https://blanklob.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "blanklob-com",
"transport": "streamable-http",
"url": "https://blanklob.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_pieces— List pieces (thoughts, notes, experiments), newest first.list_topics— List the topics that pieces are categorized under.get_piece— Read the full markdown content of one piece by its slug.search— Search pieces by keyword (title, topic, or text).fetch— Fetch the full content of one piece by id (its slug).subscribe— Subscribe an email to be notified of new pieces.leave— Remove an email from the list (leave).send_message— Send Youness a private message (name, email, subject, body).