Loading account...
Your first answer in 60 seconds
Connect Pipeworx to your AI, then ask it something real — no key required to start.
Easiest — one line, then restart. (Or just tell Claude Code: “add the Pipeworx MCP server at https://gateway.pipeworx.io/oauth/mcp” and it runs this for you.) Then run /mcp and authenticate: free, and it takes you from 50 calls a day to 200.
claude mcp add --transport http pipeworx https://gateway.pipeworx.io/oauth/mcp Or install the plugin — same tools, plus an auto-routing skill so Claude reaches for ask_pipeworx without being told:
/plugin marketplace add pipeworx-io/claude-code-plugin
/plugin install pipeworx - Open claude.ai/customize/connectors.
- Click Add custom connector.
- Name it
Pipeworx, paste the first URL below, and save. Leave the OAuth client ID/secret blank — the connector registers itself. - Click Connect on the connector and sign in with GitHub. This is the step that matters: without it you are capped at 50 calls a day, with it you get 200 — free, same connection.
- In a new chat, open the tools menu and enable Pipeworx (you should see ~38 tools).
https://gateway.pipeworx.io/oauth/mcp https://gateway.pipeworx.io/pipeworx-catalog/mcp Not signing in still works — you get 50 calls a day anonymously, no account needed. When you run out, Pipeworx asks your client to sign you in rather than just failing, so you can do it at that point instead.
Free Claude accounts can’t add custom connectors — that’s an Anthropic plan gate, not a Pipeworx one.
OpenAI’s visual workflow builder (platform.openai.com/agent-builder) connects to Pipeworx as an MCP tool — no code, no auth:
- Open Agent Builder and create (or open) a workflow.
- Click your Agent node → Tools → + → MCP Server → + Server.
- Paste the URL below. Label it
pipeworx. Authentication: None. - Pick the tools to expose (or leave all selected) and Add.
https://gateway.pipeworx.io/oauth/mcp https://gateway.pipeworx.io/pipeworx-catalog/mcp One-click deeplink — signs you in, 200 calls/day:
cursor://anysphere.cursor-deeplink/mcp/install?name=pipeworx&config=eyJ1cmwiOiJodHRwczovL2dhdGV3YXkucGlwZXdvcnguaW8vb2F1dGgvbWNwIn0= Or the no-account deeplink — 50 calls/day:
cursor://anysphere.cursor-deeplink/mcp/install?name=pipeworx&config=eyJ1cmwiOiJodHRwczovL2dhdGV3YXkucGlwZXdvcnguaW8vcGlwZXdvcngtY2F0YWxvZy9tY3AifQ== Or add to .cursor/mcp.json:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/oauth/mcp"
}
}
} No account? Swap in https://gateway.pipeworx.io/pipeworx-catalog/mcp — same connection, 50 calls a day instead of 200.
Windsurf is now Devin Desktop (devin.ai/download) — same Cascade panel, same config path. Edit ~/.codeium/windsurf/mcp_config.json, save, then refresh Cascade’s MCP list:
{
"mcpServers": {
"pipeworx": {
"serverUrl": "https://gateway.pipeworx.io/oauth/mcp"
}
}
} No account? Swap in https://gateway.pipeworx.io/pipeworx-catalog/mcp — same connection, 50 calls a day instead of 200.
Via the UI: Settings → Cascade → Configuration → MCP servers → switch to the Cascade marketplace (not Devin Local) → Add custom MCP → paste the above → save.
Official extension — one command (or just ask Gemini CLI to run it):
gemini extensions install https://github.com/pipeworx-io/gemini-cli-extension Note: Google is folding Gemini CLI into Antigravity CLI (mid-2026); the same extension/MCP mechanism carries over. The consumer Gemini web app does not support custom connectors — use the CLI or Gemini Enterprise.
Using Pipeworx, what was the US unemployment rate last month? API Key
pwx_•••••••••••••••• New here?
Ten minutes to your first grounded answer: Pipeworx 101 — connect a client, ask a question your AI couldn't answer before, get a cited number back.
Notifications
Verify a phone number to receive SMS alerts from subscriptions (10/day cap per subscription).
Recent alerts
Events fired by your subscriptions — newest first. The same feed your agent pulls via the recent_alerts MCP tool or GET /alerts.json.
- Loading…
Connections
Connect your SaaS accounts to use enterprise tools via Pipeworx.
Bundles
Create custom tool collections. Each bundle gets its own MCP URL with only the tools you select.
Security & governance
Self-service controls for narrowing what your managed API key can do, watching what it actually did, and defending against prompt-injection payloads. Full reference →
Pack allowlist
Scope your key to a subset of packs. Calls to anything else reject with tool_not_allowed.
GET/POST /auth/allowlist Per-pack daily quotas
Cap a single noisy pack without throttling the whole account. Resets at UTC midnight.
GET/POST /auth/pack-quotas Audit-log export
Your last-N tool calls with timestamp, pack, tool, tier, status, latency, cost. Up to 30 days back.
GET /auth/audit?hours=24&limit=100 Response-side safe_mode
Prompt-injection scanner on every response. Set ?safe_mode=annotate|redact|block on your MCP URL.
Any tier · guide Plan
Pay-as-you-go — you're billed per request from your credit balance.
A subscription locks a lower rate on every category, and the fee is credited against what you use rather than charged on top — your bill is whichever is larger. See the full rate card.
Credits
Daily spend cap: —
Standard requests are 50 credits ($0.005) and step down to 10 credits ($0.001) with monthly volume — full bracket table.
Auto-refill
When your balance falls below the threshold, we charge your saved card and top you up automatically. Off by default; your daily spend cap above still bounds total burn. Cards are saved by your next credit purchase.
Pay-as-you-go
Add credits to keep calling past your free daily allowance — pay only for what you use, about $1 per 1,000 standard calls. No subscription.