SecurityAuto-generated
Arespass MCP Server
Analyzes a password and calculates its entropy.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/arespass-net
Environment Variables
ARESPASS_API_KEYExample: your_arespass_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"arespass-net": {
"command": "npx",
"args": ["-y","@mcp/arespass-net"],
"env": {
"ARESPASS_API_KEY": "your_arespass_api_key"
}
}
}
}Endpoints
GET
/aboutMetadata about this API: version number, release date and available languages. Metadata requests are NOT billed.
GET
/ecThe entropy calculator - alias ec -, analyzes a password and calculates its entropy. Entropy calculator requests are billed.