Back to Browse

ARI MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Fair-price checks, leaderboards, and Ed25519 receipt verification for x402/MPP services.

About

Fair-price checks, leaderboards, and Ed25519 receipt verification for x402/MPP services.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-designed MCP server for price fairness checking and receipt verification. The code demonstrates solid security practices: proper input validation via Zod/Pydantic schemas, no hardcoded credentials, secure handling of external API calls, and appropriate use of environment variables for configuration. Permissions align with the server's purpose (network access for API calls, environment variable reading). Minor code quality observations exist but do not constitute security vulnerabilities. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 8 high severity). Package verification found 1 issue.

5 files analyzed · 15 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": {
      "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!