Hi Vercel team,
MyClaw (https://myclaw.ai) is a hosted AI agent platform. Our users want to connect their own Vercel accounts so their agents can use Vercel MCP. Dynamic client registration against mcp.vercel.com currently fails with:
invalid_redirect_uri: The provided redirect URIs are not approved for use by this authorization server.Could you allowlist our redirect URI, or issue an approved MCP client_id?
- Client name: MyClaw
- Website: https://myclaw.ai
- Privacy policy: https://myclaw.ai/privacy
- Redirect URI: https://myclaw.ai/api/apps/oauth/callback
- Flow: authorization_code + PKCE (S256), per-user consent
- Scopes: openid email offline_access
- Resource: https://mcp.vercel.com/
Security model: tokens are stored encrypted (AES-256-GCM) on our servers, scoped to the single user who authorized. They are never exposed to the browser or to the agent runtime; agents call Vercel MCP through our server-side gateway, which injects the user's token. Users can revoke access from their Vercel account at any time.
We are rolling out integrations with the official MCP servers of Notion, Linear, GitHub, Slack, Supabase, Atlassian and others using the same flow, and are happy to complete any client security review.
Thanks!