{
  "name": "benmilne-agent",
  "description": "AI agent interface for benmilne.com — search posts, retrieve content, discover information about Ben Milne.",
  "url": "https://benmilne.com",
  "provider": {
    "organization": "Ben Milne",
    "url": "https://benmilne.com"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportedInterfaces": [
    {
      "url": "https://benmilne.com/mcp",
      "protocol": "mcp",
      "description": "MCP streamable HTTP (JSON-RPC) — initialize, tools/list, tools/call for posts, search, taxonomies, and product metadata"
    },
    {
      "url": "https://benmilne.com/mcp/v1/posts",
      "protocol": "https",
      "description": "Read-only REST-shaped endpoints under /mcp/v1 for posts, search, categories, and tags"
    }
  ],
  "skills": [
    {
      "id": "search_posts",
      "name": "Search Posts",
      "description": "Search benmilne.com posts by keyword query",
      "tags": [
        "search",
        "content",
        "blog"
      ]
    },
    {
      "id": "get_post",
      "name": "Get Post",
      "description": "Retrieve a post by ID or slug with full content",
      "tags": [
        "content",
        "blog",
        "retrieve"
      ]
    },
    {
      "id": "list_posts",
      "name": "List Posts",
      "description": "List recent posts with pagination",
      "tags": [
        "content",
        "blog",
        "list"
      ]
    }
  ]
}