{
    "specVersion": "1.0",
    "host": {
        "displayName": "BaconConsult",
        "identifier": "baconconsult.eu",
        "documentationUrl": "https://www.baconconsult.eu/llms.txt"
    },
    "entries": [
        {
            "identifier": "urn:air:baconconsult.eu:server:concierge",
            "displayName": "BaconConsult Concierge & Catalogue MCP",
            "type": "application/mcp-server-card+json",
            "data": {
                "protocolVersion": "2025-11-25",
                "serverInfo": {
                    "name": "BaconConsult",
                    "version": "1.0.0"
                },
                "transport": {
                    "type": "streamable-http",
                    "endpoint": "https://mcp.ai.baconconsult.eu/mcp"
                },
                "capabilities": {
                    "tools": true,
                    "resources": false,
                    "prompts": false
                }
            },
            "description": "Live services and products catalogue plus an AI concierge (ask_baconconsult), grounded in the BaconConsult ERP.",
            "capabilities": [
                "get_services",
                "get_products",
                "get_methodology",
                "ask_baconconsult"
            ],
            "representativeQueries": [
                "Which BaconConsult service helps a small business get found by AI assistants?",
                "What is the methodology behind an AI-readiness audit?"
            ]
        },
        {
            "identifier": "urn:air:baconconsult.eu:server:erp-readonly",
            "displayName": "BaconConsult ERP (read-only) MCP",
            "type": "application/mcp-server-card+json",
            "data": {
                "protocolVersion": "2025-11-25",
                "serverInfo": {
                    "name": "verulam-mcp",
                    "version": "1.0.0"
                },
                "transport": {
                    "type": "streamable-http",
                    "endpoint": "https://verulam-mcp.ai.baconconsult.eu/mcp"
                },
                "capabilities": {
                    "tools": true,
                    "resources": true,
                    "prompts": true
                }
            },
            "description": "Read-only Model Context Protocol access to BaconConsult's live service catalogue (search_records, read_group, get_record, list_models, list_resource_templates). Scoped to product.template, product.product and product.category; all other ERP models are refused and writes are not permitted.",
            "capabilities": [
                "search_records",
                "read_group",
                "get_record",
                "list_models",
                "list_resource_templates"
            ],
            "representativeQueries": [
                "List BaconConsult's live product catalogue from the ERP",
                "Search BaconConsult's service catalogue by keyword"
            ]
        }
    ]
}
