{
  "info": {
    "name": "Woodpecker Co — mcp.ai",
    "description": "REST API for the Woodpecker Co MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/woodpecker_co",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "woodpecker_co_add_prospects_to_campaign_v1",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/add/prospects/to/campaign/v1",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "add",
            "prospects",
            "to",
            "campaign",
            "v1"
          ]
        },
        "description": "Tool to add one or multiple prospects to a campaign. Use when you need to import prospects into a campaign's contact list.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"force\": false,\n  \"campaign\": {},\n  \"file_name\": \"\",\n  \"prospects\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_delete_campaign_step",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/campaign/step",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "campaign",
            "step"
          ]
        },
        "description": "Tool to delete a non-initial campaign step that hasn't processed any prospects. Use when the campaign is in DRAFT or EDITED status and the step is unused.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"step_id\": \"\",\n  \"campaign_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_get_prospects_in_campaigns_v1",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/prospects/in/campaigns/v1",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "prospects",
            "in",
            "campaigns",
            "v1"
          ]
        },
        "description": "Tool to retrieve prospects enrolled in specified campaigns. Use when you need to list prospects for given campaign IDs.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"diff\": \"\",\n  \"page\": 0,\n  \"sort\": \"\",\n  \"status\": \"\",\n  \"activity\": \"\",\n  \"per_page\": 0,\n  \"contacted\": false,\n  \"interested\": \"\",\n  \"campaigns_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_list_available_webhook_events",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/available/webhook/events",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "available",
            "webhook",
            "events"
          ]
        },
        "description": "Tool to list all webhook event names supported by Woodpecker. Use before subscribing to ensure valid 'event' values (static catalog from docs).",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_list_campaigns_v1",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/campaigns/v1",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "campaigns",
            "v1"
          ]
        },
        "description": "Tool to list campaigns. Use when you need to fetch campaigns with optional status or ID filters.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"status\": \"\",\n  \"company_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_pause_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/pause/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "pause",
            "campaign"
          ]
        },
        "description": "Tool to pause a campaign. Use when you need to temporarily stop sending prospects until resumed.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_run_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/run/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "run",
            "campaign"
          ]
        },
        "description": "Tool to run a campaign and set its status to RUNNING. Use when you want to activate a configured campaign after final review.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "woodpecker_co_stop_campaign",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/stop/campaign",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "stop",
            "campaign"
          ]
        },
        "description": "Tool to stop a campaign. Use when you need to halt prospect contacts by setting campaign status to STOPPED.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"campaign_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}