Glossary

HTTP Transport

HTTP transport allows MCP servers to communicate with AI clients over standard HTTP connections. This is the recommended transport for production MCP servers that need to be accessible from cloud-hosted AI assistants and services.

Explanation

HTTP transport turns your MCP server into a web service that AI clients can reach over the internet. It uses standard HTTP methods and supports TLS encryption, authentication headers (Bearer tokens, API keys), and modern deployment platforms like Vercel, AWS Lambda, and Cloudflare Workers. HTTP transport is ideal for production environments where your MCP server needs to handle multiple concurrent connections, integrate with existing auth systems, and scale horizontally. With xmcp, deploying an HTTP-based MCP server to Vercel takes a single command. The framework handles request routing, session management, and protocol negotiation automatically.

Related Terms

Ready to build your own MCP server?

Take the 2-minute quiz to find out if MCP is the right fit for your project, then get a step-by-step plan to ship it.