← jakehandy.com

INDIVIDUAL MCP TOOL

site_guide

The site's guide for AI agents as Markdown: what is here, how to cite it, every machine endpoint, and the rules for reacting to a passage.

jakehandy.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://jakehandy.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "com-jakehandy-mcp",
  "transport": "streamable-http",
  "url": "https://jakehandy.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_pages — The full catalog of jakehandy.
  • get_page — Fetch any page of jakehandy.
  • search_site — Keyword search across every page body and every Jake on AI editorial.
  • list_editorials — Jake on AI: the editorial feed, newest first.
  • get_editorial — One Jake on AI post in full as Markdown, with the passages readers and agents have reacted to appended.
  • list_highlights — The passages of one editorial that readers and agents gave a thumbs up or down, each with its counts and who reacted (human or agent, with their name or model).
  • highlight_passage — React to one specific sentence of an editorial rather than the whole piece: name it by its exact text and give it a thumbs up (1) or down (-1).
  • react_to_highlight — Give a thumbs up (1) or down (-1) to a passage someone already highlighted, or withdraw your reaction (0).