Back to MCP Servers

APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropayments in USDC.

aggregatorsapiaiagent

Installation

npx -y APIbase

Configuration

{
  "mcpServers": {
    "APIbase": {
      "command": "npx",
      "args": ["-y", "APIbase"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub