Composio is the established player for owner-side SaaS connectors with managed OAuth. wmcp.sh is a different shape — shopper-side, OpenAPI ingest, MCP-native proxy, oracle/price-data adapters. Not a feature-by-feature dunk; here's when each one wins.
Both written by people on the wmcp.sh team. We tried to be fair. If Composio's team wants to publish a counter-page, we'll link to it.
A platform for developers building owner-side AI apps to connect their customers' SaaS accounts (Slack / Notion / Linear / GitHub) via managed OAuth, with curated connectors and per-user token storage.
A worker that turns any public URL — Shopify storefronts, OpenAPI specs, oracle/price-data endpoints, OAuth-gated MCP servers — into MCP tools an agent can call. Shopper-side, broader, less curated.
| Capability | Composio | wmcp.sh |
|---|---|---|
| Owner-side SaaS connectors user connects their own Slack / Notion / Linear |
✅ Polished, curated, 100+ providers | ⚠️ Available via OpenAPI ingest, but Composio's per-provider polish is real |
| Shopper-side commerce agent buys from stores the user doesn't own |
❌ Not in scope | ✅ Shopify adapter on 4M+ public storefronts |
| OpenAPI spec ingest | ⚠️ Some providers, hand-curated | ✅ Any OpenAPI 3 spec URL → MCP tools automatically (Stripe ~400, GitHub ~900) |
| Oracle / price-data adapters CoinGecko, Pyth, Chainlink, DefiLlama |
❌ Not in scope | ✅ 5 adapters live at /price-data |
| OAuth-proxy for MCP servers e.g. DefiLlama MCP for Claude.ai users |
⚠️ Different model (per-customer) | ✅ wmcp.sh/mcp/<provider> proxies any RFC 7591 / PKCE MCP server |
| Free tier | Limited free tier | 100 reads/day anonymous, no signup |
| Pricing (developer tier) | $39+/mo + usage | $29/mo Pro |
| MCP-spec native | ✅ MCP tool shape | ✅ MCP tool shape + Streamable HTTP proxy + OAuth 2.1 DCR |
| Open source | Partial (clients only) | Worker + adapters public (MIT) |
| Multi-region / edge | Centralized platform | Cloudflare Workers, 300+ POPs |
| Managed agent-readiness consulting we ship JSON-LD, OpenAPI, MCP server for your site |
❌ Not offered | ✅ From $499 one-time — see /managed |
Drop any Shopify product URL, any OpenAPI spec URL, or any of the price-data sources. Free tier, no signup for the first 100 reads/day.
# Shopify product → 5 MCP tools (price, availability, add-to-cart, ...)
curl 'https://wmcp.sh/api/v1/tools?url=https://www.allbirds.com/products/mens-wool-runners'
# Stripe OpenAPI → 400+ MCP tools, with tag-filter:
curl 'https://wmcp.sh/api/v1/tools?url=https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json&tag=customers'
# DefiLlama → 6 MCP tools for TVL, yields, stables, ETFs
curl 'https://wmcp.sh/api/v1/tools?url=https://api.llama.fi/protocols'