{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-discovery.json",
  "name": "19dti",
  "title": "19 Days to Impact",
  "description": "MCP server for the 19 Days to Impact behavioral intervention sprint. Tools to fetch methodology, team, pricing, FAQ, and to submit a contact request. All tools accept a `lang` argument: \"de\" or \"en\".",
  "version": "1.1.0",
  "languages": ["de", "en"],
  "vendor": "19 Days to Impact",
  "homepage": "https://19dti.gbanga.net/",
  "license": "Proprietary",
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://19dti.gbanga.net/api/mcp.php",
      "auth": "none"
    }
  ],
  "capabilities": {
    "tools": [
      {
        "name": "get_overview",
        "title": "Get overview",
        "description": "Returns the headline, tagline, methodology summary and pricing baseline."
      },
      {
        "name": "get_process",
        "title": "Get the 19-day process",
        "description": "Returns the three phases (Verstehen, Gestalten & Testen, Entscheiden) with all steps."
      },
      {
        "name": "get_team",
        "title": "Get team",
        "description": "Returns the team members and their roles."
      },
      {
        "name": "get_pricing",
        "title": "Get pricing",
        "description": "Returns the pricing baseline and the factors that influence the final price."
      },
      {
        "name": "get_faq",
        "title": "Get FAQ",
        "description": "Returns 50+ compact Q&A pairs about methodology, pricing, ethics, AI, gamification. Optional `query` filter."
      },
      {
        "name": "request_contact",
        "title": "Request a contact / meeting",
        "description": "Submits a contact request. Inputs: name (string), email (string), question (string), company (string, optional). Returns a mailto link the agent can open and the canonical contact email."
      }
    ]
  }
}
