{
  "schema_version": "1.0",
  "name": "erikbethke.com",
  "description": "Personal blog and portfolio of Erik Bethke — veteran game industry CTO, aerospace engineer, writer on AI, energy, policy, investing, game design, and philosophy",
  "url": "https://erikbethke.com",
  "provider": {
    "organization": "Erik Bethke",
    "url": "https://erikbethke.com/about"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "interfaces": {
    "mcp": {
      "transport": "streamable-http",
      "url": "https://erikbethke.com/api/mcp",
      "authentication": "none",
      "install": "claude mcp add --transport http erikbethke https://erikbethke.com/api/mcp"
    },
    "openapi": "https://erikbethke.com/openapi.json",
    "llms_txt": "https://erikbethke.com/llms.txt",
    "discovery": "https://erikbethke.com/for-agents"
  },
  "skills": [
    {
      "id": "search_blog_posts",
      "name": "Search blog posts",
      "description": "Search and list blog posts by keyword or tag across AI, energy, policy, investing, game design, art, and China/semiconductors. Returns titles, dates, summaries, tags, and URLs.",
      "tags": ["blog", "search", "read-only"],
      "examples": [
        "Find Erik's posts about AI water usage",
        "List posts tagged China"
      ]
    },
    {
      "id": "get_blog_post",
      "name": "Get a blog post",
      "description": "Fetch the full content of a specific blog post by id or slug.",
      "tags": ["blog", "read-only"],
      "examples": ["Get the post 'Beauty Is the Reward'"]
    },
    {
      "id": "list_projects",
      "name": "List projects",
      "description": "List interactive projects and experiments on the site.",
      "tags": ["projects", "read-only"],
      "examples": ["What interactive demos does Erik have?"]
    },
    {
      "id": "get_site_info",
      "name": "Get site info",
      "description": "Author biography, topics, contact, publications, and machine-readable surfaces.",
      "tags": ["metadata", "read-only"],
      "examples": ["Who is Erik Bethke and how do I cite him?"]
    }
  ]
}
