Skip to content
MCPCompare

Vendor-published

Vercel MCP server

An MCP server for Vercel

Vercel (`com.vercel/vercel-mcp`, v0.0.3) is published by the vendor. It exposes a hosted endpoint over streamable-http, and no self-hostable package. It requires authentication and publishes 1 scope — but they do not separate reading from writing, so read-only access cannot be granted. 4 of 4 enterprise control criteria are undocumented. Last checked 2026-09-19.
Add to comparisonSource repository

Identity and maintenance

Publisher and version information
Registry namecom.vercel/vercel-mcp
Publisher domainvercel.com
Maintainer typeVendor-published

namespace com.vercel -> vercel.com; host mcp.vercel.com is within vercel.com

Latest version seen0.0.3
Last checked
Last changed

Separate from “last checked”: we check far more often than anything changes.

Enterprise evaluation

Every row below exists whether or not we found an answer. Expand any row to see the exact source and the date. Unknown means undocumented, never unsupported.

Enterprise evaluation criteria for Vercel
Access and authentication
Authentication required

Whether the hosted endpoint accepted a connection with no credentials when we checked.

Yes
We checked checked
POST initialize without credentials -> HTTP 401
Unauthenticated connection attempthttps://mcp.vercel.com
OAuth 2.1 authorization

Whether the server publishes OAuth discovery metadata a client can follow automatically.

Yes
We checked checked
https://mcp.vercel.com/.well-known/oauth-protected-resource -> 200
OAuth discovery metadatahttps://mcp.vercel.com
Dynamic client registration

Without it, an IdP administrator must register a client by hand before anyone can connect.

Yes
We checked checked
"registration_endpoint": "https://api.vercel.com/login/oauth/register"
Authorization server metadatahttps://mcp.vercel.com
Documented scopes
Yes
openid
We checked checked
"scopes_supported": ["openid"]
Protected Resource Metadatahttps://mcp.vercel.com
Read and write are separate scopes

A single opaque scope means read-only access cannot be granted: approving access approves everything.

No
We checked checked
scopes_supported is ["openid"] -- no separate read-only scope is offered
Protected Resource Metadatahttps://mcp.vercel.com
Deployment and transport
Streamable HTTP transport
Yes
Registry checked
"type": "streamable-http", "url": "https://mcp.vercel.com"
SSE transport
No
Registry checked
Vendor-hosted endpoint

Data leaves your network. Where it goes is a question for the vendor's documentation.

Yes
Registry checked
Self-hostable package

A published npm, PyPI, container or bundle artifact you can run inside your own perimeter.

No
Registry checked
Supply chain
Public source repository
Yes
Registry checked
https://github.com/vercel/vercel-mcp-overview
Open-source license
Not documented
Vendor checked
no license detected on the repository
Repository actively maintained
No
Vendor checked
last push 248 days ago
Package deprecated
Not checked
Secret inputs marked as secret

Credential-shaped inputs the publisher did not flag as secret may be logged by a client.

Not checked
Documented controls
Audit logging documented
Not documented
Access controls documented
Not documented
Data residency documented
Not documented
Data retention documented
Not documented

What remains unknown

7 of 18 criteria are undocumented. These are the questions to put to the vendor — not conclusions about the product.

Turn these into a vendor questionnaire

How we checked

One unauthenticated initialize request, plus the two OAuth discovery documents. Nothing was installed or executed. The exact request headers are below so you can reproduce the result — endpoint behaviour can depend on them.

POST https://mcp.vercel.com
user-agent: mcpcompare.ai/1.0 (+https://mcpcompare.ai/methodology/probe; probe@mcpcompare.ai)
content-type: application/json
accept: application/json, text/event-stream
mcp-protocol-version: 2025-06-18

-> HTTP 401  (auth-required)
   checked 2026-09-19T17:17:17.112Z

Questions people ask

Does the Vercel MCP server require authentication?
Yes. When we connected to https://mcp.vercel.com without credentials on 2026-09-19, it returned HTTP 401.
Can I grant read-only access to the Vercel MCP server?
No. It publishes ["openid"], which does not separate reading from writing, so granting access grants both.
Can the Vercel MCP server be self-hosted?
Not from the registry record. No installable package is declared, so the vendor-hosted endpoint is the only documented option.