# Zapier MCP MCP

> Zapier MCP connects your automated workflows to your agent. Instead of clicking through dozens of dashboards, you simply talk to your AI client and ask it questions about your connections, history, or account status. It lets you manage your entire automation infrastructure using natural conversation.

## Overview
- **Category:** growth-engine
- **Price:** Free
- **Tags:** workflow-automation, integration-management, task-monitoring, api-orchestration, execution-auditing, no-code

## Description

Manage all your interconnected services without leaving the chat window. This MCP gives your agent full visibility into what's running on Zapier. You can list every automated workflow (Zap) in your account and get deep details, including which actions trigger them or how they currently run. Need to know if a critical automation is active? Ask for the status. Want to see why that lead notification failed last week? Get the full job history.

It also keeps tabs on what third-party apps—like Slack or Gmail—you've connected, so you always know your app health. If you can't figure out a template yourself, the agent searches the entire Zapier directory for pre-built ideas. Because every tool call runs within Vinkius, and Vinkius AI Analytics tracks exactly which tools were called and what data flowed through, you never have to wonder if something happened in the dark.

## Tools

### get_history
Retrieves the full run history for one specific automated workflow (Zap).

### get_profile
Gets key details about your authenticated Zapier account and user profile.

### get_zap
Retrieves the complete setup configuration for a specific automated workflow.

### list_apps
Lists all third-party applications (like Slack and Gmail) currently linked to your Zapier account.

### list_zaps
Provides a list of every automated workflow running in your account, including their status.

### search_templates
Searches the Zapier directory for pre-made ideas by providing simple search queries like 'Salesforce to Slack'.

## Prompt Examples

**Prompt:** 
```
List all my Zaps in Zapier.
```

**Response:** 
```
I found 5 Zaps in your account: 1. 'New Lead to Slack' (Status: ON, ID: 12345), 2. 'Shopify to Xero Sync' (Status: ON, ID: 67890), 3. 'Email to Trello' (Status: OFF, ID: 11223), and 2 others. Which one would you like to audit?
```

**Prompt:** 
```
What is the history for the 'New Lead to Slack' Zap?
```

**Response:** 
```
Retrieving history for Zap 12345… The last 5 runs were all successful. The most recent execution was 10 minutes ago and successfully sent a lead notification to the #sales-alerts channel.
```

**Prompt:** 
```
Search for templates to sync Gmail attachments to Dropbox.
```

**Response:** 
```
I found several templates for Gmail to Dropbox sync. Popular options: 1. 'Save new Gmail attachments to a specific Dropbox folder', 2. 'Create Dropbox text files from new Gmail emails'. Would you like the details for these templates?
```

## Capabilities

### List all automated workflows
The agent provides a complete list of every workflow (Zap) configured in your account.

### Get detailed execution logs
You retrieve the full job history for any specific workflow to pinpoint successes or failures.

### Check connected apps and credentials
The agent lists every third-party application (like Salesforce or Gmail) currently authenticated with your account.

### Search for pre-built templates
You search the Zapier directory for ready-to-use workflow ideas, such as 'Slack to Trello'.

### View overall account status
The agent verifies your user profile details, plan limits, and general account ownership.

## Use Cases

### Workflow suddenly stops sending alerts
The Ops Manager asks the agent: 'Why did the lead notification stop working?' The agent uses `get_history` on the relevant Zap to confirm the last five runs were successful, but the next run failed due to a missing field. This saves them from manually checking error logs.

### Building a new department integration
The Product Owner asks: 'What's the best way to sync Figma changes with Jira tickets?' The agent uses `search_templates` and provides three ready-made workflow options, instantly guiding the user to the right starting point.

### Onboarding a new team member
The Support Lead asks: 'Show me every app connected for marketing.' The agent runs `list_apps`, giving them a clean list of all authenticated services, which is far faster than checking the main Zapier settings page.

### Auditing account usage before renewal
The Administrator asks: 'What are our plan limits and who owns this account?' The agent runs `get_profile`, providing immediate, verified data on ownership and remaining capacity for the entire team.

## Benefits

- Check if a critical workflow is running or paused. You can use the `list_zaps` tool to see every Zap's current status without navigating complex dashboards.
- Troubleshoot broken automations quickly. The `get_history` tool shows you exactly when and why a specific run failed, saving hours of manual investigation.
- Manage your connections from one chat. Use the `list_apps` tool to verify every third-party app is still authenticated and ready for use.
- Plan new integrations fast. The `search_templates` function lets you find pre-made workflows (e.g., 'Slack to Trello') just by typing a query.
- Know your account limits instantly. Running `get_profile` verifies your plan status, so you never run into unexpected overspending issues.

## How It Works

The bottom line is: Your AI agent becomes a live dashboard analyst that reads and summarizes complex automation data instantly.

1. Subscribe to this MCP and provide your Zapier API Key.
2. Connect the credentials from that key to your preferred AI client (like Claude or Cursor).
3. Tell your agent what you need—for example, 'Show me the history for my lead notification workflow.'—and it runs the query.

## Frequently Asked Questions

**How do I check if my Zaps are running with the Zapier MCP?**
You use `list_zaps` to get an overview of every workflow. You can then ask the agent for specific details on a single flow's status or run its job history using `get_history`.

**Can I find new automation ideas with the Zapier MCP?**
Yes, use the `search_templates` tool. You just type a query like 'Gmail to Notion,' and it searches the entire directory for ready-to-use templates.

**Does the Zapier MCP help me audit my account?**
Absolutely. The agent uses `get_profile` to verify your plan limits, and you can use `list_apps` to confirm all connected services are accounted for and healthy.

**What if I need the details of a specific workflow? Do I use get_zap?**
Yes. Running `get_zap` pulls up the full, detailed configuration for one specific Zap, allowing you to see every trigger and action step it contains.

**How do I use list_apps to audit my connected third-party services?**
Yes, `list_apps` shows every third-party application linked to your account. This is crucial for auditing which services are active and if any connections need re-authorization or management.

**If a Zap fails, how do I use get_history to troubleshoot the error?**
Use `get_history` on a specific workflow ID. This pulls the full execution log, allowing you to see exactly when and why an action failed or succeeded.

**Can I check my account usage limits using get_profile?**
The `get_profile` tool retrieves detailed information about your user account. It includes vital data like plan status, ownership verification, and potential API quota limits.

**When running list_zaps, how do I find the unique ID for a workflow?**
The output from `list_zaps` provides the unique identifier (ID) for every automated workflow. You need this specific ID when referencing Zaps in scripts or advanced automation logic.

**Can I check if a specific Zap failed recently through the agent?**
Yes. The `get_zap_history` tool allows your AI agent to retrieve the job history for any specific Zap ID, showing you which runs succeeded and which encountered task failures so you can monitor health through chat.

**How do I find out which third-party apps are connected to my account?**
You can use the `list_connected_apps` tool. It will return all applications currently authenticated in your Zapier account, such as Slack, Google Sheets, or Gmail, so you can see what is available for automation.

**Is it possible to search for workflow ideas via conversation?**
Absolutely. Use the `search_zap_templates` tool and provide a query string. Your agent will search the Zapier directory and return pre-made template ideas to help you build new automated flows quickly.