mcpwing
AI workspace · built for every role

Give every employee wings.

One workspace where every role ships with AI. Internal APIs, projects, designs, and analytics — all reachable from Claude, GPT, and Gemini. So sales, design, and ops build at engineering’s pace.

PROTOCOL
Open standardMCP-native · no lock-in
RUNTIME
Hosted runtimemcp.mcpwing.com · zero ops
WORKSPACE
Every role6 roles · one workspace
ISOLATION
Per-org RLSrow-level · multi-tenant
No more internal tools

Stop building dashboards for every team.

Your CRM, your design system, your release pipeline, your support queue — they all have APIs. MCPWing turns those APIs into MCP tools that Claude, ChatGPT, and Gemini already speak. So you ship the API once, and every role calls it from the LLM they already have open.

mcpwing · live trace
LIVE
Sales · AEasking Claude

Find Q4 deals over $50K that have gone quiet for 14+ days, draft a tailored re-engagement email per account, and queue them for my Monday review.

Claudevia mcpwing

Pulling pipeline data, cross-referencing activity, and drafting personalised emails.

Tool calls-1/3
crm.opportunities(){ amount_gt: 50000, quarter: "Q4" }
crm.activity(){ days_since: 14 }
email.draft(){ tone: "warm", per_account: true }
12 follow-ups drafted · 8 secIN PROGRESS
Roles don’t need to know the schema. The LLM does.
The workflow

From brief to ship. one workspace.

Briefs, designs, builds, releases, analytics — every stage of a feature, in the same place. No more handoff folders, no Slack threads to find the spec, no "wait, who owns this?"

01Brief

Lead writes the brief. References, palette, platforms, requirements.

OWNED BY · LEAD
02Design

Upload HTML. Drop frame comments. Track component inventory.

DESIGN · ENG
03Build

Generate MCP servers from spec. Build apps for iOS, Android, Web, RN.

ENG · QA
04Ship

Release versions. Track downloads. Attach the MCPs agents use.

RELEASE · v1.4.2
05Observe

Live analytics. Top pages. Device breakdown. p50 / p95 traces.

LIVE · 142ms p50
06Iterate

Next steps. Activity feed. Audit trail. Loop closes back to brief.

NEXT · 3 STEPS
Every stage shares the same project, role, and audit model.
For teams

Built for every role.

No more "only Product", "only Engineering", "only QA". Anyone in the org can drive a feature end-to-end. Roles control access, not capability.

Org admin
ADMIN
Full control of your org.

Owns members, teams, SSO, audit, billing, and every project. The customer-side power user.

  • Invite + remove members
  • Configure SSO
  • Set project visibility
Lead
LEAD
The brief writer.

Sets vision and writes the brief on any project they can read. Aligns Product, Design, and Engineering.

  • Write any brief in scope
  • Drop frame comments
  • Add references
Member
MEMBER
Ships features.

Creates projects (forced Org-wide by default), uploads designs, ships builds, owns work end-to-end.

  • Create projects
  • Upload designs
  • Cut releases
Project visibility scopes every read.Pick Org-wide, Team, or Member. Members default to Org-wide; admins pick.
Org-wideTeamMember
Security

Enterprise-grade, day one.

Multi-tenant isolation, SSO, audit — not paywalled upsells. Half is live today, the other half lands with the multi-tenant rollout in the next few weeks.

Today · in production

What ships live

Per-project tokens

Rotatable bearer tokens scoped to one project. mcpw_<id>_<secret> format, revocable from the dashboard.

mcpw_*rotaterevoke

SSRF + rate limits

Every outbound call sandboxed against private IPs, DNS rebinding, and internal-net hops. Per-tenant rate limits stop abuse.

SSRFrate-limitsandbox

Invocation logging

Metadata-only invocation logs. We record who called what tool when — never the prompt body, never the response payload.

metadata-only
Coming · multi-tenant rollout

What lands in weeks

SSO

SAML 2.0 (Okta, Azure AD, etc.) and Google Workspace OIDC. Self-serve config + enforce-SSO toggle per claimed domain.

SAMLOIDCJIT

Audit log

Every state-changing action: actor, target, metadata, IP, user-agent. Indexed per-org. Searchable + exportable.

who · what · when

Project visibility

Org-wide, team, or member scopes enforced by Postgres Row-Level Security — not just app-layer checks. Cross-org reads blocked at the row.

Org-wideTeamMember
Audit · live
org: acme
mira@acme.testproject.createdagent-searchvisibility=org_wide2s ago
alex@acme.testmember.promotedjay@acme.testlead → org_admin14s ago
mira@acme.testbrief.updatedagent-searchfields: headline, tone32s ago
super:raeorg.createdglobex incdomain=globex.com1m ago
The platform

Built for flight.

Six pieces that compose into one workspace. Use any subset — they share the same org, role, and audit model.

MCP server generation

Auto-generate production MCP servers from Postman, Swagger, or OpenAPI specs. Hosted at mcp.mcpwing.com — live in 10 minutes.

