NEW: We've just opened up free trials. 7 days free. 🎁
Model Context Protocol Platform integration · MCP

Keep MCP tool loops visible and capped.

MCP adds tools; ProxyLLM carries the model calls around them. Give each host a scoped key and the loop runs through Codex Hosted on your ChatGPT subscription, with request logs and a spending limit.

Free for 7 days, then $129/month. Bring your own model keys. No inference markup.

Three steps to connect.

01

Create a host key

Generate a ProxyLLM key for the MCP host that will call models after tool results come back.

02

Point the host at ProxyLLM

Point the host or model adapter at https://api.proxyllm.ai/v1 and pass the ProxyLLM key as the API key.

03

Run loops on your subscription

MCP sessions create many small reasoning calls around tools. Codex Hosted bills them to your ChatGPT plan, your API key handles overflow past a plan limit, and every request lands in the log.

Configure the host's model endpoint.

Paste this wherever your MCP host keeps its model settings.

mcp host env
{
  "env": {
    "OPENAI_BASE_URL": "https://api.proxyllm.ai/v1",
    "OPENAI_API_KEY": "pk_live_..."
  }
}
Codex Hosted · the main feature

Run your AI workloads on your ChatGPT subscription.

ProxyLLM runs OpenAI's Codex for you, signed in with your own ChatGPT account. Your apps call one OpenAI-compatible endpoint and the work bills to your flat plan instead of per-token API pricing.

7 days free · then $129/month

Tools make calls multiply.

Every tool result triggers another model call. Through Codex Hosted those calls bill flat to your ChatGPT subscription instead of stacking per-token charges.