{
  "specVersion": "1.0",
  "host": {
    "displayName": "Feelingstream",
    "identifier": "did:web:feelingstream.com"
  },
  "entries": [
    {
      "identifier": "urn:air:feelingstream.com:server:mcp",
      "displayName": "Feelingstream MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://feelingstream.com/.well-known/mcp/server-card.json",
      "description": "Model Context Protocol server for reading Feelingstream blog content and submitting demo requests.",
      "capabilities": [
        "list_blog_posts",
        "get_blog_post",
        "request_demo"
      ],
      "representativeQueries": [
        "list Feelingstream blog posts about call quality",
        "read a Feelingstream article about automatic quality scoring",
        "submit a demo request for conversational analytics"
      ]
    },
    {
      "identifier": "urn:air:feelingstream.com:api:lead",
      "displayName": "Feelingstream lead API",
      "type": "application/openapi+json",
      "url": "https://feelingstream.com/api/openapi.json",
      "description": "OpenAPI 3.1 description of the public lead-capture API for contact, demo, and newsletter requests.",
      "capabilities": [
        "createLead"
      ],
      "representativeQueries": [
        "book a Feelingstream product demo",
        "submit a contact form lead to Feelingstream",
        "sign up for the Feelingstream newsletter"
      ]
    },
    {
      "identifier": "urn:air:feelingstream.com:skills:index",
      "displayName": "Feelingstream agent skills",
      "type": "application/json",
      "url": "https://feelingstream.com/.well-known/agent-skills/index.json",
      "description": "Agent Skills discovery index with instructions for requesting a demo, using the MCP server, and reading pages as Markdown.",
      "capabilities": [
        "request-demo",
        "use-mcp",
        "read-content-markdown"
      ],
      "representativeQueries": [
        "how do I request a Feelingstream demo as an agent",
        "connect to the Feelingstream MCP server",
        "fetch Feelingstream pages as Markdown"
      ]
    },
    {
      "identifier": "urn:air:feelingstream.com:doc:llms",
      "displayName": "Feelingstream llms.txt",
      "type": "text/plain",
      "url": "https://feelingstream.com/llms.txt",
      "description": "Machine-readable summary of Feelingstream products, industries, and key pages.",
      "representativeQueries": [
        "what does Feelingstream do",
        "which industries does Feelingstream serve",
        "what products does Feelingstream offer"
      ]
    }
  ]
}