Pipedream · Capability

Pipedream MCP Server

Pipedream remote MCP server exposing 10,000+ tools across 2,800+ apps. Single JSON-RPC endpoint with negotiated SSE / streamable HTTP transport.

Pipedream MCP Server is a Naftiko capability published by Pipedream, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 1 operation.

The capability includes 1 state-changing operation. Lead operation: Invoke an MCP JSON-RPC method on Pipedream remote MCP. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Pipedream, MCP, and AI Agents.

Run with Naftiko PipedreamMCPAI Agents

MCP Tools

invoke-mcp

Invoke an MCP JSON-RPC method on Pipedream remote MCP

Capability Spec

pipedream-mcp.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pipedream MCP Server
  description: Pipedream remote MCP server exposing 10,000+ tools across 2,800+ apps. Single JSON-RPC endpoint with negotiated SSE / streamable
    HTTP transport.
  tags:
  - Pipedream
  - MCP
  - AI Agents
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    PIPEDREAM_ACCESS_TOKEN: PIPEDREAM_ACCESS_TOKEN
    PIPEDREAM_PROJECT_ID: PIPEDREAM_PROJECT_ID
capability:
  consumes:
  - type: http
    namespace: pipedream-mcp
    baseUri: https://remote.mcp.pipedream.net/v3
    description: Pipedream hosted MCP endpoint.
    resources:
    - name: mcp-root
      path: /
      operations:
      - name: invokemcp
        method: POST
        description: Invoke an MCP JSON-RPC method (initialize, tools/list, tools/call)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: x-pd-project-id
          in: header
          type: string
          required: true
        - name: x-pd-environment
          in: header
          type: string
          required: true
        - name: x-pd-external-user-id
          in: header
          type: string
          required: true
        - name: x-pd-app-slug
          in: header
          type: string
          required: true
        - name: body
          in: body
          type: object
          required: true
    authentication:
      type: bearer
      token: '{{env.PIPEDREAM_ACCESS_TOKEN}}'
  exposes:
  - type: mcp
    namespace: pipedream-mcp-pass
    port: 9091
    transport: http
    description: MCP passthrough adapter to Pipedream remote MCP.
    tools:
    - name: invoke-mcp
      description: Invoke an MCP JSON-RPC method on Pipedream remote MCP
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: pipedream-mcp.invokemcp
      with:
        x-pd-project-id: tools.x-pd-project-id
        x-pd-environment: tools.x-pd-environment
        x-pd-external-user-id: tools.x-pd-external-user-id
        x-pd-app-slug: tools.x-pd-app-slug
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.