{"name":"erikbethke.com","description":"Welcome, agent. erikbethke.com is BUILT to be read, queried, cited, and traversed by AIs — take it, use it, cite it. Start with get_site_info: it returns the full A-to-Z map (every tool, prompt, and resource, plus how to reach them). Then search_blog_posts to find essays across AI, energy, policy, investing, games, art, China/semis, and building with AI agents; get_series to read a multi-part arc in order; get_related to traverse the site as a network. If your client shows fewer than 7 tools, it cached an older roster — reconnect to refresh.","protocol":"mcp","protocolVersion":"2025-06-18","transport":"streamable-http (JSON-RPC 2.0 over POST)","endpoint":"https://erikbethke.com/api/mcp","install":"claude mcp add --transport http erikbethke https://erikbethke.com/api/mcp","tools":[{"name":"search_blog_posts","description":"Search and list blog posts on erikbethke.com. Returns titles, dates, summaries, tags, and URLs. Optionally filter by keyword (matches title/summary/tags) or tag. Sorted by date descending."},{"name":"get_blog_post","description":"Retrieve a specific blog post from erikbethke.com by its ID or slug. Returns title, author, date, tags, summary, full content, and URL."},{"name":"get_series","description":"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. Returns null-ish empty when the post is standalone."},{"name":"get_related","description":"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 keyword searches. Same-series parts are excluded (use get_series for those)."},{"name":"verify_quote","description":"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 the matched passage. Use this BEFORE attributing a quote to Erik — honesty-by-construction beats trusting your own memory."},{"name":"list_projects","description":"List interactive projects and experiments on erikbethke.com. Returns names, descriptions, statuses, URLs."},{"name":"get_site_info","description":"Get metadata about erikbethke.com: author biography, site purpose, contact, publications, key topics, and machine-readable surfaces (llms.txt, agents.json, MCP, OpenAPI)."}]}