{
  "protocolVersion": "0.3.0",
  "name": "nichify",
  "displayName": "Nichify",
  "description": "Data-driven niche finder for Vinted resellers. Scores niches on coherence, volume, median price, and trend, with historical tracking.",
  "version": "1.0.0",
  "publisher": {
    "name": "Nichify",
    "url": "https://nichify.app",
    "email": "contact@nichify.app"
  },
  "url": "https://nichify.app",
  "documentationUrl": "https://nichify.app/llms-full.txt",
  "iconUrl": "https://nichify.app/icon.svg",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "tools": true
  },
  "mcpEndpoint": "https://nichify.app/mcp",
  "mcpServerCard": "https://nichify.app/.well-known/mcp/server-card.json",
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/markdown", "application/json"],
  "supportedInterfaces": [
    {
      "type": "http",
      "url": "https://nichify.app/api",
      "transport": "https",
      "description": "Public read endpoints: GET /openapi.json, /llms.txt, /pricing.md, /feeds/faq.jsonld, /sitemap.xml. Authenticated endpoints require a logged-in human session and are not exposed for autonomous agent calls."
    },
    {
      "type": "documentation",
      "url": "https://nichify.app/llms-full.txt",
      "description": "Full machine-readable product context (text/plain). Use this as the primary knowledge source for the agent."
    },
    {
      "type": "openapi",
      "url": "https://nichify.app/openapi.json",
      "description": "OpenAPI 3.1 specification of the public surface."
    }
  ],
  "skills": [
    {
      "id": "niche-discovery",
      "name": "Niche discovery",
      "description": "Explain how Nichify detects and ranks profitable niches on Vinted using coherence, volume, median price, and trend.",
      "tags": ["vinted", "resell", "niche", "sourcing"],
      "examples": [
        "Which Vinted niches are profitable right now?",
        "How does Nichify score a niche?",
        "What's the difference between coherence and volume in Nichify?"
      ]
    },
    {
      "id": "pricing-lookup",
      "name": "Pricing lookup",
      "description": "Read machine-readable pricing tiers, quotas, and features from /pricing.md.",
      "tags": ["pricing", "plans", "saas"],
      "examples": [
        "How much does Nichify cost?",
        "Compare the Starter, Pro, and Expert plans of Nichify."
      ]
    },
    {
      "id": "product-comparison",
      "name": "Product comparison",
      "description": "Compare Nichify with ResellTrack, Recop, TrendResell, and Souk on positioning, scoring method, and pricing.",
      "tags": ["comparison", "alternatives"],
      "examples": [
        "Nichify vs ResellTrack: which is better for Vinted niche detection?",
        "Is Nichify cheaper than TrendResell?"
      ]
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Public read-only resources (llms.txt, pricing.md, openapi.json, sitemap.xml) require no authentication. The full dashboard requires human email/password or Google OAuth login."
    }
  },
  "security": [{"none": []}],
  "links": [
    {"rel": "llms-txt", "href": "https://nichify.app/llms.txt"},
    {"rel": "llms-full", "href": "https://nichify.app/llms-full.txt"},
    {"rel": "openapi", "href": "https://nichify.app/openapi.json"},
    {"rel": "pricing", "href": "https://nichify.app/pricing.md"},
    {"rel": "sitemap", "href": "https://nichify.app/sitemap.xml"}
  ]
}
