Back to Browse

ARI MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Python MCP server: fair-price checks, leaderboards, Ed25519 receipt verification for x402/MPP.

About

Python MCP server: fair-price checks, leaderboards, Ed25519 receipt verification for x402/MPP.

Security Report

5.2
Moderate5.2Moderate Risk

ARI MCP is a well-designed price oracle and receipt verification server with clean architecture and proper security practices. The code demonstrates strong input validation, careful null-handling to prevent misinterpretation of prices, and reliance on cryptographic verification from a pinned external key. No authentication is required for read operations (appropriate for a public price oracle), though the server delegates critical verification to the remote API. Minor code quality observations noted but do not impact security posture. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 8 high severity). Package verification found 1 issue.

5 files analyzed · 14 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:

Override the ARI API base URL. Defaults to https://agentrateindicators.com/api.Optional

Environment variable: ARI_API_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-antmanbuilds-ari-mcp-py": {
      "env": {
        "ARI_API_BASE_URL": "your-ari-api-base-url-here"
      },
      "args": [
        "-y",
        "ari-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

ARI MCP Server - Python MCP server: fair-price checks, leaderboards, Ed25519 | MCP Marketplace