# apifare for Cline One prepaid, capped key for every API your agent needs, under hard caps and a kill switch. 1. Get a token: https://apifare.com/start?origin=page:integrations-cline (shown once). 2. In the Cline panel, click the MCP Servers icon, open the Configure tab, and click Configure MCP Servers. Add this under mcpServers. ``` { "mcpServers": { "apifare": { "command": "npx", "args": ["-y", "apifare-mcp"], "env": { "APIPAY_TOKEN": "" }, "disabled": false, "autoApprove": [] } } } ``` Replace with your token. Save the file: Cline connects to the server and lists its tools. 3. Try it: "search the web for X", then "fetch a URL", then "what's the weather in London". 4. Caps and the kill switch are checked before dispatch. An empty balance returns HTTP 402 with a top-up link (see /errors.md). Prices: https://apifare.com/capabilities. Config checked against https://docs.cline.bot/mcp/mcp-overview on 2026-09-12.