Model Context Protocol as a Service
Zero-install MCP servers. Point to a URL. Done.
MCPaaS (MCP as a Service) is a new category of cloud-hosted MCP servers that require zero installation.
Instead of npm install, you point your MCP client to a URL.
npm install -g packageThe first MCPaaS implementation
First MCP for Grok. First URL-based MCP. Deployed on Vercel Edge. 382 npm downloads from people who didn't need to download it — because it just works via URL.
MCP server runs on edge infrastructure (Vercel, Cloudflare, etc.)
Users get an endpoint URL — no package manager needed
Point any MCP client to the URL. Instant access to all tools.
Add to your MCP config — that's it:
{
"mcpServers": {
"grok-faf": {
"url": "https://grok-faf-mcp.vercel.app/sse"
}
}
}No npm. No install. No dependencies. Just works.
URL-based MCPs for every platform:
For Anthropic Claude
URL edition comingFor Google Gemini
In development