
Ari Mcp Py
Same ARI fair-price and receipt tooling as the TypeScript server, for Python-first agents and uv-managed dev environments.
Overview
io.github.Antmanbuilds/ari-mcp-py is an MCP server for the Validate phase that provides Python uvx access to ARI fair-price checks, leaderboards, and Ed25519 x402/MPP receipt verification.
What is this MCP server?
- Python MCP server (ari-mcp-py) with uvx runtime on PyPI v0.1.3
- Fair-price checks and leaderboards for x402/MPP services via ARI API
- Ed25519 receipt verification for agent micropayment proofs
- stdio transport; ARI_API_BASE_URL optional override
- Mirror of TypeScript ari-mcp for PyPI/uv workflows
- Package version 0.1.3 on PyPI
- stdio transport with uvx runtimeHint
- Repository subfolder packages/ari-mcp-py
Community signal: 40 GitHub stars.
What problem does it solve?
Python-first builders lack a native MCP path to benchmark x402/MPP prices and validate receipts without juggling a separate Node MCP server.
Who is it for?
Solo developers on uv/Python who integrate paid agent APIs and want ARI tooling in the same runtime ecosystem.
Skip if: Pure TypeScript shops that already use npx ari-mcp, or projects with no micropayment agent usage.
What do I get? / Deliverables
You run one uvx-based MCP server so your agent can price-check and verify receipts alongside your Python agent codebase.
- ARI-backed fair-price and leaderboard responses in-agent
- Ed25519 receipt verification for x402/MPP payments
- Python-native MCP integration without Node dependency
Recommended MCP Servers
Journey fit
Validate-phase pricing fits micropayment due diligence before you standardize on a paid agent dependency. Leaderboards and receipt verification answer “is this price normal?” and “did this payment actually happen?” during pricing review.
How it compares
Python twin of ari-mcp on PyPI—same ARI backend, different runtime (uvx vs npx).
Common Questions / FAQ
Who is io.github.Antmanbuilds/ari-mcp-py for?
Builders using Python agents or uv who need MCP-driven ARI price and receipt checks for x402/MPP services.
When should I use io.github.Antmanbuilds/ari-mcp-py?
When your stack is Python-first and you are in pricing validation or receipt audit for agent micropayment integrations.
How do I add io.github.Antmanbuilds/ari-mcp-py to my agent?
Configure stdio MCP with runtimeHint uvx and identifier ari-mcp-py; optionally set ARI_API_BASE_URL for a custom API host.