Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
cheaplane · pypi · 0.2.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.millennialdreamer/cheaplane",
"description": "Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.",
"title": "Cheaplane",
"repository": {
"url": "https://github.com/millennialdreamer/cheaplane",
"source": "github"
},
"version": "0.2.1",
"websiteUrl": "https://github.com/millennialdreamer/cheaplane",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "cheaplane",
"version": "0.2.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "OpenAI-compatible endpoint serving the cheap models — usually a local LiteLLM proxy.",
"default": "http://localhost:4000",
"name": "DELEGATE_BASE_URL"
},
{
"description": "Key for that endpoint. A local proxy ignores it; set a real one for a hosted endpoint.",
"isSecret": true,
"default": "sk-litellm",
"name": "DELEGATE_API_KEY"
},
{
"description": "Per-call timeout in seconds. Raise it for long documents.",
"default": "120",
"name": "DELEGATE_TIMEOUT"
},
{
"description": "JSON remapping the built-in aliases to your proxy's model names, e.g. {\"deepseek\": \"deepseek-v4\"}.",
"name": "DELEGATE_MODEL_MAP"
},
{
"description": "Set to 1 to disable the local savings ledger (metadata only, never task content).",
"name": "DELEGATE_NO_LOG"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-16T14:21:22.311428Z",
"publishedAt": "2026-08-16T14:21:22.311428Z",
"updatedAt": "2026-08-16T14:21:22.311428Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.