Vinkius
Pipedream

Pipedream MCP. Debug workflows and event data from chat.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Pipedream MCP on Cursor AI Code Editor MCP Client Pipedream MCP on Claude Desktop App MCP Integration Pipedream MCP on OpenAI Agents SDK MCP Compatible Pipedream MCP on Visual Studio Code MCP Extension Client Pipedream MCP on GitHub Copilot AI Agent MCP Integration Pipedream MCP on Google Gemini AI MCP Integration Pipedream MCP on Lovable AI Development MCP Client Pipedream MCP on Mistral AI Agents MCP Compatible Pipedream MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

Pipedream connects your entire serverless automation stack directly to your AI client. Use this MCP Server to manage Pipedream workflows, audit event sources, and inspect raw data payloads without needing the browser console.

It lets you list full workflow definitions, check real-time webhook subscriptions, and retrieve recent transaction events from any connected source.

What your AI agents can do

Get source

Retrieves detailed configuration information for a specific event source.

Get user

Pulls basic identification data for the current user context.

Get workflow

Fetches the full details and step-by-step logic of a single workflow instance.

+ 4 more capabilities included
List and Get Workflow Details

Retrieves the full structure, step-by-step logic, and configuration status of any Pipedream workflow.

List Available Event Sources

Returns a list of all configured data sources, showing their type (webhook/poll) and current status.

Get Specific Source Metadata

Retrieves detailed information about one specific event source, including its trigger mechanism and polling settings.

List Active Webhook Subscriptions

Shows all external APIs connected via webhooks, allowing you to see which services are actively communicating with Pipedream.

Retrieve Recent Raw Payloads

Pulls the last few raw JSON or XML payloads that passed through a specific Pipedream source for immediate debugging.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

Pipedream MCP Server: 7 Tools for Workflow Operations

Use these tools to inspect Pipedream's core assets—workflows, sources, and event data—to debug automation pipelines without leaving your AI client.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Pipedream on Vinkius
get019d75f3

get source

Retrieves detailed configuration information for a specific event source.

get019d75f3

get user

Pulls basic identification data for the current user context.

get019d75f3

get workflow

Fetches the full details and step-by-step logic of a single workflow instance.

list019d75f3

list events

Lists and summarizes recent raw event payloads received from a specified source ID.

list019d75f3

list sources

Returns a list of all active and configured data sources within the account.

list019d75f3

list subscriptions

Retrieves a list of all webhooks currently subscribed to external APIs.

list019d75f3

list workflows

Provides an overview listing every workflow defined in your Pipedream account.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Pipedream, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,800+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Pipedream MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Pipedream. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 7 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Debugging serverless logic shouldn't feel like an archaeological dig through browser tabs.

Today, debugging a failed webhook means hopping between the Pipedream console, the external API dashboard, and your local terminal. You copy payloads into one place, check logs in another, and then try to manually stitch together what actually happened—a process that takes way too long.

With this MCP server, you just ask your agent: 'What happened with Stripe's webhook last night?' The agent runs the `list_sources` tool, identifies the correct source, calls `list_events`, and spits out a summary of raw payloads right into your chat. It’s immediate context.

Pipedream MCP Server: See event data in plain text.

The manual steps that disappear are the copy-pasting, the switching between consoles, and the guessing game over which log is relevant. You never have to manually compare a webhook signature against a source definition again.

Now, you talk to your automation platform like it's an extension of your brain. It doesn’t just tell you *something* broke; it shows you the precise data packet that caused the failure.

What you can do with this MCP connector

You've got Pipedream running your whole backend stack. This MCP Server connects that entire system directly to your AI client so you can actually manage it without opening the browser console. You don't have to click around or dig through tabs just to check what went wrong; you get all the data right here.

When you need an overview, you start by listing everything. You can run list_workflows to pull a comprehensive view of every single automation flow defined in your account. If that general list isn't enough, you can drill down using get_workflow, which fetches the entire step-by-step logic and full configuration status for any specific workflow instance you point it at.

