Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
],
},
];