PluginBench
MCP Server
Maintained
Apache-2.0

io.github.Antmanbuilds/ari-mcp MCP Server

io.github.Antmanbuilds/ari-mcp

What is the io.github.Antmanbuilds/ari-mcp MCP server?

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

How to install io.github.Antmanbuilds/ari-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ARI_API_BASE_URL

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ari-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ari-mcp"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ari-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ari-mcp"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ari-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ari-mcp"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ari-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ari-mcp"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add ari-mcp --env ARI_API_BASE_URL=<YOUR_ARI_API_BASE_URL> -- npx -y ari-mcp

Related MCP servers

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

40
TypeScript
Apache-2.0
View repository →