Home › Security › AIMarket Oracle Gateway

AIMarket Oracle Gateway

Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.

TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.2.0)

uvx aimarket-oracle-gateway

Or add to your MCP client config:

{
  "mcpServers": {
    "aimarket-oracle-gateway": {
      "command": "uvx",
      "args": [
        "aimarket-oracle-gateway"
      ],
      "env": {
        "AIMARKET_HUB_URL": "<YOUR_VALUE>",
        "AIMARKET_ORACLE_URL": "<YOUR_VALUE>",
        "AIMARKET_MAX_PER_CALL_USD": "<YOUR_VALUE>",
        "AIMARKET_MAX_SPEND_USD": "<YOUR_VALUE>"
      }
    }
  }
}
  • AIMARKET_HUB_URL — AIMarket Hub base URL (recommended metered path)
  • AIMARKET_ORACLE_URL — Direct oracle-family URL (demo/free path if no hub)
  • AIMARKET_MAX_PER_CALL_USD — Hard cap per call in USD (default 0.10)
  • AIMARKET_MAX_SPEND_USD — Hard cumulative budget for this process (default 5.0)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry