← blanklob.com

INDIVIDUAL MCP TOOL

about

Read the About page.

blanklob.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://blanklob.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for about 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

blanklob.com

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]
url = "https://blanklob.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "blanklob": {
      "type": "http",
      "url": "https://blanklob.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: blanklob
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": {
      "url": "https://blanklob.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "blanklob": {
      "type": "http",
      "url": "https://blanklob.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "blanklob",
  "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 (life, experience, build), 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.
  • view_shelf — View the shelf: books, films, anime, sports, and trips, grouped into sections, the way the page shows them.
  • view_videos — View the videos on the watch page, the way the page shows them.
  • 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.