Lightweight gateway converting existing HTTP services into MCP servers without code changes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Access Point.
MCP Access Point is a lightweight protocol conversion gateway tool designed to establish a communication bridge between traditional HTTP services and MCP (Model Context Protocol) clients. It enables MCP clients to interact directly with existing HTTP services without requiring any server-side interface modifications.

This project is built on Pingora - an ultra-high performance gateway proxy library capable of supporting massive-scale request proxy services. Pingora has been used to build services that handle core traffic for the Cloudflare platform, consistently serving over 40 million requests per second across the internet for years. It has become the technical cornerstone supporting a significant proportion of traffic on the Cloudflare platform.
This mode allows clients like Cursor Desktop to communicate with remote HTTP servers through SSE, even when the servers themselves don't support the SSE protocol.
127.0.0.1:8090api.example.comMCP Access Point, both services can be converted to MCP services without any code modifications.Service 1 and Service 2 via the MCP protocol. The MCP Access Point automatically distinguishes MCP requests and forwards them to the appropriate backend services.Currently supports SSE and Streamable HTTP protocols:
✅ Streamable HTTP (stateless) 2025-03-26
ip:port/mcpip:port/api/{service_id}/mcp✅ SSE 2024-11-05
ip:port/sseip:port/api/{service_id}/sseuse IP:PORT/sse for SSE
use IP:PORT/mcp for Streamable HTTP
The MCP Access Gateway supports multi-tenancy, where each tenant can configure multiple MCP services accessible via:
/api/{mcp-service-id}/sse (for SSE)/api/{mcp-service-id}/mcp (for Streamable HTTP)Example configuration:
To access all services simultaneously, use:
0.0.0.0:8080/mcp (Streamable HTTP)0.0.0.0:8080/sse (SSE)-c config.yaml
-c (or --config) specifies the configuration file path (config.yaml).The configuration file supports multi-tenancy, allowing independent configuration of upstream services and routing rules for each MCP service. Key configuration items include:
mcps - MCP service list
id: Unique service identifier used to generate access pathsupstream_id: Associated upstream service IDpath: OpenAPI specification file path. Supports local files (e.g., config/openapi.json) and remote HTTP/HTTPS URLs (e.g., https://petstore.swagger.io/v2/swagger.json). Both JSON and YAML formats are supported.routes: Custom routing configuration (optional)upstream: Upstream service specific configuration (optional)upstreams - Upstream service configuration
id: Upstream service IDnodes: Backend node addresses and weightstype: Load balancing algorithm (roundrobin/random/ip_hash)scheme: Upstream protocol (http/https)pass_host: HTTP Host header handlingupstream_host: Override Host header valueComplete configuration example:
To run the MCP Access Gateway with config file:
port: MCP Access Point listening port (default: 8080)Example Scenario:
When MCP-based AI clients need to interface with legacy HTTP microservices, the MCP Access Gateway acts as a middleware layer enabling seamless protocol conversion.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sxhxliang-mcp-access-point)<a href="https://allmcps.com/mcp/sxhxliang-mcp-access-point"><img src="https://allmcps.com/api/badge/sxhxliang-mcp-access-point?style=directory" alt="MCP Access Point on AllMCPs" /></a>