mcpbeat Sign in

AIMarket Oracle Gateway MCP Server

local only

AIMarket Oracle Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 89 installs a week from pypi. Last commit 3 Sep 2026.

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

Installs per day peak 35 · avg 17 · +14% w/w
a month agotoday
89
Installs / week
pypi · aimarket-oracle-gateway
0
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check AIMarket Oracle Gateway every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aimarket-oracle-gateway -- uvx aimarket-oracle-gateway
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aimarket-oracle-gateway": {
      "args": [
        "aimarket-oracle-gateway"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aimarket-oracle-gateway]
command = "uvx"
args = ["aimarket-oracle-gateway"]
.cursor/mcp.json
{
  "mcpServers": {
    "aimarket-oracle-gateway": {
      "args": [
        "aimarket-oracle-gateway"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aimarket-oracle-gateway": {
      "args": [
        "aimarket-oracle-gateway"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AIMarket Oracle Gateway

same job, measured the same way
Ausca
by ausca

Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.

86 installs/wk 14 tools answering
I
Discord MCP
by cappyeo

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

637 installs/wk local only
Cralo
by cralo

Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.

answering
DDG Agent Services
by daedalusdevelopmentgroup

Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

128 installs/wk 26 tools answering
Agentpay
by romudille-bit

Budget-capped x402 payments for AI agents: verifiable receipts, trust routing, 17 free tools.

79 installs/wk local only
x402-market
by asaishota

Let AI agents pay-per-call for any HTTP API via x402 on Base mainnet. One tool: pay_and_call.

112 installs/wk local only
I
Oromi Agent Services
by oromi-uk

25 pay-per-call UK data & verification tools for AI agents. x402 USDC on Base; free quote mode.

39 installs/wk local only
PayGate MCP — Monetization Gateway for AI Agents
by geoacpfilho

Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.

6 tools answering

AIMarket Oracle Gateway — questions

Answers built from our own checks of this server.

Why is there no uptime for AIMarket Oracle Gateway?
AIMarket Oracle Gateway runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package aimarket-oracle-gateway was installed 89 times last week.
How do I connect AIMarket Oracle Gateway?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls aimarket-oracle-gateway straight from pypi; nothing to host, nothing to sign up for.
How many people use AIMarket Oracle Gateway?
The pypi package aimarket-oracle-gateway was installed 89 times in the last week. Week over week that is +14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AIMarket Oracle Gateway open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.