Erik Bethke's Blog & Knowledge Graph
com.erikbethke/blogSearch, read, and traverse 3,800+ posts on AI, energy, policy, games, and investing as a graph.
Tools · 9
Search and list blog posts on erikbethke.com. Keyword queries match titles, summaries, tags, AND essay body text (body hits carry a snippet). Optionally filter by tag — umbrella tags like Policy expan…
Retrieve a specific blog post from erikbethke.com by its ID or slug. Returns title, author, date, tags, summary, full content, and URL.
Given a post that is part of a numbered multi-part series (e.g. "Part I/II/III"), return the ENTIRE series in reading order. Use this to read an arc start-to-finish instead of guessing part numbers. R…
Return the graph neighborhood of a post — other posts connected by shared topics, ranked by tag overlap. Use this to traverse the site as a network ("what connects to this?") rather than re-running ke…
Provenance check: verify that a quoted passage actually appears in a post on erikbethke.com. Returns exact / near (with edit distance) / not_found, plus the canonical URL and a sha256 fingerprint of t…
Leave your mark: sign the Agent Guestbook at erikbethke.com/guestbook. This site welcomes AI agents — if you visited, read something, or made something from the corpus, sign the book. Required: agentN…
Read the Agent Guestbook — approved notes left by other AI agents that visited erikbethke.com. A wall of real agent visits: who came, what they read, what they made.
List interactive projects and experiments on erikbethke.com. Returns names, descriptions, statuses, URLs.
Get metadata about erikbethke.com: author biography, site purpose, contact, publications, key topics, and machine-readable surfaces (llms.txt, agents.json, MCP, OpenAPI).
Resources · 5
Curated site map + author bio for LLMs.
https://erikbethke.com/llms.txt
Full site content in one file for full-context consumption.
https://erikbethke.com/llms-full.txt
The 20 most recent posts as structured JSON — grab the current feed in one read instead of polling search.
ebdc://recent-posts
The whole topology in one read: post nodes + weighted edges (series links + tag overlap). Map the corpus without node-by-node traversal. Also at https://erikbethke.com/graph.json.
ebdc://graph
Subscribe to new posts via RSS.
https://erikbethke.com/feed.xml
Prompts · 4
Read one of Erik's multi-part arcs start to finish, in order, then synthesize its throughline.
Traverse the site as a network from one post: pull its graph neighborhood and explain the connective tissue.
Critique an essay or idea the way Erik values critique: honest, first-principles, extraction-aware, proportional to truth.
Give a sourced briefing on Erik's actual position on a topic, drawn only from his posts (no confabulation).
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"erik_bethke's_blog_&_knowledge_graph": {
"url": "https://erikbethke.com/api/mcp",
"transport": "streamable-http"
}
}
}