{"id":"privy-mcp-server","name":"privy-mcp-server","af_score":68.8,"security_score":63.5,"reliability_score":21.2,"what_it_does":"Provides an MCP server (Python) that connects to Privy.io’s API to manage users and wallets, including user lookup/creation/deletion, wallet creation and metadata updates, balance checks, and paginated transaction history. Intended for use with Claude Desktop and other MCP clients.","best_when":"You want an MCP-compatible interface to Privy.io for developer/ops automation, and you can run the server in a controlled environment with protected environment variables.","avoid_when":"You need a strongly standardized HTTP/REST integration for broad tooling, or you require documented idempotency/retry semantics before performing write/delete operations.","last_evaluated":"2026-04-04T21:47:57.890276+00:00","has_mcp":true,"has_api":false,"auth_methods":["HTTP Basic Authentication with custom headers (Authorization: Basic base64(app_id:app_secret) and privy-app-id header)"],"has_free_tier":false,"known_gotchas":["Destructive operations exist (e.g., delete_user) and should be guarded in agent workflows; README states delete is permanent.","The server relies on proper environment variable loading; if env vars are missing/incorrect, authentication errors will occur.","Rate limits are documented at a high level; agents may need retry/backoff logic to avoid 429s.","Pagination is described as page-based (default 50); ensure the agent passes/consumes pagination parameters correctly."],"error_quality":0.0}