Has Anyone Developed an MCP to Call the Pipedream REST API for 'List-Apps' or 'Get-Workflow-Details'?

This topic was automatically generated from Slack. You can find the original thread here.

Does anyone have an MCP yet w/ tools to make calls to the Pipedream REST API? Having an LLM be able to call the ‘list-apps’ endpoint would be very nice… or ‘get-workflow-details’

I feel like I’m missing something-- someone else has to have implemented this already.

I’ve created a private action to list apps, which I use to list the apps we have in the Pipedream app store.

Would you mind create a request using this form to create those actions you need from the Pipedream app?

Once actions are developed and published to the Pipedream registry they will be exposed in Pipedream MCP

With list apps I prepared a workflow to sent me an email with Pipedream listed apps every morning. It’s like my morning dashboard

Ah gotcha - thank you! So are you using an MCP to run list-apps? Or is that a hardcoded API call in your private action?

If you’re using an MCP, does that mean the Pipedream MCP can run your private actions you’ve published to your account?

Also, would that form be used for requesting that actions are added to Pipedream, and then the MCP would be able to access these actions?

So I’d be requesting that Pipedream develop published actions for it’s existing Rest API endpoints? And then those actions would become accessible to the Pipedream MCP? Just making sure I understand

whole lot of questions–sorry

I’m not using MCP.

I created the action in Pipedream workflow editor and then saved it into My Actions

Also, would that form be used for requesting that actions are added to Pipedream, and then the MCP would be able to access these actions?

So I’d be requesting that Pipedream develop published actions for it’s existing Rest API endpoints? And then those actions would become accessible to the Pipedream MCP? Just making sure I understand
Exactly – actions in the Pipedream public registry which are available to all users get exposed as Tools in Pipedream MCP

Yes, we’d love you request the actions “list apps” and “get workflow details” using the form I provided. Once component development team at Pipedream builts them they will be available in MCP

Ok gotcha- thanks!