Build static documentation websites for hosting on platforms like GitHub Pages, Netlify, and Vercel. Supports Docusaurus, MkDocs, and Sphinx frameworks to generate deployable sites from documentation directories.
Build static documentation websites for deployment to platforms like GitHub Pages, Netlify, and Vercel. Converts documentation directories into production-ready sites using frameworks including Docusaurus, MkDocs, and Sphinx.
Build static documentation websites for deployment to platforms like GitHub Pages, Netlify, and Vercel. Converts documentation directories into production-ready static sites using frameworks including Docusaurus, MkDocs, and Sphinx.
Fetches a Vercel deployment URL and returns the response.
This is useful if another web fetch tool returns 401 (Unauthorized) or 403 (Forbidden) for a Vercel URL.
Supports accessing deployments protected with Vercel Authentication which the user of this MCP server has access to.
Process an image from a URL by optimizing, resizing, and converting it to WebP format, then upload it to Vercel Blob storage. Ideal for efficient image management.
An MCP server that provides tools for interacting with Vercel API, enabling management of deployments, DNS records, domains, projects, and environment variables through natural language.
A Model Control Protocol server template deployed on Vercel that demonstrates MCP implementation with a dice rolling tool, serving as a foundation for building custom MCP servers.
A template for deploying MCP servers on Vercel with serverless functions. Includes example tools for rolling dice and getting weather data to demonstrate basic functionality and API integration patterns.