{
    "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
    "name": "blatui",
    "title": "BlatUI",
    "description": "Discover, read and install BlatUI components, blocks and charts (shadcn/ui for Laravel Blade).",
    "version": "latest",
    "protocolVersion": "2025-06-18",
    "websiteUrl": "https://blatui.remix-it.com",
    "documentationUrl": "https://blatui.remix-it.com/docs",
    "transports": [
        {
            "type": "streamable-http",
            "url": "https://blatui.remix-it.com/mcp"
        }
    ],
    "capabilities": {
        "tools": {},
        "resources": {},
        "prompts": {}
    },
    "tools": [
        {
            "name": "list_components",
            "description": "List every BlatUI component with its title and one-line description. Optionally filter by category."
        },
        {
            "name": "search_registry",
            "description": "Search BlatUI components, blocks and charts by name, title or description."
        },
        {
            "name": "get_component",
            "description": "Get a component's full Blade source, dependencies, required packages and install command."
        },
        {
            "name": "get_example",
            "description": "Get the full Blade source of a block or chart, plus the components and packages it needs."
        },
        {
            "name": "install_command",
            "description": "Build the exact `php artisan blatui:add` command plus required composer/npm packages for one or more components."
        }
    ],
    "authentication": {
        "type": "none"
    }
}