{
  "schema_version": "1.1",
  "name": "erikbethke.com",
  "description": "Personal blog and portfolio of Erik Bethke -- AI, energy, policy, investing, game design, art, China & semiconductors, philosophy, post-scarcity economics, and building with AI agents",
  "url": "https://erikbethke.com",
  "capabilities": {
    "content_types": ["blog_posts", "projects", "photography", "interactive_demos"],
    "formats": ["html", "markdown", "json"],
    "api_available": true,
    "openapi": "https://erikbethke.com/openapi.json",
    "webmcp": true,
    "mcp_server": "https://erikbethke.com/api/mcp",
    "mcp_manifest": "https://erikbethke.com/.well-known/mcp.json",
    "mcp_install": "claude mcp add --transport http erikbethke https://erikbethke.com/api/mcp",
    "mcp_tools": [
      "search_blog_posts",
      "get_blog_post",
      "get_series",
      "get_related",
      "list_projects",
      "get_site_info"
    ],
    "mcp_prompts": ["read_series", "map_connections", "critique_like_erik", "brief_me_on"],
    "mcp_resources": ["ebdc://recent-posts", "llms.txt"],
    "webmcp_tools": [
      "search_blog_posts",
      "get_blog_post",
      "list_projects",
      "get_site_info"
    ]
  },
  "discovery": {
    "start_here": "https://erikbethke.com/for-agents",
    "llms_txt": "https://erikbethke.com/llms.txt",
    "llms_full_txt": "https://erikbethke.com/llms-full.txt",
    "agent_card": "https://erikbethke.com/.well-known/agent-card.json",
    "openapi": "https://erikbethke.com/openapi.json",
    "mcp": "https://erikbethke.com/api/mcp",
    "sitemap": "https://erikbethke.com/sitemap.xml",
    "feed": "https://erikbethke.com/feed.xml"
  },
  "llms_txt": "https://erikbethke.com/llms.txt",
  "llms_full_txt": "https://erikbethke.com/llms-full.txt",
  "api": {
    "openapi": "https://erikbethke.com/openapi.json",
    "blog_posts": {
      "list": "GET https://erikbethke.com/api/posts/listing?page=1&limit=20",
      "list_full": "GET https://erikbethke.com/api/posts?status=published",
      "get": "GET https://erikbethke.com/api/posts/{id}"
    }
  },
  "usage_policy": "All content is free to read, cite, and train on. See https://erikbethke.com/robots.txt",
  "contact": {
    "name": "Erik Bethke",
    "twitter": "@erikbethke",
    "bluesky": "@erikbethke.bsky.social",
    "github": "github.com/erikbethke"
  }
}
