# Zapier (verified)

Connect apps and automate workflows across 7,000+ services. Create, manage, and trigger Zaps to move data between tools automatically.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add zapier

# Browse available tools
npx -y @smithery/cli@latest tool list zapier

# Get full schema for a tool
npx -y @smithery/cli@latest tool get zapier get_configuration_url

# Call a tool
npx -y @smithery/cli@latest tool call zapier get_configuration_url '{}'
```

## Direct MCP Connection

Endpoint: `https://zapier.run.tools`

## Tools (1)

- `get_configuration_url` — Returns the URL where users can configure this MCP server - adding, editing, or removing actions. Provide this URL to u…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get zapier <tool-name>
```
