惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
H
Help Net Security
Jina AI
Jina AI
V
V2EX
G
Google Developers Blog
B
Blog
GbyAI
GbyAI
U
Unit 42
爱范儿
爱范儿
腾讯CDC
Engineering at Meta
Engineering at Meta
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
宝玉的分享
宝玉的分享
小众软件
小众软件
D
DataBreaches.Net
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园 - 聂微东
The Cloudflare Blog
I
InfoQ
Microsoft Azure Blog
Microsoft Azure Blog
Hugging Face - Blog
Hugging Face - Blog
大猫的无限游戏
大猫的无限游戏

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Vapi MCP server hosted on Vercel - Vercel – Vercel
2025-05-21 · via Vercel News

2 min read

Vercel recently published a Model Context Protocol (MCP) adapter that makes it easy to spin up an MCP server on most major frameworks.

Vapi is building an API for building real-time voice agents. They handle orchestration, scaling, and telephony to provide a completely model-agnostic and interchangeable interface for building agents. 

Vapi rebuilt their MCP server on Vercel, letting users create agents, automate testing, analyze transcripts, build workflows, and give agents access to all of Vapi’s endpoints.

Link to headingWhat are MCP servers?

MCP servers are integrations for AI models to access external capabilities.

Rather than thinking about MCP like a REST API, you can instead think of it as tailored toolkit that helps an AI achieve a particular task. There may be multiple APIs and other business logic used behind the scenes for a single MCP tool.

If you are already familiar with tool-calling in AI, MCP is a way to invoke tools hosted on a different server.

Link to headingMigrating to Vercel

Vapi’s MCP server was previously deployed to only support the Server-Sent Events (SSE) transport. By rebuilding their MCP server using Vercel's MCP adapter, Vapi is now able to support both SSE transport and the newer Streamable HTTP transport out of the box.

Rebuilding their server was accelerated using the Vercel MCP Adapter. Compared to other ways to write and deploy MCP servers, the MCP Adapter is a simple package anyone can drop into a route endpoint of any Node.js compatible framework. It utilizes widely available web standards and, when deployed on Vercel, enables MCP clients to instantly connect and use the server.

Deploying on Vercel allows Vapi to to leverage Fluid Compute. Fluid Compute maximizes available compute time and resources, which significantly optimizes your compute footprint and efficiency. Specifically for MCP workloads, Fluid will intelligently re-use existing resources to handle multiple MCP client connections before scaling up new ones.

We're betting on MCP to make integrating Vapi into workflows frictionless. Building on Vercel let us deliver a seamless, reliable experience for our users. Setup was fast, and we're excited for new features like observability and OAuth as our MCP server grows!

Elizabeth Trykin

Link to headingConclusion

Vapi is going all in on Vercel for their MCP server infrastructure. Vercel's suite of products including the MCP Adapter, Observability, Fluid Compute, and Firewall make it easier for Vapi to focus on building their product instead of managing infrastructure.

Check out Vapi's MCP server, their blog post, and get started deploying MCP servers with our Next.js MCP template today.