← Back to browse

AIMarket Oracle Gateway

Indexed by io.github.alexar76

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsAIMARKET_HUB_URL AIMARKET_ORACLE_URL AIMARKET_MAX_PER_CALL_USD AIMARKET_MAX_SPEND_USD
Claude Code
claude mcp add --env AIMARKET_HUB_URL= --env AIMARKET_ORACLE_URL= --env AIMARKET_MAX_PER_CALL_USD= --env AIMARKET_MAX_SPEND_USD= aimarket-oracle-gateway -- uvx aimarket-oracle-gateway
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"aimarket-oracle-gateway","command":"uvx","args":["aimarket-oracle-gateway"],"env":{"AIMARKET_HUB_URL":"","AIMARKET_ORACLE_URL":"","AIMARKET_MAX_PER_CALL_USD":"","AIMARKET_MAX_SPEND_USD":""}}'
JSON
{
  "mcpServers": {
    "aimarket-oracle-gateway": {
      "command": "uvx",
      "args": [
        "aimarket-oracle-gateway"
      ],
      "env": {
        "AIMARKET_HUB_URL": "",
        "AIMARKET_ORACLE_URL": "",
        "AIMARKET_MAX_PER_CALL_USD": "",
        "AIMARKET_MAX_SPEND_USD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.