{
  "name": "Miru",
  "version": "3.0.0",
  "description": "Agent-facing discovery for Miru, an open-source time tracking, invoicing, expenses, payments, and automation platform for teams that bill by the hour.",
  "url": "https://miru.so/.well-known/agent-card.json",
  "provider": {
    "name": "Miru",
    "url": "https://miru.so"
  },
  "supportedInterfaces": [
    {
      "protocol": "mcp",
      "transport": "streamable-http",
      "url": "https://app.miru.so/mcp"
    },
    {
      "protocol": "openapi",
      "transport": "https",
      "url": "https://app.miru.so/openapi.json"
    }
  ],
  "capabilities": {
    "streaming": true,
    "tools": true,
    "authentication": "bearer-token"
  },
  "skills": [
    {
      "id": "miru-time-invoice-expense-automation",
      "name": "Automate Miru billing workflows",
      "description": "Use Miru MCP or OpenAPI to inspect workspaces, list clients and projects, manage time entries, send invoices, and create expenses with explicit user authorization."
    },
    {
      "id": "miru-agent-discovery",
      "name": "Discover Miru agent resources",
      "description": "Use llms.txt, llms-full.txt, API catalog, OpenAPI, and MCP metadata to understand Miru's public documentation and authenticated automation surfaces."
    }
  ]
}
