{
  "entries": [
    {
      "capabilities": [
        "guide",
        "get_context",
        "task_list",
        "task_show",
        "task_add",
        "task_edit",
        "task_done",
        "task_reopen",
        "task_archive",
        "project_list",
        "project_add",
        "project_edit",
        "search",
        "label_list",
        "label_create",
        "label_add",
        "label_remove",
        "team_list",
        "checklist_list",
        "checklist_add",
        "checklist_edit",
        "checklist_done",
        "checklist_remove",
        "task_bulk_edit",
        "task_bulk_done",
        "task_assign"
      ],
      "description": "Hosted Streamable HTTP MCP server for Done Bear tasks, projects, labels, and teams. OAuth scopes: read, write. Tools-only: no resources capability.",
      "displayName": "Done Bear MCP server",
      "identifier": "urn:air:donebear.com:server:mcp",
      "metadata": {
        "documentation": "https://donebear.com/docs/mcp",
        "endpoint": "https://mcp.donebear.com/mcp"
      },
      "representativeQueries": [
        "list my Done Bear tasks for Today",
        "create a Done Bear task in Inbox",
        "mark a Done Bear task done",
        "search Done Bear for overdue work"
      ],
      "type": "application/mcp-server-card+json",
      "url": "https://donebear.com/.well-known/mcp/server-card.json",
      "version": "0.6.0"
    },
    {
      "description": "OpenAPI 3.1 catalog of the GraphQL, sync, and health HTTP APIs, with unique operationIds and OAuth scopes read, write, and admin.",
      "displayName": "Done Bear OpenAPI specification",
      "identifier": "urn:air:donebear.com:api:openapi",
      "metadata": {
        "documentation": "https://donebear.com/docs/api",
        "yaml": "https://donebear.com/api/openapi.yaml"
      },
      "representativeQueries": [
        "Done Bear GraphQL API schema",
        "Done Bear OpenAPI spec for function calling",
        "Done Bear sync mutate endpoint"
      ],
      "type": "application/vnd.oai.openapi+json",
      "url": "https://donebear.com/openapi.json"
    },
    {
      "description": "SKILL.md for AI coding assistants: how to install the donebear CLI and call the hosted MCP server.",
      "displayName": "Done Bear agent skill",
      "identifier": "urn:air:donebear.com:skill:donebear",
      "metadata": {
        "discovery": "https://donebear.com/.well-known/agent-skills/index.json"
      },
      "representativeQueries": [
        "install the Done Bear CLI",
        "connect Cursor to Done Bear MCP"
      ],
      "type": "text/markdown",
      "url": "https://donebear.com/skill.md"
    }
  ],
  "host": {
    "displayName": "Done Bear",
    "identifier": "did:web:donebear.com"
  },
  "specVersion": "1.0"
}