{
  "name": "DSM.promo",
  "description": "AI-Powered Automation & Marketing Solutions — ROI calculator, pricing, FAQ, case studies across 14 industries",
  "url": "https://dsm.promo",
  "provider": {
    "organization": "DSM.promo",
    "url": "https://dsm.promo"
  },
  "version": "1.0.0",
  "capabilities": {
    "webmcp": {
      "supported": true,
      "tools": ["calculate_roi", "get_pricing", "get_site_info", "search_faq", "find_case_study", "submit_contact"],
      "tool_count": 6,
      "browser_requirement": "Chrome 146+ with WebMCP flag enabled",
      "script": "/js/webmcp.js",
      "rate_limit": "30 calls/minute"
    },
    "llms_txt": {
      "url": "https://dsm.promo/llms.txt",
      "full_url": "https://dsm.promo/llms-full.txt"
    }
  },
  "skills": [
    {
      "id": "calculate_roi",
      "name": "ROI Calculator",
      "description": "Estimate annual savings from AI automation based on team size, hours, and hourly rate",
      "tags": ["calculator", "roi", "savings"]
    },
    {
      "id": "get_pricing",
      "name": "Pricing Information",
      "description": "Get service pricing tiers (Starter $2,500/mo, Growth $5,500/mo, Enterprise custom) and add-ons",
      "tags": ["pricing", "plans"]
    },
    {
      "id": "get_site_info",
      "name": "Company Info",
      "description": "Company metadata including location, services, compliance frameworks, and social links",
      "tags": ["info", "company", "contact"]
    },
    {
      "id": "search_faq",
      "name": "FAQ Search",
      "description": "Search 15 frequently asked questions across about, products, pricing, and security categories",
      "tags": ["faq", "support", "questions"]
    },
    {
      "id": "find_case_study",
      "name": "Case Study Finder",
      "description": "Find relevant case studies across 14 industries with key metrics and results",
      "tags": ["case-study", "results", "industry"]
    },
    {
      "id": "submit_contact",
      "name": "Contact Form",
      "description": "Submit a contact inquiry (declarative form on /contact page, requires user confirmation)",
      "tags": ["contact", "inquiry", "form"]
    }
  ],
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "authentication": {
    "schemes": []
  }
}
