This topic was automatically generated from Slack. You can find the original thread here.
I’m having issues connecting Pipedream MCP to any services, whether Cursor, OpenAI Agent Builder or ChatGPT, it doesn’t seem to connect. I’ve followed the videos, docs, and other resources with no luck.
However, the tools don’t seem to load as you can see in the screenshot, this in Agent Builder, and similar thing happens in Cursor which is also shown in the screenshot below indicated a “red dot” that it’s not connecting even though authorized on the pipedream side.
It seems to me that the issue is in what I provide into the API Key / Auth token field.
Does anyone know what is expected there:
• is it Client Secret
• or the access_token received after sending the https://api.pipedream.com/v1/oauth/token request
• maybe something else?
Thank you in advance for any help
Yea I actually did come across this yesterday, but specifically in OpenAI’s playground / agent builder. I cannot reproduce the issue anywhere else. Have you reproduced it in code?
Yea, something is up with the implementation there — are you getting a 424? I was seeing that yesterday, but I can’t reproduce it anywhere else, so I do believe it’s unfortunately on OpenAI’s side. We’re working with their team to investigate.
are you getting a 424
When I was trying to connect the production tool (Places API) – I wasn’t getting any error, because I didn’t manage to connect any tool.
But I got this error when I was connecting to a testing tool via the token generated in this instruction:
Does anyone know what is expected in the API Key / Auth token field:
• is it Client Secret
• or the access_token received after sending the https://api.pipedream.com/v1/oauth/token request
• maybe something else?