{
  "specVersion": "1.0",
  "host": {
    "displayName": "Umesh Malik",
    "documentationUrl": "https://umesh-malik.com/llms.txt",
    "logoUrl": "https://umesh-malik.com/logo.svg"
  },
  "entries": [
    {
      "identifier": "urn:air:umesh-malik.com:mcp:blog-server",
      "displayName": "Umesh Malik MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://umesh-malik.com/.well-known/mcp/server-card.json",
      "description": "Search blog posts, fetch a post as Markdown, list topic hubs, and read the author profile via MCP JSON-RPC.",
      "tags": [
        "blog",
        "search",
        "content",
        "profile"
      ],
      "capabilities": [
        "search_posts",
        "get_post",
        "list_topics",
        "get_profile"
      ],
      "representativeQueries": [
        "Find blog posts about AI agents on umesh-malik.com",
        "Get Umesh Malik's professional profile"
      ]
    },
    {
      "identifier": "urn:air:umesh-malik.com:a2a:portfolio-agent",
      "displayName": "Umesh Malik Agent (A2A)",
      "type": "application/a2a-agent-card+json",
      "url": "https://umesh-malik.com/.well-known/agent-card.json",
      "description": "A2A Agent Card describing the same blog/profile capabilities for agent-to-agent discovery.",
      "tags": [
        "blog",
        "a2a",
        "profile"
      ],
      "capabilities": [
        "search_posts",
        "get_post",
        "list_topics",
        "get_profile"
      ]
    }
  ]
}