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).
Run
npx -y ari-mcp
MCP client config
{
"mcpServers": {
"ari": {
"command": "npx",
"args": [
"-y",
"ari-mcp"
]
}
}
}