{
  "_comment": "Registry-format MCP server card, served from the Next.js origin per platform/mcp/README.md ('static discovery files belong on the brand's web app'). See also platform/mcp/server.py for the live tool implementation (Cloud Run, Streamable HTTP at /mcp) and research/14 §1.2 D.11 (recommendation to ALSO publish the standard path /.well-known/mcp/server-card.json alongside this registry-format file).",
  "schema_version": "2026-06-18",
  "name_for_human": "WieVielKostetMeinUmzug.de",
  "name_for_model": "wvkmu_moving_cost",
  "description_for_human": "Umzugskosten-Rechner und geprüfter Firmenkatalog für Deutschland.",
  "description_for_model": "Use this server to estimate German moving costs (price ranges, never single prices), find verified moving companies, get route/distance info, estimate move volume (CBM), retrieve a single partner profile, and retrieve FAQ content. Prices are always returned as ranges with a confidence level. No write/booking tools are exposed on this public endpoint.",
  "server": {
    "url": "https://transport-hub-mcp-xxxxx.us-central1.run.app/mcp",
    "transport": "streamable-http"
  },
  "auth": {
    "type": "api_key",
    "scheme": "Authorization: Bearer <MCP_API_KEY>",
    "instructions_url": "https://wievielkostetmeinumzug.de/auth.md"
  },
  "tools": [
    {
      "name": "get_moving_price",
      "description": "Preisspanne für einen Umzug (CBM + Entfernung)."
    },
    {
      "name": "find_partners",
      "description": "Geprüfte Umzugsunternehmen nach Stadt/Sprache/Leistung."
    },
    {
      "name": "get_route_info",
      "description": "Entfernung/Fahrzeit/Preis-Richtwerte für eine Route."
    },
    {
      "name": "cbm_estimate",
      "description": "Umzugsvolumen (m³) aus Zimmeranzahl oder Gegenständen."
    },
    {
      "name": "list_faq",
      "description": "Strukturierte FAQ-Einträge zu Umzugskosten und Recht."
    },
    {
      "name": "get_partner",
      "description": "Vollständiges öffentliches Profil eines einzelnen Partners."
    }
  ],
  "legal_info_url": "https://wievielkostetmeinumzug.de/impressum",
  "contact_email": "kontakt@wievielkostetmeinumzug.de",
  "logo_url": "https://wievielkostetmeinumzug.de/logo/wvkmu-icon.svg",
  "name": "wvkmu-transport-hub-mcp",
  "serverInfo": {
    "name": "wvkmu-transport-hub-mcp",
    "version": "1.0.0"
  }
}