{
    "schema_version": "2026-06-22",
    "name": "Eclat",
    "url": "https://www.eclat.ro/",
    "type": "mcp_server_discovery",
    "transport": "https",
    "protocol": "model-context-protocol",
    "mcp_endpoint": "https://www.eclat.ro/wp-json/aicg/v1/mcp",
    "authentication": {
        "required_for_write_tools": true,
        "oauth2_pkce": true,
        "protected_resource_metadata": "https://www.eclat.ro/.well-known/oauth-protected-resource",
        "authorization_server_metadata": "https://www.eclat.ro/.well-known/oauth-authorization-server"
    },
    "public_resources": {
        "llms_txt": "https://www.eclat.ro/llms.txt",
        "llms_full_txt": "https://www.eclat.ro/llms-full.txt",
        "products_json": "https://www.eclat.ro/ai-products.json",
        "agent_card": "https://www.eclat.ro/.well-known/ai-agent.json",
        "openapi": "https://www.eclat.ro/.well-known/openapi.json"
    },
    "safe_public_tools": [
        {
            "name": "search",
            "description": "Search WooCommerce products and AI-readable store documents.",
            "read_only": true
        },
        {
            "name": "fetch",
            "description": "Fetch a full product or AI-readable store document returned by search.",
            "read_only": true
        }
    ],
    "policies": {
        "public_catalog_only": true,
        "current_stock_required": true,
        "human_confirmation_for_checkout": true,
        "no_sensitive_data_in_public_feeds": true
    }
}