Get your cheaperllm key
Sign up at cheaperllm and copy your API key. Export it as an environment variable — never paste secrets into committed JSON or git.
export CHEAPERLLM_API_KEY="sk-your-key-here"
Onboarding
Five steps from zero to a live MCP bridge, a machine-readable catalog, and your first agent workflow. Built for Cursor (referral BVN3MVJH9SDO) — route Claude models through cheaperllm API, not fake affiliate links.
Sign up at cheaperllm and copy your API key. Export it as an environment variable — never paste secrets into committed JSON or git.
export CHEAPERLLM_API_KEY="sk-your-key-here"
Wire the live HTTP bridge into Cursor or Claude Desktop. The attach pack ships ready-made JSON — endpoint https://mcp.cheaperllm.com/mcp with Bearer auth.
{
"mcpServers": {
"cheaperllm": {
"url": "https://mcp.cheaperllm.com/mcp",
"headers": { "Authorization": "Bearer ${CHEAPERLLM_API_KEY}" }
}
}
}
Grab mcp-probe.mjs from /tools/bin/. Run it before your first paid tool call — you want tools listed, not a timeout.
node tools/bin/mcp-probe.mjs https://mcp.cheaperllm.com/mcp --key CHEAPERLLM_API_KEY
Fetch /api/catalog.json — tools, MCPs, packs, and monetization links in one file. Use catalog-pull to pretty-print sections for humans or agents.
node tools/bin/catalog-pull.mjs node tools/bin/catalog-pull.mjs --section tools node tools/bin/catalog-pull.mjs --section packs
Choose a playbook that matches your task. Each workflow links real bin scripts and prompt packs — copy commands into Cursor agent mode.
Editor
AgentStack packs are written for agent-first editors. Referral code BVN3MVJH9SDO — 50% off first month for new users.
https://mcp.cheaperllm.com/mcpNeed credits without juggling subscriptions? OneAIPass bundles 600+ models pay-as-you-go. Claude API access routes through cheaperllm — we do not link fake Claude affiliate programs.