Labsco
MCP SERVER · OFFICIAL PROJECT

FastRouter Tool Gateway

by FastRouter

Not a server you connect to: an LLM gateway that calls MCP servers for you, handling each one's auth on the way.

MCP Plumbing: Proxies, Registries & InspectorsOfficial source
Summary
Automatic OAuth refresh per tool server is the operational problem this solves.

Running several OAuth-protected MCP servers means several token lifecycles, and expiry is the failure that shows up as an agent silently losing a capability. Centralising that in a gateway means one key in your client and refreshes handled elsewhere. The trade is architectural: your tool calls go through a third party's inference path, which is a different trust decision from connecting a client directly to a vendor.

What it is

FastRouter puts the MCP layer inside its chat completions API. There is no standalone MCP URL to add to a client — you call the gateway, and it reaches the tool servers configured behind it.

What you get

Whatever tool servers you have configured in the gateway. Each can have its own authentication: none, a static header, or OAuth 2.0 with automatic refresh.

Requirements

A FastRouter API key. Per-server credentials are configured on their side, so your client holds one key rather than one per tool server.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen