← Back to Plugins
MCP Server MCP

AIMarket Oracle Gateway

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx aimarket-oracle-gateway

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "aimarket-oracle-gateway",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "AIMarket Hub base URL (recommended metered path)",
          "name": "AIMARKET_HUB_URL"
        },
        {
          "description": "Direct oracle-family URL (demo/free path if no hub)",
          "name": "AIMARKET_ORACLE_URL"
        },
        {
          "description": "Hard cap per call in USD (default 0.10)",
          "name": "AIMARKET_MAX_PER_CALL_USD"
        },
        {
          "description": "Hard cumulative budget for this process (default 5.0)",
          "name": "AIMARKET_MAX_SPEND_USD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...