{
  "specVersion": "1.0",
  "host": {
    "identifier": "did:web:amzsc.amzgb.com",
    "displayName": "AMZScout",
    "description": "Amazon marketplace research: product and niche analysis, keyword and PPC data, sales estimates and listing tools for Amazon sellers.",
    "url": "https://amzsc.amzgb.com/",
    "contact": "support@amzsc.amzgb.com"
  },
  "entries": [
    {
      "identifier": "urn:air:amzsc.amzgb.com:server:amzscout-mcp",
      "displayName": "AMZScout Skill + MCP Server",
      "description": "Hosted MCP server (Streamable HTTP) exposing AMZScout Amazon research tools: product and niche analysis, product search, keyword and PPC data, brand catalogs.",
      "type": "application/mcp-server-card+json",
      "url": "https://amzsc.amzgb.com/.well-known/mcp/server-card.json",
      "representativeQueries": [
        "is this Amazon product worth selling",
        "analyze the niche for wireless earbuds on Amazon",
        "estimate monthly sales for ASIN B08N5WRWNW",
        "find profitable Amazon products under $50",
        "get keywords and PPC bids for an Amazon listing"
      ]
    },
    {
      "identifier": "urn:air:amzsc.amzgb.com:api:tools-api",
      "displayName": "AMZScout Tools API",
      "description": "Stateless function-call HTTP API exposing the same AMZScout analytical tools as the MCP server, for agent frameworks and plain HTTP clients.",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://chatbot.amzsc.amzgb.com/openapi.json",
      "representativeQueries": [
        "call the AMZScout API to analyze an ASIN",
        "list available AMZScout tools over HTTP",
        "search Amazon products via API"
      ]
    },
    {
      "identifier": "urn:air:amzsc.amzgb.com:skill:amzscout-research",
      "displayName": "AMZScout research skill",
      "description": "Agent skill describing how to orchestrate AMZScout tools into Amazon product, niche, keyword and brand research workflows.",
      "type": "text/markdown",
      "url": "https://amzsc.amzgb.com/.well-known/agent-skills/amzscout-research/SKILL.md",
      "representativeQueries": [
        "how should an agent research an Amazon product with AMZScout",
        "workflow for validating an Amazon niche",
        "which AMZScout tool should I use for keyword research"
      ]
    },
    {
      "identifier": "urn:air:amzsc.amzgb.com:doc:llms-txt",
      "displayName": "AMZScout content guide for LLM agents",
      "description": "Content usage policy and map of the main AMZScout pages for AI and LLM agents.",
      "type": "text/plain",
      "url": "https://amzsc.amzgb.com/llms.txt",
      "representativeQueries": [
        "what AMZScout content may an AI agent quote",
        "map of AMZScout tools and pages",
        "AMZScout attribution requirements for AI answers"
      ]
    },
    {
      "identifier": "urn:air:amzsc.amzgb.com:doc:auth-md",
      "displayName": "AMZScout agent registration guide",
      "description": "How an agent registers with AMZScout and obtains credentials for the MCP server and Tools API (OAuth 2.1 dynamic client registration or an API key).",
      "type": "text/markdown",
      "url": "https://amzsc.amzgb.com/auth.md",
      "representativeQueries": [
        "how does an agent authenticate with AMZScout",
        "get an AMZScout API key for an AI agent",
        "AMZScout OAuth registration endpoint"
      ]
    }
  ]
}
