{
    "protocolVersion": "0.3.0",
    "name": "BlatUI",
    "description": "Open-source shadcn/ui for the BLAT stack — Blade, Laravel, Alpine.js & Tailwind CSS v4. 55 components, 62 blocks and 70 charts you copy, paste and own. MIT licensed.",
    "url": "https://blatui.remix-it.com/mcp",
    "preferredTransport": "JSONRPC",
    "supportedInterfaces": [
        {
            "url": "https://blatui.remix-it.com/mcp",
            "transport": "JSONRPC"
        },
        {
            "url": "https://blatui.remix-it.com/mcp",
            "transport": "HTTP+JSON"
        }
    ],
    "version": "latest",
    "provider": {
        "organization": "BlatUI",
        "url": "https://blatui.remix-it.com"
    },
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "defaultInputModes": [
        "text/plain"
    ],
    "defaultOutputModes": [
        "text/plain",
        "text/markdown"
    ],
    "skills": [
        {
            "id": "find-component",
            "name": "Find a UI component",
            "description": "Search BlatUI components, blocks and charts by name or description.",
            "tags": [
                "ui",
                "laravel",
                "blade",
                "components"
            ],
            "examples": [
                "Find a date picker",
                "Show me dashboard blocks",
                "Is there a command palette?"
            ]
        },
        {
            "id": "install-component",
            "name": "Install a component",
            "description": "Return the exact `php artisan blatui:add` command and required packages.",
            "tags": [
                "install",
                "cli",
                "composer",
                "npm"
            ],
            "examples": [
                "How do I add the button?",
                "Install dialog and tooltip"
            ]
        },
        {
            "id": "read-source",
            "name": "Read component source",
            "description": "Return a component's full Blade source so it can be copied or adapted.",
            "tags": [
                "source",
                "blade"
            ],
            "examples": [
                "Show the accordion source",
                "How is the sidebar built?"
            ]
        }
    ]
}