Analyzes passwords for strength, entropy, common-password matches, crack-time estimates, and improvement suggestions via a paid MCP endpoint.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Password Strength Analyzer API.
security_check_passwordCheck password strength with entropy and crack time
passwordThe password to analyze
Password Strength Analyzer API MCP server checks an individual password for security characteristics. The security_check_password operation accepts one required string, password, and produces a score from 0 to 100, a strength category, estimated time to crack, entropy measured in bits, and recommendations for improvement. Its strength labels are weak, fair, strong, and excellent.
The service also compares the supplied value with the top 1,000 common passwords. That makes it suitable for password guidance and basic password-risk checks. It is not presented as a password hash generator or as a general JSON validation service; those tasks should use other tools referenced by the source documentation.
The MCP endpoint is available at https://password-strength.api.klymax402.com/mcp. An MCP-compatible client connects to that URL and invokes security_check_password with the password to analyze. The service performs the analysis remotely and returns the resulting security details to the client.
Each call uses x402 pay-per-request billing. The listed price is $0.003 per check, paid in USDC on Base L2, identified as eip155:8453. The payment flow begins with an HTTP 402 response containing an x402 challenge when using the direct HTTP API. x402-aware clients can sign the payment and retry the request automatically. The documented payment facilitators are Coinbase CDP as the primary option and PayAI as the fallback.
Add the remote MCP URL to the MCP client configuration. A minimal entry uses the server name password-strength and the URL shown above. The README specifically lists Claude Desktop and Cursor as supported configuration targets, and also mentions ElizaOS.
No API key, account signup, or server environment variable is documented as required. The caller does need access to an x402-compatible payment flow and a wallet or payment setup capable of sending USDC on Base L2. For direct HTTP use, send a POST request with Content-Type: application/json to /api/check and provide a JSON body containing the password. An x402-aware HTTP client can handle the payment challenge and retry sequence.
security_check_password: evaluates one password for strength and security.password, a string containing the value to analyze.POST /api/check.Password Strength Analyzer API MCP server is intended for analysis only. The source specifically says not to use this operation for hash generation or input validation.
The supplied material documents one MCP tool and one password input. It does not describe batch analysis, password storage, hashing, account management, rate limits, or custom scoring settings. Because the endpoint is paid per call, applications should account for x402 payment handling before invoking it. The common-password check is described as covering the top 1,000 common passwords, so that check should not be treated as a complete password corpus.
The project is licensed under MIT. Its payment model removes the need for an API key and signup, but it still requires payment in USDC on Base L2 for each request.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/password-strength-analyzer-api)<a href="https://allmcps.com/mcp/password-strength-analyzer-api"><img src="https://allmcps.com/api/badge/password-strength-analyzer-api?style=directory" alt="Password Strength Analyzer API on AllMCPs" /></a>