{
    "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
    "serverInfo": {
        "name": "BRX Site",
        "version": "1.0.0",
        "description": "BRX business services website — Accounting, HR, Legal, Odoo ERP & Saudi Compliance",
        "vendor": "BRX",
        "homepage": "https://brx.sa/",
        "contact": "info@brx.sa"
    },
    "transport": {
        "type": "http",
        "note": "No MCP server is currently running. Use the REST API at /wp-json/ or agent skills for programmatic access."
    },
    "capabilities": {
        "tools": false,
        "resources": true,
        "prompts": false
    },
    "resources": [
        {
            "name": "site-content",
            "uri": "https://brx.sa/",
            "description": "BRX homepage (Accept: text/markdown for agent-friendly version)"
        },
        {
            "name": "api-catalog",
            "uri": "https://brx.sa/.well-known/api-catalog",
            "description": "Machine-readable API catalog (RFC 9727)"
        },
        {
            "name": "agent-skills",
            "uri": "https://brx.sa/.well-known/agent-skills/index.json",
            "description": "Agent skills discovery index"
        },
        {
            "name": "openapi",
            "uri": "https://brx.sa/openapi.json",
            "description": "OpenAPI 3.1 description of available endpoints"
        },
        {
            "name": "rest-api",
            "uri": "https://brx.sa/wp-json/",
            "description": "WordPress REST API root"
        }
    ],
    "discovery": {
        "llmsTxt": "https://brx.sa/llms.txt",
        "openapi": "https://brx.sa/openapi.json",
        "apiCatalog": "https://brx.sa/.well-known/api-catalog"
    }
}