# apifare for Warp 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-warp (shown once). 2. Open Settings → Agents → MCP servers (or run Open MCP Servers from the Command Palette), click + Add, and paste this. Warp also reads the same JSON from ~/.warp/.mcp.json. ``` { "mcpServers": { "apifare": { "command": "npx", "args": ["-y", "apifare-mcp"], "env": { "APIPAY_TOKEN": "" } } } } ``` Replace with your token. Click Start next to the server. Once it is running, Warp lists the apifare tools; View Logs shows why if it does not start. 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.warp.dev/agents/capabilities/mcp/ on 2026-09-13.