Odel
ARI

ARI

Local
@antmanbuilds40TypeScriptApache-2.0Updated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmari-mcpv0.1.3

Run

npx -y ari-mcp

MCP client config

{
  "mcpServers": {
    "ari": {
      "command": "npx",
      "args": [
        "-y",
        "ari-mcp"
      ]
    }
  }
}