{
  "specVersion": "1.0",
  "host": {
    "displayName": "51domino",
    "identifier": "did:web:www.51domino.com",
    "url": "https://www.51domino.com",
    "contact": "aiqng@163.com"
  },
  "entries": [
    {
      "identifier": "urn:air:www.51domino.com:mcp:site-server",
      "displayName": "51domino Site MCP Server",
      "description": "MCP server exposing 51domino's blog/solution search, product catalog and contact tools over Streamable HTTP.",
      "type": "application/mcp-server-card+json",
      "url": "https://www.51domino.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "企业如何本地化部署大模型",
        "how to deploy an on-premise LLM for enterprise",
        "51domino 有哪些 AI 产品"
      ]
    },
    {
      "identifier": "urn:air:www.51domino.com:api:site-api",
      "displayName": "51domino Site API",
      "description": "Public read-only search/feed API plus the contact intake endpoint.",
      "type": "application/vnd.oai.openapi+json;version=3.1",
      "url": "https://www.51domino.com/openapi.json",
      "representativeQueries": [
        "search 51domino blog for RAG architecture",
        "get latest AI industry tweets data",
        "submit a project enquiry to 51domino"
      ]
    },
    {
      "identifier": "urn:air:www.51domino.com:skills:index",
      "displayName": "51domino Agent Skills",
      "description": "Agent Skills discovery index describing how to work with the 51domino site.",
      "type": "application/json",
      "url": "https://www.51domino.com/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "how do I use the 51domino API",
        "51domino agent skill instructions"
      ]
    },
    {
      "identifier": "urn:air:www.51domino.com:auth:authorization-server",
      "displayName": "51domino OAuth 2.0 Authorization Server",
      "description": "Anonymous agent registration (RFC 7591) and OAuth 2.0 token issuance for the protected MCP bulk-export tool.",
      "type": "application/json",
      "url": "https://www.51domino.com/.well-known/oauth-authorization-server",
      "representativeQueries": [
        "register an agent to access 51domino MCP",
        "how do agents authenticate with 51domino"
      ]
    },
    {
      "identifier": "urn:air:www.51domino.com:content:knowledge-base",
      "displayName": "51domino AI Knowledge Base",
      "description": "Technical blog and industry solution library on private LLM deployment, AI agents, RAG and AIGC.",
      "type": "text/plain",
      "url": "https://www.51domino.com/llms-full.txt",
      "representativeQueries": [
        "RAG 架构在企业知识库中的落地",
        "AI Agent 协作架构设计",
        "大模型推理成本优化"
      ]
    }
  ]
}