Fumadocs OpenAPI Proxy API
The Fumadocs OpenAPI Proxy API is a server-side HTTP proxy built into the fumadocs-openapi package that enables the interactive API playground to make requests to external OpenAPI servers from the browser without encountering CORS restrictions. The proxy accepts any HTTP method, extracts a target URL from the url query parameter, forwards the request to the target server, and returns the response. Allowed origins or URL prefixes can be configured to restrict which targets may be proxied. Documentation sites using the Fumadocs OpenAPI playground integrate this proxy at a route such as /api/prox
What You Can Do
MCP Tools
proxyget
Fumadocs Proxy a GET request to an external API
proxypost
Fumadocs Proxy a POST request to an external API
proxyput
Fumadocs Proxy a PUT request to an external API
proxypatch
Fumadocs Proxy a PATCH request to an external API
proxydelete
Fumadocs Proxy a DELETE request to an external API