{
  "protocolVersion": "0.3.0",
  "name": "ComparEdge Pricing Intelligence",
  "description": "Verified, sourced pricing, plans, discounts, hidden costs, and feature data for 494+ AI, SaaS, and cybersecurity tools. Independent, no vendor bias. Machine-readable via MCP (Streamable HTTP) and REST.",
  "url": "https://comparedge.com/api/mcp",
  "preferredTransport": "streamable-http",
  "provider": {
    "organization": "ComparEdge",
    "url": "https://comparedge.com"
  },
  "version": "1.1.0",
  "documentationUrl": "https://comparedge.com/api-docs",
  "iconUrl": "https://comparedge.com/favicon.ico",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "get_pricing",
      "name": "Get pricing",
      "description": "Full sourced pricing record for one product: tiers with per-tier features, price range, annual discounts, hidden costs, capabilities, verdict, plan advice, category positioning, verification and links.",
      "tags": ["pricing", "saas", "ai-tools", "cybersecurity"],
      "examples": ["What does Notion cost?", "Full pricing breakdown for Salesforce"]
    },
    {
      "id": "compare_software",
      "name": "Compare software",
      "description": "Side-by-side comparison of 2 to 4 products, each a full record plus a compact matrix (starting price, free tier, max annual discount, hidden-cost count).",
      "tags": ["comparison", "pricing"],
      "examples": ["Compare Notion vs ClickUp", "OpenAI vs Anthropic vs Google pricing"]
    },
    {
      "id": "discover_software",
      "name": "Discover software",
      "description": "Find software by category, capability, price range, free-tier availability, or other criteria across the catalog.",
      "tags": ["discovery", "search"],
      "examples": ["Cheapest CRM with a free tier", "Vector databases under $100/mo"]
    }
  ],
  "additionalInterfaces": [
    { "transport": "streamable-http", "url": "https://comparedge.com/api/mcp" },
    { "transport": "rest", "url": "https://comparedge.com/api/v2", "openapi": "https://comparedge.com/api/v2/openapi.json" },
    { "transport": "stdio", "package": "@comparedge/mcp-server" }
  ],
  "mcp": {
    "type": "streamable-http",
    "endpoint": "https://comparedge.com/api/mcp",
    "serverCard": "https://comparedge.com/.well-known/mcp/server-card.json"
  }
}
