From 61f2603ef116ff355484e2ebdd53bea2ba4f5ed2 Mon Sep 17 00:00:00 2001 From: whiteknightonhorse Date: Wed, 25 Mar 2026 14:26:00 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20add=20APIbase=20=E2=80=94=20300+=20API?= =?UTF-8?q?=20tools=20MCP=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit APIbase.pro is an MCP server providing 300+ API tools across 84 providers (travel, finance, health, education, legal, entertainment, maps, space, and more). Agents pay per call via x402 (USDC on Base) and MPP (USDC on Tempo). Live at https://apibase.pro/mcp. --- schemas/services.ts | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) 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", + }, + ], + }, ];