MCP Gateway

MCP Gateway is an OAuth-protected aggregation service for Model Context Protocol (MCP) servers. It provides secure, authenticated access to multiple AI-enhanced services through a single endpoint.

What is MCP?

The Model Context Protocol (MCP) is an open protocol that enables AI applications to securely connect to external data sources and tools. MCP Gateway aggregates multiple MCP servers, providing unified OAuth authentication and access control.

Integrated Services

This gateway provides authenticated access to:

Authentication & Security

Access to MCP Gateway is protected by Google OAuth 2.0 authentication. Users must authenticate with their Google account and grant consent before accessing the aggregated MCP services. All connections use HTTPS encryption to protect data in transit.

Technical Architecture

MCP Gateway is built with FastMCP, using stdio transport for efficient server-to-server communication. The gateway handles OAuth flows, token management, and request routing to upstream MCP servers.