Add Pipedream MCP to your app or agent to make tool calls on behalf of your users to 2,800+ APIs and 10,000+ tools.
external_user_id
app
Header | Query Param | Value | Required? |
---|---|---|---|
x-pd-project-id | projectId | proj_xxxxxxx | Yes |
x-pd-environment | environment | development , production | Yes |
x-pd-external-user-id | externalUserId | <your-users-id> | Yes |
x-pd-app-slug | app | linear , notion , etc | Yes* |
x-pd-tool-mode | toolMode | sub-agent , tools-only , full-config | No Defaults to sub-agent |
x-pd-app-discovery | appDiscovery | true | No |
appDiscovery=true
GET /:external_user_id/:app
: app-specific connection endpointPOST /:external_user_id/:app/messages
: app-specific message handlerDockerfile
sse
transport type, http
is coming soon.PD_SDK_DEBUG
to print out all the requests and responses going to the Connect API: