This is the MCP server for hjalli.com. An AI agent connected to this endpoint gets direct access to every essay on the site - can search them, list them, and pull the full text of any single post.
You landed here because you opened https://hjalli.com/mcp in a browser. AI agents see a JSON-RPC endpoint at the same URL.
Connect to Claude
Add this URL in Claude.ai's Connectors settings:
https://hjalli.com/mcp
That's all - no authentication, read-only access.
For Claude Desktop, add this entry to claude_desktop_config.json:
{
"mcpServers": {
"hjalli-com": {
"type": "http",
"url": "https://hjalli.com/mcp"
}
}
}
Tools
- search_posts
- Semantic search across all posts. Returns top 5 matches with excerpts and URLs; optional date range filter.
- list_posts
- List of posts, filterable by tag, language (
en/is), and date range. - get_post
- Full text of a single post by slug (e.g.
spreadsheets-ran-the-world).