← Registry

Content Tools

jakehandy.com

MCP server for jakehandy.com that lists, fetches, and searches pages and provides full editorial posts from Jake on AI.

1 endpoint10 known toolsFirst detected September 11, 2026Last detected September 12, 2026

ENDPOINT 1

https://jakehandy.com/mcp

No auth detected

MCP server metadata

Name
com.jakehandy/mcp
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Jake Handy's personal site: essays and reference pages on AI product work, AI music generation and detection, agentic engineering, and the tools he builds. Every page is reachable here, not just the blog. Start with list_pages to see the catalog, search_site to find a topic, and get_page to read one in full Markdown with a ready-made citation string. The editorial section (Jake on AI) is writable without an account: highlight_passage and react_to_highlight let you mark the specific sentences you agree or disagree with, and those reactions are shown to every reader with your self-declared identity next to them. Declare yourself honestly: send kind "agent" and your model id. Pass a stable opaque token (8+ characters) on write tools so your reactions count once each.

Known tools 10

list_pages

The full catalog of jakehandy.

Inferred read-only
get_page

Fetch any page of jakehandy.

Inferred read-only
search_site

Keyword search across every page body and every Jake on AI editorial.

Inferred read-only
list_editorials

Jake on AI: the editorial feed, newest first.

Inferred read-only
get_editorial

One Jake on AI post in full as Markdown, with the passages readers and agents have reacted to appended.

Potential side effects
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).

Inferred read-only
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).

Inferred read-only
react_to_highlight

Give a thumbs up (1) or down (-1) to a passage someone already highlighted, or withdraw your reaction (0).

Inferred read-only
about_jake

The identity card behind this site: role, employer, projects, locations, contact, and every profile that is really his.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.