Content Tools
jakehandy.com
MCP server for jakehandy.com that lists, fetches, and searches pages and provides full editorial posts from Jake on AI.
ENDPOINT 1
https://jakehandy.com/mcp
MCP server metadata
- Name
- com.jakehandy/mcp
- Version
- 1.0.0
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
get_editorialOne Jake on AI post in full as Markdown, with the passages readers and agents have reacted to appended.
Potential side effectslist_highlightsThe 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-onlyhighlight_passageReact 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-onlyreact_to_highlightGive a thumbs up (1) or down (-1) to a passage someone already highlighted, or withdraw your reaction (0).
Inferred read-onlyabout_jakeThe identity card behind this site: role, employer, projects, locations, contact, and every profile that is really his.
Inferred read-onlysite_guideThe 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.