{
  "tools": [
    {
      "name": "get_services",
      "description": "List BaconConsult's consulting services, live from the ERP: name, material code, description and scope statement. BaconConsult does not publish prices - every engagement is scoped and quoted individually. Use for 'what services do you offer / what is in scope'.",
      "arguments": []
    },
    {
      "name": "get_products",
      "description": "List BaconConsult's productized offerings, live from the ERP: name, code, description and scope statement. No prices are published.",
      "arguments": []
    },
    {
      "name": "get_methodology",
      "description": "Explain BaconConsult's delivery methodology: APQC PCF process taxonomy + BPMN 2.0 + evidence-based quality gates, orchestrated by the BACON-AI Engine. Principle: structure first, AI second.",
      "arguments": []
    },
    {
      "name": "ask_baconconsult",
      "description": "Ask BaconConsult's AI concierge a free-text question about services, products, pricing, fit or approach. Returns a grounded answer based ONLY on the live catalogue. Best for fuzzy/semantic needs (e.g. 'which service suits a small hotel that wants AI visibility?'). Answers in the language you ask in (EN/DE). Resilience: if the concierge language model is unreachable, busy, or over its daily budget, the tool does NOT error — it falls back to a deterministic catalogue lookup within seconds and says plainly that no language model answered. Fair use: this is a free public endpoint, so it is rate limited per visitor.",
      "arguments": [
        {
          "name": "question",
          "type": "string",
          "required": true
        }
      ]
    }
  ],
  "status": "live",
  "note": "Generated from the live tools/list response of mcp_server. Call the MCP server with POST and Accept: application/json, text/event-stream. The plain JSON endpoints at https://ai.baconconsult.eu/ (/services, /products, /contact) need no MCP client.",
  "mcp_server": "https://mcp.ai.baconconsult.eu/mcp",
  "count": 4,
  "generated": "2026-08-01T11:00:46+00:00"
}
