Connects a self-hosted FreeLLMAPI gateway so agents can see which free-tier models are available, provider health, usage and routing. Changing the routing strategy needs your approval. Needs a running FreeLLMAPI instance and its API key.
What your agent can do with it
- freellmapi_mcpGoverned gateway to the FreeLLMAPI MCP server. The pod routes an agent's call to a non-inline tool (set_routing_strategy) through this row, where the capability gate turns it into…
- freellmapi-gateway-advisorWhen and how to use the FreeLLMAPI gateway's MCP tools. Load when a model/provider choice depends on free-tier availability, a provider looks rate-limited, or the user asks about …
What you will need
Asked for at install. Stored in your pod, never on our servers.
- Gateway URLBase URL of the FreeLLMAPI gateway WITHOUT a trailing path, reachable from the intelligence service — e.g. https://llm.example.com. The MCP endpoint is <baseUr…
- Unified API keyThe gateway's unified key (freellmapi-…). Stored server-encrypted as a pod-wide shared key; used only as the MCP transport's Authorization header, never shown …
- FreeLLMAPI unified keySecretService credential for the FreeLLMAPI gateway's /mcp endpoint.