{
  "name": "Auf ein Wort Agent Discovery MCP",
  "description": "Read-only MCP profile for discovering services, contact options, and trusted resources of the speech therapy practice.",
  "version": "1.1.0",
  "serverUrl": "https://logo-aufeinwort.de/.well-known/mcp",
  "documentationUrl": "https://logo-aufeinwort.de/developer-resources",
  "protocolVersion": "2025-03-26",
  "auth": {
    "type": "none"
  },
  "tools": [
    {
      "name": "site_search_public_pages",
      "description": "Returns canonical URLs for public pages that match a user intent.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": {
            "type": "string",
            "description": "Search term like kontakt, therapie, nf!t."
          }
        },
        "required": [
          "query"
        ],
        "additionalProperties": false
      }
    },
    {
      "name": "site_get_contact_options",
      "description": "Returns official contact channels and links for therapy requests.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "site_get_services_overview",
      "description": "Returns a compact overview of therapy focus areas for children and adults.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ],
  "transport": {
    "type": "webmcp-browser-context",
    "bootstrapUrl": "https://logo-aufeinwort.de/"
  }
}
