head-to-head · honest framing

wmcp.sh vs Pipedream.

Pipedream is a serverless workflow + integration platform with 2000+ connectors — built for backend event-driven automations. wmcp.sh is a different shape: URL → MCP tools for AI agents to call. Both legit, different jobs.

One sentence each.

Pipedream

A workflow automation platform — visual + code-first multi-step flows triggered by events (webhooks, schedules, queues). 2000+ pre-built integrations, generous free tier, mature platform.

wmcp.sh

A worker that turns any URL into MCP tools an AI agent can call dynamically. Agent-first surface — Claude / Cursor / Codex decide which tool to invoke at runtime.

The capability matrix.

CapabilityPipedreamwmcp.sh
Trigger-based workflows
"when X event happens, do Y"
✅ Core feature, mature❌ Not the goal — wmcp.sh is request/response, not event-driven
Pre-built SaaS connectors✅ 2000+ curated⚠️ Covers via OpenAPI ingest, but no per-provider hand-tuning
Agent tool_use shape
Claude / OpenAI function_call / MCP
⚠️ Some agent features; not MCP-native✅ MCP / tool_use / function_call shapes, native
Shopper-side commerce❌ Not in scope✅ Shopify storefronts (4M+ stores) out of the box
Oracle / price-data
CoinGecko, Pyth, Chainlink, DefiLlama
❌ Not in scope✅ 5 adapters at /price-data
OAuth-proxy for MCP servers❌ Not in scope✅ RFC 7591 DCR + PKCE proxy at /mcp/<provider>
Free tier10k invocations/mo100 reads/day anonymous, no signup
Open sourceComponents open, platform closedWorker + adapters MIT
Run on the edgeCentralizedCloudflare Workers, 300+ POPs

The honest version.

Pipedream wins when:

  • You're building event-driven backend automations (webhook → process → forward)
  • You need 2000+ SaaS connectors hand-curated for stability
  • You want a generous free tier for non-agent workflow execution
  • You need a visual builder for non-technical operators

wmcp.sh wins when:

  • You're building an AI agent that decides which tool to call (vs. fixed workflow steps)
  • You need MCP-native — Claude.ai / Cursor / Codex / OpenCode plug into wmcp.sh directly
  • You need shopper-side, oracle, or DeFi adapters (Pipedream doesn't ship these)
  • You want OAuth-proxy so OAuth-gated MCP servers (DefiLlama, etc.) work in agents that can't drive OAuth themselves

One curl.

curl 'https://wmcp.sh/api/v1/tools?url=https://api.llama.fi/protocols'
# 6 DeFi MCP tools, agent-ready. No signup, no workflow builder.

Common questions.

What's the difference?
Pipedream chains pre-defined workflow steps triggered by events. wmcp.sh exposes URLs as MCP tools an agent calls dynamically. Different jobs.
When pick Pipedream?
Event-driven backend flows. 2000+ connectors. Generous free tier.
When pick wmcp.sh?
Agent-facing tool layer. MCP-native. Shopper-side + OpenAPI ingest + oracle/DeFi.
Can I use both?
Yes. Pipedream for backend automations + wmcp.sh as the agent-facing tool layer.
Pricing?
Pipedream: free 10k invocations/mo, $19/mo for 1M. wmcp.sh: free 100/day anonymous, $29/mo Pro for 10k/day.
Does Pipedream do MCP?
Not as a primary product. wmcp.sh is MCP-native: every URL output is shaped for MCP clients directly.