mcpo exposes proxied MCP tools as HTTP endpoints, so every tool permission from the wrapped MCP server becomes reachable through the OpenAPI surface., Use a strong API key and avoid publishing the server to untrusted networks without authentication, TLS, and network controls., Proxied tools may read, write, delete, send, deploy, or execute depending on the wrapped MCP server., Config-file and hot-reload mode can add or change proxied servers while mcpo is running., OAuth and custom header support can store or forward access tokens, bearer tokens, and service credentials.
Privacy notes
Tool names, OpenAPI schemas, prompts, arguments, tool outputs, proxied server URLs, headers, API keys, OAuth tokens, logs, and generated docs may be visible to mcpo, connected clients, and model providers., OpenAPI docs can reveal the available tool surface and parameter shapes for sensitive MCP servers., Store config files and OAuth token storage in locations with appropriate filesystem permissions., Avoid proxying private MCP tools into shared OpenAPI workspaces unless all downstream users are authorized for the underlying tools.
Author
open-webui
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-05
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
5 safety and 4 privacy notes across 5 risk areas. Review closely: credentials & tokens, permissions & scopes.
5 areas
SafetyPermissions & scopesmcpo exposes proxied MCP tools as HTTP endpoints, so every tool permission from the wrapped MCP server becomes reachable through the OpenAPI surface.
SafetyCredentials & tokensUse a strong API key and avoid publishing the server to untrusted networks without authentication, TLS, and network controls.
SafetyExecution & processesProxied tools may read, write, delete, send, deploy, or execute depending on the wrapped MCP server.
SafetyLocal filesConfig-file and hot-reload mode can add or change proxied servers while mcpo is running.
SafetyCredentials & tokensOAuth and custom header support can store or forward access tokens, bearer tokens, and service credentials.
PrivacyCredentials & tokensTool names, OpenAPI schemas, prompts, arguments, tool outputs, proxied server URLs, headers, API keys, OAuth tokens, logs, and generated docs may be visible to mcpo, connected clients, and model providers.
PrivacyGeneralOpenAPI docs can reveal the available tool surface and parameter shapes for sensitive MCP servers.
PrivacyCredentials & tokensStore config files and OAuth token storage in locations with appropriate filesystem permissions.
PrivacyPermissions & scopesAvoid proxying private MCP tools into shared OpenAPI workspaces unless all downstream users are authorized for the underlying tools.
Safety notes
mcpo exposes proxied MCP tools as HTTP endpoints, so every tool permission from the wrapped MCP server becomes reachable through the OpenAPI surface.
Use a strong API key and avoid publishing the server to untrusted networks without authentication, TLS, and network controls.
Proxied tools may read, write, delete, send, deploy, or execute depending on the wrapped MCP server.
Config-file and hot-reload mode can add or change proxied servers while mcpo is running.
OAuth and custom header support can store or forward access tokens, bearer tokens, and service credentials.
Privacy notes
Tool names, OpenAPI schemas, prompts, arguments, tool outputs, proxied server URLs, headers, API keys, OAuth tokens, logs, and generated docs may be visible to mcpo, connected clients, and model providers.
OpenAPI docs can reveal the available tool surface and parameter shapes for sensitive MCP servers.
Store config files and OAuth token storage in locations with appropriate filesystem permissions.
Avoid proxying private MCP tools into shared OpenAPI workspaces unless all downstream users are authorized for the underlying tools.
Prerequisites
Python 3.11 or newer, with uv recommended by the upstream project.
An MCP server command, SSE endpoint, or Streamable HTTP endpoint you are authorized to proxy.
API key or other access control planned before exposing the HTTP server beyond local testing.
Network binding, reverse proxy, root path, and TLS settings reviewed before deployment.
OAuth storage, headers, and config-file hot reload reviewed when proxying remote or authenticated MCP servers.
mcpo is an MCP-to-OpenAPI proxy server. It launches or connects to MCP servers
and exposes their tools as OpenAPI-compatible HTTP endpoints with generated
schemas and interactive docs, making MCP tools usable from agents and apps that
expect OpenAPI servers.
The upstream README documents uvx mcpo, direct Python installs, Docker usage,
API-key authentication, config-file routing for multiple MCP servers, hot reload,
SSE and Streamable HTTP MCP backends, root-path deployment, and OAuth support.
These sources were reviewed on 2026-06-05. Prefer the live repository,
README, OAuth guide, package metadata, and PyPI metadata for current commands,
Python requirements, deployment options, config-file behavior, auth settings,
and supported MCP transports.
Features
Wrap stdio MCP server commands in OpenAPI-compatible HTTP endpoints.
Proxy SSE and Streamable HTTP MCP servers.
Generate OpenAPI schemas and interactive docs for proxied tools.
Require API-key authentication for OpenAPI access.
Serve several MCP servers from one config file.
Hot-reload config-file changes without restarting.
Support root-path deployment behind a reverse proxy.
Handle OAuth 2.1 flows for supported Streamable HTTP MCP servers.
For a config-file based setup, use a Claude Desktop-style mcpServers config
and start mcpo with that file:
uvx mcpo --config ./mcp-config.json
Add --hot-reload only when you want mcpo to watch the config file and reload
server definitions while running.
Use Cases
Expose a local MCP server to OpenAPI-compatible agent runtimes.
Connect MCP tools to Open WebUI through generated OpenAPI endpoints.
Add API-key auth and generated docs around a stdio MCP server.
Proxy several MCP servers from a single config file.
Put MCP-backed tools behind an existing reverse proxy path.
Bridge OAuth-protected Streamable HTTP MCP servers into OpenAPI workflows.
Safety and Privacy
mcpo does not make a wrapped tool safe by itself. It changes how the tool is
reached. Any file, shell, browser, database, ticketing, messaging, deployment,
or account-management power exposed by the underlying MCP server becomes
available through the OpenAPI proxy.
Use explicit API keys, bind carefully, and keep private MCP tools off shared
networks unless every downstream client is authorized. Treat generated OpenAPI
docs as a map of the available tool surface and protect them like the tools
themselves.
OAuth tokens, headers, API keys, and config files can become sensitive
operational data. Keep them out of repositories, shared screenshots, logs, and
prompts.
Duplicate Check
No open-webui/mcpo entry, mcpo package entry, or matching source URL was
found in content/mcp.
Show that mcpo MCP OpenAPI Proxy is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/mcpo-mcp-openapi-proxy)
How it compares
mcpo MCP OpenAPI Proxy side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
Apache-2.0 agentic proxy that can expose stdio, HTTP, SSE, and Streamable HTTP MCP servers through a managed gateway with federation, OAuth/JWT authentication, RBAC/CEL policy, CORS, TLS, observability, and Kubernetes Gateway API support.
MIT-licensed MCP proxy server that aggregates multiple downstream MCP servers behind one HTTP service, exposing each configured server through SSE or Streamable HTTP endpoints with auth tokens and tool filtering.
✓mcpo exposes proxied MCP tools as HTTP endpoints, so every tool permission from the wrapped MCP server becomes reachable through the OpenAPI surface.
Use a strong API key and avoid publishing the server to untrusted networks without authentication, TLS, and network controls.
Proxied tools may read, write, delete, send, deploy, or execute depending on the wrapped MCP server.
Config-file and hot-reload mode can add or change proxied servers while mcpo is running.
OAuth and custom header support can store or forward access tokens, bearer tokens, and service credentials.
✓Agentgateway can aggregate and expose many downstream MCP targets through one endpoint; every target's permissions become part of the gateway surface.
Stdio targets are spawned by the gateway process, so commands such as package runners or containers inherit the gateway host's trust boundary.
Demo configs use permissive CORS and local authorization servers; lock down origins, headers, issuers, audiences, JWKS, and resource metadata before production use.
CEL/RBAC policies can inspect MCP tool names, arguments, results, prompts, resources, request bodies, JWT claims, API keys, and backend metadata; test policies before relying on them.
Remote MCP proxying, OAuth provider adaptation, Kubernetes routing, TLS termination, and guardrails are infrastructure changes that should go through normal security review.
✓tbxark MCP Proxy Server can spawn stdio subprocess MCP servers and connect to remote SSE or Streamable HTTP MCP endpoints.
Every exposed route inherits the permissions of its downstream server; use per-server `authTokens` and tool filters instead of exposing all tools broadly.
The docs support remote config URLs and an `--insecure` TLS flag; avoid untrusted configs and do not disable TLS verification outside controlled testing.
Token-in-route fallback can expose credentials through browser history, proxy logs, metrics, and referrers; prefer authorization headers when clients support them.
Logging can be enabled globally or per server, so review logs before routing secrets, prompts, tool arguments, or tool outputs.
✓Unla can expose existing MCP servers and REST APIs as new MCP endpoints, so the final tool surface depends on every imported config.
Generated endpoints may proxy read/write API operations; review tool descriptions and permissions before connecting an autonomous agent.
The upstream README notes that Unla is under rapid development and that documentation can lag behind implementation.
Replace default admin credentials and secrets before exposing the management UI or gateway outside a trusted development network.
Hot-loaded gateway configuration, multi-tenant routing, OAuth pre-authentication, and management UI access should be governed like production API infrastructure.
Privacy notes
✓Tool names, OpenAPI schemas, prompts, arguments, tool outputs, proxied server URLs, headers, API keys, OAuth tokens, logs, and generated docs may be visible to mcpo, connected clients, and model providers.
OpenAPI docs can reveal the available tool surface and parameter shapes for sensitive MCP servers.
Store config files and OAuth token storage in locations with appropriate filesystem permissions.
Avoid proxying private MCP tools into shared OpenAPI workspaces unless all downstream users are authorized for the underlying tools.
✓MCP requests, tool arguments, tool results, prompt names, resource names, session IDs, JWT/API-key claims, raw request/response bodies, logs, traces, and telemetry may pass through the gateway.
CEL policy and observability features may buffer or inspect request and response bodies depending on configuration.
OAuth/JWT metadata, bearer tokens, API keys, DCR secrets, Keycloak/Auth0/Okta settings, and upstream MCP credentials must be protected as secrets.
Any data returned by downstream MCP tools can still be sent onward by the MCP client to the configured model provider.
✓The proxy may process downstream server commands, environment variables, headers, auth tokens, remote config URLs, tool names, tool arguments, tool outputs, prompts, resources, logs, and route keys.
Stdio subprocesses inherit configured environment variables and can access whatever local paths, network services, or credentials those commands can reach.
Remote config files can reveal internal MCP server names, endpoint URLs, auth headers, tool filters, and secret placeholders.
Keep config files, tokens, `.env` values, logs, and Docker volume mounts out of public repositories and shared support output.
✓Unla may receive prompts, tool names, tool arguments, REST API parameters, upstream MCP responses, generated endpoint metadata, logs, admin credentials, JWT secrets, OAuth tokens, and configuration history.
Imported REST API and MCP server configs can include private upstream URLs, headers, tokens, tenant identifiers, and service credentials.
Persisted config backends and container logs may retain sensitive endpoint definitions and operational metadata.
Do not commit real gateway configs, API credentials, admin passwords, JWT secrets, OAuth client secrets, or exported tenant data.
Prerequisites
Python 3.11 or newer, with uv recommended by the upstream project.
An MCP server command, SSE endpoint, or Streamable HTTP endpoint you are authorized to proxy.
API key or other access control planned before exposing the HTTP server beyond local testing.
Network binding, reverse proxy, root path, and TLS settings reviewed before deployment.
Agentgateway binary, container image, or source checkout from the upstream release/container/docs path.
At least one downstream MCP target, such as a stdio command, remote MCP server, SSE server, or Streamable HTTP server.
MCP client that can connect to the exposed Streamable HTTP or SSE route.
Auth, CORS, TLS, route, and policy configuration reviewed before shared or remote exposure.
Go toolchain for source install, or Docker for the GHCR image deployment path.
A v2 JSON configuration file defining `mcpProxy` and downstream `mcpServers`.
Downstream MCP server commands, URLs, headers, environment variables, and secrets prepared before proxy startup.
Public base URL, bind address, route type, auth token policy, logging policy, and tool filters reviewed before exposing the proxy beyond localhost.
Docker available for the all-in-one deployment, or Kubernetes and Helm if using the packaged cluster deployment.
Administrator username, administrator password, and JWT secret replaced before first start.
At least one existing MCP server or REST API configuration ready to import into the gateway.
Network, TLS, reverse proxy, and port exposure reviewed before sharing generated MCP endpoints.