# Woodpecker Co — MCP server on mcp.ai > Connect your Woodpecker Co account and use 8 tools for drip emails straight from your AI agent. Connect with your own API key. Woodpecker.co is a cold email tool that automates personalized email outreach and follow-ups for sales teams and agencies. By: mcp.ai · official Page: https://mcp.ai/woodpecker_co ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_woodpecker_co?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/woodpecker_co/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/woodpecker_co/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/woodpecker_co/skill.md Postman collection (v2.1): https://mcp.ai/woodpecker_co/postman.json ## Tools - woodpecker_co_add_prospects_to_campaign_v1(force?: boolean, campaign: object, file_name?: string, prospects: object[]) — Tool to add one or multiple prospects to a campaign. Use when you need to import prospects into a campaign's contact list. - woodpecker_co_delete_campaign_step(step_id: string, campaign_id: integer) — 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. - woodpecker_co_get_prospects_in_campaigns_v1(id?: integer[], diff?: string, page?: integer, sort?: string, status?: string, activity?: string, per_page?: integer, contacted?: boolean, interested?: string, campaigns_id: integer[]) — Tool to retrieve prospects enrolled in specified campaigns. Use when you need to list prospects for given campaign IDs. - woodpecker_co_list_available_webhook_events() — Tool to list all webhook event names supported by Woodpecker. Use before subscribing to ensure valid 'event' values (static catalog from docs). - woodpecker_co_list_campaigns_v1(id?: integer[], status?: string[], company_id?: integer) — Tool to list campaigns. Use when you need to fetch campaigns with optional status or ID filters. - woodpecker_co_pause_campaign(campaign_id: integer) — Tool to pause a campaign. Use when you need to temporarily stop sending prospects until resumed. - woodpecker_co_run_campaign(campaign_id: integer) — Tool to run a campaign and set its status to RUNNING. Use when you want to activate a configured campaign after final review. - woodpecker_co_stop_campaign(campaign_id: string) — Tool to stop a campaign. Use when you need to halt prospect contacts by setting campaign status to STOPPED. ## Example prompts - "What can I do in Woodpecker Co?" - "Show me a summary of my Woodpecker Co account" ## Links Docs: https://mcp.ai/docs/mcps/woodpecker_co Website: https://mcp.ai/mcps/woodpecker_co