Skip to content
Back to BlatUI

Card snapshot

blatui.remix-it.com · 2026-06-08 13:24:06 UTC · 8d2228baeea6690bfc9477b0feee7a4def2375ec372a924daf45bdb0fa616e09

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "BlatUI",
  "description": "Open-source shadcn/ui for the BLAT stack \u2014 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?"
      ]
    }
  ]
}