{
  "name": "Match-AI",
  "host": "match-ai.nl",
  "url": "https://match-ai.nl/",
  "description": "Match-AI bouwt en beheert AI-collega's voor MKB-bedrijven: praktische AI-agents voor sales, marketing, klantenservice, administratie en workflow-automatisering.",
  "type": "live",
  "apiSurface": "spec",
  "version": "2026-05-28",
  "contact": {
    "email": "info@match-ai.nl",
    "intakeUrl": "https://match-ai.nl/nl/intake",
    "appointmentUrl": "https://match-ai.nl/nl/afspraak"
  },
  "safety": {
    "mode": "read-only public pilot",
    "sideEffects": false,
    "notes": "Deze WebMCP pilot publiceert alleen publieke Match-AI informatie en links. Geen CRM, Moneybird, mail, Telegram, klantdata of interne agentacties."
  },
  "tools": [
    {
      "name": "get_match_ai_services",
      "title": "Match-AI diensten ophalen",
      "kind": "read",
      "impl": "imperative",
      "page": "/",
      "description": "Geeft een overzicht van publieke Match-AI diensten en bijbehorende landingspagina's.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "language": {
            "type": "string",
            "enum": ["nl", "en", "de"],
            "description": "Gewenste taal voor links en labels. Standaard nl."
          }
        }
      }
    },
    {
      "name": "get_match_ai_proposition",
      "title": "Match-AI propositie ophalen",
      "kind": "read",
      "impl": "imperative",
      "page": "/",
      "description": "Vat de publieke Match-AI propositie samen: AI-collega in dienst, productief in circa twee weken, daarna maandelijks uitbreiden.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "language": {
            "type": "string",
            "enum": ["nl", "en", "de"]
          }
        }
      }
    },
    {
      "name": "recommend_match_ai_use_cases",
      "title": "AI-agent use-cases aanbevelen",
      "kind": "read",
      "impl": "imperative",
      "page": "/",
      "description": "Geeft veilige publieke use-case aanbevelingen voor een bedrijf op basis van branche, team en procespijn. Schrijft niets weg.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "industry": { "type": "string", "description": "Branche of bedrijfstype, bijvoorbeeld bouw, installatie, marketing, B2B handel of service." },
          "teamSize": { "type": "string", "description": "Optionele indicatie van teamgrootte." },
          "pain": { "type": "string", "description": "Procespijn of terugkerende taak waar het bedrijf tijd op verliest." },
          "language": { "type": "string", "enum": ["nl", "en", "de"] }
        }
      }
    },
    {
      "name": "get_match_ai_knowledge_links",
      "title": "Match-AI kennislinks ophalen",
      "kind": "read",
      "impl": "imperative",
      "page": "/",
      "description": "Geeft publieke kennis-, wiki- en SEO/GEO-pagina's die agents kunnen gebruiken om Match-AI beter te begrijpen.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "topic": { "type": "string", "description": "Optioneel onderwerp zoals ai-agent, workflow, klantenservice, administratie of b2b." },
          "language": { "type": "string", "enum": ["nl", "en", "de"] }
        }
      }
    },
    {
      "name": "start_match_ai_intake",
      "title": "Match-AI intake starten",
      "kind": "read",
      "impl": "imperative",
      "page": "/",
      "description": "Geeft publieke links naar intake en afspraakpagina. Start geen aanvraag en stuurt niets automatisch door.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "intent": { "type": "string", "description": "Optioneel: afspraak, intake, demo of contact." },
          "language": { "type": "string", "enum": ["nl", "en", "de"] }
        }
      }
    }
  ]
}
