Back to MCP tools

MCP Tools · gtm_readiness_check · 3 min

GTM Readiness Checklist · MCP Guide

Updated Jun 15, 2026Open web tool

Call the gtm_readiness_check tool from MCP-capable clients such as Cursor or Claude Desktop. Web version: GTM Readiness Checklist.

Install MCP server

Add to your client mcp.json:

{
  "mcpServers": {
    "foldos": {
      "command": "npx",
      "args": ["-y", "@foldos/mcp"]
    }
  }
}

Local development (repo root):

{
  "mcpServers": {
    "foldos": {
      "command": "pnpm",
      "args": ["tools:mcp"]
    }
  }
}

Tool

Input parameters

answers (required)

locale (optional)

Example

{
  "answers": {
    "positioning_one_liner": true,
    "icp_specific": true,
    "competitor_diff": false,
    "primary_channels": true,
    "landing_cta": true,
    "social_templates": false,
    "north_star_metric": true,
    "utm_tracking": true,
    "retro_schedule": false
  },
  "locale": "en"
}

This page is auto-generated by pnpm tools:generate-mcp. Do not edit manually.