Pipedream MCP connector
Pipedream is a low-code integration platform that connects APIs, data stores, and apps through automated workflows. The Pipedream MCP connector allows AI agents to retrieve workspace and organization sources, manage connected accounts and apps, and access user and workspace details. It also supports discovering available integrations, querying app metadata, and monitoring active subscriptions across workspaces.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Pipedream MCP connector to perform the following actions:
- Build automated workflows connecting Salesforce, Slack, and email without writing code
- Monitor API events in real-time and trigger actions across your business apps
- Sync customer data between multiple platforms instantly when records change
- Schedule recurring tasks like daily reports, weekly audits, and monthly reconciliations
- Transform and filter incoming data before sending it to downstream systems
- Connect internal databases to external tools and automate multi-step processes
Example prompts
Use the following example prompts to invoke Pipedream MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all the event sources I have configured in Pipedream.List every app integration available in Pipedream that I can use.What subscriptions does my workspace have active in Pipedream right now?Get details about the Slack app integration in Pipedream.Find all sources my organization has created in Pipedream.Search for a component in Pipedream that handles webhook authentication.Tell me what connected accounts I have in Pipedream.Show me all the components in the Pipedream global registry for data transformation.Get the details of my current user account in Pipedream.List every subscription across my entire Pipedream organization.
Pipedream MCP connector tools
The Pipedream MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| pipedream_pipedreamgetsource_invoke | Retrieves details and configuration for a specific source. |
| getCurrentUser | Retrieves information about the authenticated user account. |
| listAccounts | Lists all connected accounts available in the workspace. |
| listApps | Lists all available apps that can be integrated. |
| getApp | Retrieves detailed information about a specific app. |
| listConnectApps | Lists apps available for connecting to the workspace. |
| getWorkspace | Retrieves configuration and details about the current workspace. |
| listWorkspaceSources | Lists all data sources created in the workspace. |
| listWorkspaceSubscriptions | Lists all active subscriptions in the workspace. |
| listOrgSources | Lists all data sources across the organization. |
| listOrgSubscriptions | Lists all subscriptions across the organization. |
| getRegistryComponent | Retrieves a reusable component from the global component registry. |
| searchComponents | Searches for reusable components in the global registry. |