This gives you the complete picture of how your serverless logic is structured.

For managing data sources, the process works similarly. You'll run list_sources to get a list of every configured data source—whether it’s set up as a webhook or if it polls for data—and what its current status is. If you know which source caused trouble, you can use get_source to pull detailed configuration information on that specific event source, including exactly what its trigger mechanism is and how its polling settings are configured.

Checking the actual incoming traffic is where this thing shines. You can run list_events against a specified source ID; this pulls summaries of recent raw payloads—the real JSON or XML data—that passed through that Pipedream endpoint, which is critical when you're trying to debug why something failed. To map out how outside services are talking to your system, you run list_subscriptions, getting a list of every external API that’s subscribed via webhook.

You can also check who you are connected as anytime by running get_user to pull basic identification data for the current user context.

Basically, this lets you manage your whole automation lifecycle in one place: you get an overview of all available event sources using list_sources, and if you need deeper metadata, you use get_source. You can see every webhook subscribed to external APIs via list_subscriptions and retrieve the full structure and configuration status for any workflow with get_workflow; this gives you visibility into both the flow's logic and its operational limits.

When all else fails, running list_events lets you look at raw data payloads from a specific source ID to see exactly what information hit your system.

Built · Hosted · Managed by Vinkius Pipedream MCP Server - Manage Workflows & Events Server ID 019d75f3-db03-71ad-bfa3-cbd99d28cce3
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About Pipedream MCP

How do I check all my webhooks with list_subscriptions? +

You run list_subscriptions and your agent returns a structured list of every external API connected. This lets you see exactly which services are sending data to Pipedream.

What is the difference between get_source and list_sources? +

list_sources gives you an overview of all sources (like a table of contents). get_source lets you drill down into one specific source to see its detailed metadata and configuration settings.

Can I use list_events to check for rate limiting? +

Yes. By running list_events, you can review the volume of transactions over a period. If the event count suddenly drops or shows specific error payloads, it suggests rate limits or an upstream failure.

Does get_workflow show me the code logic? +

Yes, get_workflow provides the complete step-by-step sequence of the workflow. You see every node—the HTTP trigger, custom code blocks, and API calls—so you can debug the flow structure.

What specific user details does the `get_user` tool return regarding my account scope? +

It returns your current API key's identity and associated permissions. This lets you confirm that your agent is operating within the expected organizational boundaries before executing complex pipelines.

How do I use `list_workflows` to find all available automation paths? +

This tool provides an index of every workflow ID and its current deployment status. If you need to view the full step-by-step logic or configuration limits, you'll then use get_workflow with a specific ID from this list.

What metadata can I retrieve about one data input channel using `get_source`? +

get_source pulls deep details for any single event source. You'll see its polling schedule, required webhooks, and current configuration limits without having to navigate the Pipedream console.

If I use `list_events`, am I getting the full raw JSON payload or just a summary? +

It provides a summarized view of recent events, showing timestamps and basic headers. To get the complete, unaltered raw data body for deep debugging, you must reference the source's specific API endpoint documentation.

Can the agent pull raw JSON payloads from specific Pipedream webhooks? +

Yes. Ask the agent to list recent events from a specific Event Source ID. It captures the physical payloads ingested, showing you the raw keys and headers automatically. This is perfect for debugging failed external API calls without leaving your environment.

How can I trace the steps of my serverless workflow components? +

Request details on a given Workflow ID (get_workflow). Your agent will unpack the configuration boundaries, distinct step triggers, and deployment paths, letting you quickly verify logic flow arrays or parameter mappings without needing the web canvas editor.

Can I have multiple Pipedream workspaces configured? +

Yes, by generating separate API keys per workspace in Pipedream and authenticating them in Vinkius against distinct agents. Use get_user to instantly verify which token and quota limit (profile allowances) you are currently mapped onto.

Built & Managed by Vinkius 30s setup 7 tools

We've already built the connector for Pipedream. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 7 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.