{
  "specVersion": "1.0",
  "host": {
    "displayName": "Takumi Abe / ta93abe",
    "documentationUrl": "https://ta93abe.com/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:ta93abe.com:mcp:site",
      "displayName": "ta93abe.com MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://ta93abe.com/.well-known/mcp/server-card.json",
      "description": "Read-only MCP server that returns a concise overview of the public ta93abe.com portfolio.",
      "tags": [
        "mcp",
        "portfolio",
        "discovery"
      ],
      "capabilities": [
        "get_site_overview"
      ],
      "representativeQueries": [
        "What is ta93abe.com?",
        "Give me a concise overview of this site."
      ]
    },
    {
      "identifier": "urn:air:ta93abe.com:skill:site-overview",
      "displayName": "Site Overview skill",
      "type": "application/ai-skill+md",
      "url": "https://ta93abe.com/.well-known/agent-skills/site-overview/SKILL.md",
      "description": "Skill for understanding public content, discovery files, and crawl preferences on ta93abe.com.",
      "tags": [
        "skill",
        "portfolio",
        "discovery"
      ],
      "capabilities": [
        "site-overview"
      ],
      "representativeQueries": [
        "How should an agent crawl ta93abe.com?",
        "Where are the public sections and discovery URLs?"
      ]
    },
    {
      "identifier": "urn:air:ta93abe.com:doc:llms",
      "displayName": "llms.txt",
      "type": "text/plain",
      "url": "https://ta93abe.com/llms.txt",
      "description": "Plain-text overview of public pages and machine-readable discovery URLs.",
      "tags": [
        "llms.txt",
        "portfolio"
      ],
      "capabilities": [
        "site-overview"
      ],
      "representativeQueries": [
        "Summarize ta93abe.com for an LLM.",
        "List the public pages on this site."
      ]
    },
    {
      "identifier": "urn:air:ta93abe.com:auth:public",
      "displayName": "auth.md",
      "type": "text/markdown",
      "url": "https://ta93abe.com/auth.md",
      "description": "Agent authentication notes. Public content requires no credential.",
      "tags": [
        "auth",
        "anonymous"
      ],
      "capabilities": [
        "anonymous-access"
      ],
      "representativeQueries": [
        "Does ta93abe.com require authentication?",
        "How should an agent register for public access?"
      ]
    },
    {
      "identifier": "urn:air:ta93abe.com:agent:site",
      "displayName": "Takumi Abe / ta93abe",
      "type": "application/a2a-agent-card+json",
      "url": "https://ta93abe.com/.well-known/agent-card.json",
      "description": "A2A Agent Card for the public ta93abe.com portfolio site.",
      "tags": [
        "a2a",
        "portfolio"
      ],
      "capabilities": [
        "site-overview"
      ],
      "representativeQueries": [
        "What can the ta93abe.com agent do?",
        "List the public sections of this site."
      ]
    }
  ]
}