How do I create a gateway?
Open MCP Gateway and click Create. Give the gateway a name and a URL slug. The public MCP path is/g/{slug} on the hosted MCP host.
Choose a source:
- URL — a public HTTPS OpenAPI document. Fetch Hive fetches it through the hosted runtime, not from your browser.
- Upload — an OpenAPI 3.0 or 3.1 document up to 5 MB.
How do I connect the upstream API?
Set upstream credentials before you publish if the API requires auth. Supported types:- None
- Bearer token
- Basic username and password
- API key header
- Custom headers
How do I mint MCP client tokens?
MCP clients authenticate with a gateway token, not your Fetch Hive login and not the upstream API key. Create a token with a name. The raw value is shown once. Store it in the MCP client. Later list views show only the prefix and last four characters. Revoke a token to drop it from the live server immediately. Only account owners can mint or revoke tokens.How do I publish, pause, or roll back?
Publish freezes the current compiled tools and credentials into a live version. Later edits go to a new working copy and do not change what MCP clients see until you publish again. Unpublish pauses the gateway. MCP clients receive an unavailable response until you publish again. Rollback points traffic at a previously published version without changing your working copy.What are the plan limits?
MCP Gateway uses your existing Fetch Hive plan. Typical caps:
Lifetime plans match the equivalent Growth or Pro caps. Hitting a gateway or tool cap returns an upgrade error. Hitting the daily request cap returns a rate-limit error until UTC midnight.
Request logs follow your plan’s log retention window. Widen the range past that window and the API asks you to upgrade.

