apifare — prepaid API balance for agents
One balance for your agent's APIs — 4,900+ ready-to-run tools (no separate provider account), plus search, filings, registries, weather, and BYOK routes for…
Что умеет
- Search Apis: Search the apipay catalog of ready-to-call APIs (web search, scraping, weather, and more). Returns each API's slug, params, and per-call price in prepaid credits. Every miss is logged so
- Call Api: Call an API from the apipay catalog by slug (find slugs with search_apis). The cost in prepaid credits is deducted automatically and returned with the result.
- Get Vault Link: Get a secure one-time link where the user can save their OWN API key for a provider (BYOK). Never ask the user to paste an API key into the chat — always use this link instead. BYOK ca
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
One balance for your agent's APIs — 4,900+ ready-to-run tools (no separate provider account), plus search, filings, registries, weather, and BYOK routes for keys you already hold (Brave, ScrapingBee, OpenWeather, fal, Exa, Firecrawl, ElevenLabs). Two steps: get a key at apifare.com/start, give it to your agent — or paste read https://apifare.com/llms.txt and get yourself a key to a web-capable agent and it does both. Hard caps, kill switch, signed receipt per call; failed provider calls auto-refund. npm: apifare-mcp (legacy id apipay-mcp still installs).
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| search_apis | Search the apipay catalog of ready-to-call APIs (web search, scraping, weather, and more). Returns each API's slug, params, and per-call price in prepaid credits. Every miss is logged so missing APIs get added. |
| call_api | Call an API from the apipay catalog by slug (find slugs with search_apis). The cost in prepaid credits is deducted automatically and returned with the result. |
| get_vault_link | Get a secure one-time link where the user can save their OWN API key for a provider (BYOK). Never ask the user to paste an API key into the chat — always use this link instead. BYOK calls cost a flat 0.1 credits; the user's own provider account pays the provider. |
| check_balance | Check the remaining apipay prepaid credit balance (1 credit = $0.01) and get the top-up link. |