{
 "categories": [
  "project-management",
  "work-management",
  "collaboration"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-09-21",
   "fact": "homepage",
   "note": "Wrike presents work management with Free, Team, Business, and Pinnacle plans.",
   "source": "https://www.wrike.com/price/",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "platforms",
   "note": "The Free plan lists web, desktop, and mobile apps for Windows, Mac, iPhone, and Android.",
   "source": "https://www.wrike.com/price/",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "license",
   "note": "Wrike publishes a Free plan at $0 plus paid Team ($10/user/month), Business, and Pinnacle plans.",
   "source": "https://www.wrike.com/price/",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.api.exists",
   "note": "Wrike documents API v4 for accessing and modifying user content.",
   "source": "https://developers.wrike.com/docs/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.api.kinds[0]",
   "note": "API methods are organized in the RESTful way and support GET, POST, PUT, and DELETE.",
   "source": "https://developers.wrike.com/docs/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.api.auth[0]",
   "note": "Wrike supports OAuth 2.0 authorization-code flow. Access tokens are sent as Authorization: bearer and expire in one hour.",
   "source": "https://developers.wrike.com/docs/oauth-20-authorization",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.api.auth[1]",
   "note": "Permanent access tokens never expire, inherit the creator's permissions, and are obtained from the App Console Get token action.",
   "source": "https://developers.wrike.com/docs/oauth-20-authorization",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.api.coverage",
   "note": "Tokens need at least one method scope such as wsReadWrite. Responses are JSON with kind and data. Coverage is the scoped REST method catalog, not every Wrike UI feature.",
   "source": "https://developers.wrike.com/docs/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.mcp.first_party",
   "note": "Wrike MCP v2 is generally available at https://mcp.wrike.com/v2. Auth is OAuth or a Permanent Access Token. v1 stream/sse URLs do not serve the v2 tool set.",
   "source": "https://developers.wrike.com/docs/wrike-mcp-server-overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.data_access.export[0]",
   "note": "API v4 produces JSON responses containing entity type in kind and an array of entities in data.",
   "source": "https://developers.wrike.com/docs/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.data_access.import[0]",
   "note": "MCP write tools create tasks, folders, projects, comments, and request-form submissions in the workspace.",
   "source": "https://developers.wrike.com/docs/available-tools-on-wrike-mcp",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "modalities.agent_docs.llms_txt",
   "note": "Wrike publishes a developer llms.txt that indexes API, OAuth, and MCP documentation.",
   "source": "https://developers.wrike.com/llms.txt",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "verdict.scores.api",
   "note": "API v4 is documented REST with OAuth and permanent tokens plus data-center hosts. Plan-tied fields keep it at 8.",
   "source": "https://developers.wrike.com/docs/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "verdict.scores.mcp",
   "note": "Official GA MCP v2 exposes a focused read/write tool set for search, create, update, comments, forms, and blueprints. It is useful official coverage, not the full v4 catalog.",
   "source": "https://developers.wrike.com/docs/available-tools-on-wrike-mcp",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "freshness.watch[0].url",
   "note": "Opened and verified as Wrike's current MCP v2 overview, including mcp.wrike.com/v2 and the v1 URL warning.",
   "source": "https://developers.wrike.com/docs/wrike-mcp-server-overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "freshness.watch[1].url",
   "note": "Opened and verified as the current MCP tool catalog.",
   "source": "https://developers.wrike.com/docs/available-tools-on-wrike-mcp",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "freshness.watch[2].url",
   "note": "Opened and verified as the current API v4 overview.",
   "source": "https://developers.wrike.com/docs/overview",
   "tier": "declared"
  },
  {
   "date": "2026-09-21",
   "fact": "freshness.watch[3].url",
   "note": "Opened and verified as Wrike's current developer documentation index.",
   "source": "https://developers.wrike.com/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-09-21",
  "volatility": "high",
  "watch": [
   {
    "type": "mcp",
    "url": "https://developers.wrike.com/docs/wrike-mcp-server-overview"
   },
   {
    "type": "mcp",
    "url": "https://developers.wrike.com/docs/available-tools-on-wrike-mcp"
   },
   {
    "type": "docs",
    "url": "https://developers.wrike.com/docs/overview"
   },
   {
    "type": "docs",
    "url": "https://developers.wrike.com/llms.txt"
   }
  ]
 },
 "homepage": "https://www.wrike.com/",
 "id": "wrike",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "oauth2",
    "permanent-access-token"
   ],
   "coverage": "partial",
   "docs": "https://developers.wrike.com/docs/overview",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": "unknown"
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "json"
   ],
   "import": [
    "json"
   ]
  },
  "extensibility": {
   "scripting": [],
   "webhooks": "unknown"
  },
  "integrations": {
   "make": "unknown",
   "n8n": "unknown",
   "power_automate": "unknown",
   "zapier": "unknown"
  },
  "mcp": {
   "first_party": true,
   "third_party": [],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "No repeatable UI probe was run. Wrike API v4 and hosted MCP v2 cover workspace tasks and folders without browser control. This record is not Asana, monday.com, ClickUp, Linear, or Todoist.\n",
   "ui_stack": [
    "web-dom"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": "unknown",
   "languages": [],
   "official": "unknown"
  }
 },
 "name": "Wrike",
 "platforms": [
  "web",
  "windows",
  "macos",
  "ios",
  "android"
 ],
 "related": {
  "alternatives": [
   "asana",
   "monday-com",
   "clickup",
   "linear"
  ],
  "our_products": []
 },
 "schema_version": 1,
 "score_version": 1,
 "status": "active",
 "vendor": "Wrike",
 "verdict": {
  "best_path": "api",
  "scores": {
   "api": 8,
   "cli": null,
   "computer_use": null,
   "integrations": null,
   "mcp": 8,
   "overall": 8,
   "rpa": null
  },
  "summary": "Wrike is automatable today through REST API v4. This record is the Wrike work-management workspace (spaces, folders, projects, tasks, comments, inbox, and related workspace data), including the first-party hosted MCP v2 at https://mcp.wrike.com/v2. It is not Asana, monday.com, ClickUp, Linear, or Todoist. API v4 is documented as REST with GET, POST, PUT, and DELETE. Every request sends an OAuth 2.0 access token in the Authorization header (preferred) or as access_token. Authorization-code flow is the supported OAuth grant. Permanent access tokens never expire and inherit the creating user's permissions. Data-center host values from the token response select https://<host>/api/v4. Feature fields such as custom fields follow the account plan. MCP v2 is generally available. Assistants can search, create, and update work, submit request forms, launch blueprints, write comments, and read inbox. OAuth is recommended; Permanent Access Tokens are the documented path for unattended clients and for npx mcp-remote setups that lack Dynamic Client Registration. Older /app/mcp/stream and /sse URLs are v1. Connector catalogs were not opened. Computer-use viability is unassessed. API and MCP each score 8. API is the best path because v4 exposes the full method catalog; MCP v2 is a focused assistant tool set.\n"
 }
}