PluginBench
MCP Server
Maintained
Apache-2.0

io.github.Antmanbuilds/ari-mcp-py MCP Server

io.github.Antmanbuilds/ari-mcp-py

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

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

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

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-py": {
      "command": "uvx",
      "args": [
        "ari-mcp-py"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ari-mcp-py": {
      "command": "uvx",
      "args": [
        "ari-mcp-py"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ari-mcp-py": {
      "command": "uvx",
      "args": [
        "ari-mcp-py"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ari-mcp-py": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ari-mcp-py"
      ],
      "env": {
        "ARI_API_BASE_URL": "<YOUR_ARI_API_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add ari-mcp-py --env ARI_API_BASE_URL=<YOUR_ARI_API_BASE_URL> -- uvx ari-mcp-py

Related MCP servers

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

40
TypeScript
Apache-2.0
View repository →
io.github.Antmanbuilds/ari-mcp-py MCP Server | PluginBench