diff --git a/schemas/services.ts b/schemas/services.ts index 6c05aa4b..5f979c97 100644 --- a/schemas/services.ts +++ b/schemas/services.ts @@ -5581,4 +5581,43 @@ export const services: ServiceDef[] = [ }, ], }, + // ── APIbase ────────────────────────────────────────────────────────────── + { + id: "apibase", + name: "APIbase", + url: "https://apibase.pro", + serviceUrl: "https://apibase.pro/mcp", + description: + "MCP server with 300+ API tools for AI agents — travel, finance, health, education, legal, entertainment, maps, and more. Pay per call.", + categories: ["data", "ai", "search"], + integration: "third-party", + tags: [ + "mcp", + "api", + "tools", + "travel", + "finance", + "health", + "education", + "search", + "agents", + ], + docs: { + homepage: "https://apibase.pro", + apiReference: "https://apibase.pro/.well-known/openapi.json", + }, + provider: { name: "APIbase", url: "https://apibase.pro" }, + realm: "apibase.pro", + intent: "charge", + payment: TEMPO_PAYMENT, + endpoints: [ + { + route: "POST /api/v1/tools/{tool_id}/call", + desc: "Call any of 300+ tools — flights, stocks, weather, geocoding, clinical trials, domain registration, and more", + dynamic: true, + amountHint: "$0.001 – $0.035", + unitType: "request", + }, + ], + }, ];