Is it Possible to Prefill the End User's Selected Apps During the Auth Flow with "<https://mcp.pipedream.net/v2>"?

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

Just curious, there is no way to prefill the end user’s selected apps when they initiate the auth flow with “https://mcp.pipedream.net/v2”, correct?

I found the following but not I’m not seeing the query param do anything:

When you say “end user” do you mean you? If you’re trying to execute tool calls on behalf of your end users, you should follow the developer guide here:
https://pipedream.com/docs/connect/mcp/developers

I see what you’re saying.

So, in my case, the end user can be me or anyone else. I’m just using an mcp client that opens the auth flow for https://mcp.pipedream.net/v2, where the user can sign into their pipedream, then chat and use their selected apps.

If I follow what you’re suggesting, then I can just expose the exact app(s) and the end user doesn’t have to sign into pipedream, right?

That’s right. The flow you referenced is for a free product we offer to consumers directly. For enabling Pipedream MCP for your own customers, you should check out those docs.

got it. Thanks for the help