.yaml.json.graphql
POSTMAN · SWAGGER · OPENAPI

Universal LLM support

Claude (Anthropic), ChatGPT (OpenAI), Gemini (Google) — all three natively in 2026. Pick any LLM, your tools just work.

CLAUDE · CHATGPT · GEMINI

Smart auth detection

Drop in example responses. We auto-detect OTP → verify, JWT extraction, OAuth, and session-ID propagation. Zero auth glue code.

OTP · JWT · OAUTH · SESSION

Project + brief workspace

Briefs, references, palettes, requirements. The shared place every role aligns before shipping. Marketplace for sharing MCPs.

briefs · references · marketplace

Design handoff

Upload HTML designs, drop pin annotations, leave frame comments. Designers and engineers stay in lock-step.

html upload · pin comments

Releases & analytics

Version tracking per platform. Live KPIs, top tools, device breakdown across 7/30/90-day ranges — metadata only, never payloads.

live KPIs · top tools · metadata-only
The workflow

From any spec. live in minutes.

Your spec becomes a hosted MCP server every LLM can call. We orchestrate. You own the API and the data.

Your APIPostman · OpenAPI · GraphQL
.yaml.json
mcpwingGenerate · deploy · host
12 tools live
AI agentsClaude · GPT · Gemini
MCP · JSON-RPC
Live tool call
connected · acme-mcp
POST/acme/mcp
{ "method": "tools/call", "params": { "name": "get_orders", "arguments": { "user_id": "usr_8x9k2", "limit": 3 } } }
MCPWingresolve_tool · authenticate · dispatch
→ upstream GET https://api.acme.com/v1/orders?user=usr_8x9k2&limit=3
200 OK84ms
{ "orders": [{"id":"ORD-2847","status":"shipped"}, {"id":"ORD-2846","status":"processing"}, {"id":"ORD-2845","status":"delivered"}] }
Enterprise cloudComing
Run MCPWing inside your own AWS, GCP, or Azure account. LLM credentials via Vertex AI, Azure OpenAI, or Bedrock IAM. Talk to us if this is a hard requirement.

SSRF-protected upstream

Every outbound call sandboxed against private IPs, DNS rebinding, and internal-net hops. Per-tenant rate limits.

Smart auth detection

Drop in your example responses. We auto-detect OTP → verify, JWT extraction, OAuth, session-ID propagation. No glue code.

Per-project bearer tokens

Rotatable mcpw_<id>_<secret> tokens, scoped to one project. Invocation logs are metadata-only — never payloads.

Roadmap

Honest about what’s shipping when.

We tell you what you can use today, what’s a few weeks out, and what we’re building toward. No vapourware.

Available nowLIVE
TODAY · mcp.mcpwing.com
  • Postman / Swagger / OpenAPI → hosted MCP server
  • Smart auth detection (OTP, JWT, OAuth, session-ID)
  • Per-project bearer tokens, rotatable
  • SSRF protection + per-tenant rate limits
  • Invocation logs (metadata-only)
  • Project briefs, designs, frame comments, releases
  • Marketplace — share + discover MCPs
  • Native support for Claude, ChatGPT, Gemini
Next · in buildBUILDING
WEEKS AWAY
  • Organizations with claimed email domains
  • Teams + four roles (super / admin / lead / member)
  • Project visibility scopes (Org-wide, Team, Member)
  • SSO — SAML 2.0 + Google Workspace OIDC
  • Full audit log with per-org indexing
  • Row-Level Security + cross-org integrity triggers
Soon · after multi-tenant
Q3 2026
  • In-product chat at mcpwing.com/chat (BYOK — keys stay in browser)
  • MCP-UI: rich tool responses (charts, web views, diagrams)
  • Self-service workspace management via LLM
  • Stripe billing + per-seat plans
Later
WHEN YOU NEED IT
  • Enterprise cloud (BYO AWS / GCP / Azure)
  • Vertex AI / Azure OpenAI / Bedrock LLM credentials
  • SCIM provisioning
  • Desktop app
shipping continuously · changelog at /changelog
Pricing

Simple, transparent.

Free to try today. Multi-tenant org features land in the next few weeks — free during beta.

try itAvailable now
Free / today
  • Hosted at mcp.mcpwing.com
  • Postman / OpenAPI generation
  • Per-project bearer tokens
  • Community support
betaComing weeks
Free / during beta
  • Multi-tenant organizations
  • SAML 2.0 + Google Workspace SSO
  • Full audit log + project visibility
  • Priority support during beta
enterpriseTalk to sales
Custom
  • Enterprise cloud (BYO AWS/GCP/Azure)
  • SCIM provisioning + IdP integration
  • Dedicated success engineer
  • Custom MCP integrations
Launch offer · free during multi-tenant betaLock in your org slug, SSO domain, and audit retention before GA.

Ready to lift?

Join the engineering teams building the next generation of AI-native tools on MCPWing.