{
  "protocolVersion": "0.2.0",
  "name": "DARE archive agent",
  "description": "Query the dare.co.uk business-design archive over MCP.",
  "version": "2026-08-01",
  "url": "https://www.dare.co.uk/mcp",
  "preferredTransport": "streamable-http",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search-dare-archive",
      "name": "Search the DARE archive",
      "description": "Keyword-search two decades of business-design articles.",
      "tags": [
        "search",
        "archive",
        "business-design"
      ]
    },
    {
      "id": "fetch-dare-article",
      "name": "Fetch a DARE article as Markdown",
      "description": "Return the clean Markdown twin of an article by url.",
      "tags": [
        "fetch",
        "markdown",
        "content"
      ]
    }
  ]
}
