Back to Browse

Aimarket Oracle Gateway MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

The aimarket-oracle-gateway MCP server is a well-structured payment-gated oracle client with solid authentication and authorization controls. Spending caps are properly enforced client-side and cannot be overridden. The codebase shows good defensive patterns for a financial service, though some minor code quality issues and incomplete input validation prevent a higher score. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

AIMarket Hub base URL (recommended metered path)Optional

Environment variable: AIMARKET_HUB_URL

Direct oracle-family URL (demo/free path if no hub)Optional

Environment variable: AIMARKET_ORACLE_URL

Hard cap per call in USD (default 0.10)Optional

Environment variable: AIMARKET_MAX_PER_CALL_USD

Hard cumulative budget for this process (default 5.0)Optional

Environment variable: AIMARKET_MAX_SPEND_USD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-alexar76-aimarket-oracle-gateway": {
      "env": {
        "AIMARKET_HUB_URL": "your-aimarket-hub-url-here",
        "AIMARKET_ORACLE_URL": "your-aimarket-oracle-url-here",
        "AIMARKET_MAX_SPEND_USD": "your-aimarket-max-spend-usd-here",
        "AIMARKET_MAX_PER_CALL_USD": "your-aimarket-max-per-call-usd-here"
      },
      "args": [
        "aimarket-oracle-gateway"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!