{
  "specVersion": "1.0",
  "host": {
    "displayName": "AutoRFP.ai",
    "identifier": "did:web:autorfp.ai"
  },
  "entries": [
    {
      "identifier": "urn:air:autorfp.ai:server:mcp",
      "displayName": "AutoRFP.ai MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://autorfp.ai/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "connect to the AutoRFP.ai MCP server",
        "list approved RFP content through MCP",
        "read workspace projects and tags with AutoRFP.ai"
      ]
    },
    {
      "identifier": "urn:air:autorfp.ai:api:openapi",
      "displayName": "AutoRFP.ai OpenAPI specification",
      "type": "application/openapi+json",
      "url": "https://autorfp.ai/openapi.json",
      "representativeQueries": [
        "AutoRFP.ai OpenAPI specification",
        "MCP OAuth scopes for AutoRFP.ai",
        "how to call the AutoRFP.ai agent API"
      ]
    },
    {
      "identifier": "urn:air:autorfp.ai:docs:developers",
      "displayName": "AutoRFP.ai developer documentation",
      "type": "text/html",
      "url": "https://autorfp.ai/developers",
      "representativeQueries": [
        "AutoRFP.ai API documentation",
        "how agents authenticate to AutoRFP.ai",
        "regional AutoRFP.ai MCP endpoints"
      ]
    },
    {
      "identifier": "urn:air:autorfp.ai:index:llms",
      "displayName": "AutoRFP.ai llms.txt index",
      "type": "text/plain",
      "url": "https://autorfp.ai/llms.txt",
      "representativeQueries": [
        "AutoRFP.ai site map for language models",
        "which AutoRFP.ai pages should an agent read first"
      ]
    },
    {
      "identifier": "urn:air:autorfp.ai:skills:index",
      "displayName": "AutoRFP.ai Agent Skills index",
      "type": "application/json",
      "url": "https://autorfp.ai/.well-known/agent-skills/index.json",
      "representativeQueries": [
        "download AutoRFP.ai agent skills",
        "RFP go no-go skill for Claude",
        "compliance matrix builder skill"
      ]
    }
  ]
}