Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Erik Bethke's Blog & Knowledge Graph

com.erikbethke/blog

Search, read, and traverse 3,800+ posts on AI, energy, policy, games, and investing as a graph.

Uptime
100.0%
1 direct probes · 30d
Response
1897ms
last probe
Tools
9
callable
Resources
5
readable
Prompts
4
available

Tools · 9

search_blog_posts

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…

get_blog_post

Retrieve a specific blog post from erikbethke.com by its ID or slug. Returns title, author, date, tags, summary, full content, and URL.

get_series

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…

get_related

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…

verify_quote

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…

sign_guestbook

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_guestbook

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_projects

List interactive projects and experiments on erikbethke.com. Returns names, descriptions, statuses, URLs.

get_site_info

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

llms.txt

Curated site map + author bio for LLMs.

https://erikbethke.com/llms.txt
llms-full.txt

Full site content in one file for full-context consumption.

https://erikbethke.com/llms-full.txt
Recent posts (live)

The 20 most recent posts as structured JSON — grab the current feed in one read instead of polling search.

ebdc://recent-posts
Knowledge graph (live)

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
RSS feed

Subscribe to new posts via RSS.

https://erikbethke.com/feed.xml

Prompts · 4

read_series

Read one of Erik's multi-part arcs start to finish, in order, then synthesize its throughline.

map_connections

Traverse the site as a network from one post: pull its graph neighborhood and explain the connective tissue.

critique_like_erik

Critique an essay or idea the way Erik values critique: honest, first-principles, extraction-aware, proportional to truth.

brief_me_on

Give a sourced briefing on Erik's actual position on a topic, drawn only from his posts (no confabulation).

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"
    }
  }
}