Arespass MCP Config
Analyzes a password and calculates its entropy.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/arespass-net.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/arespass-net.json to fetch programmatically.
{
"mcpServers": {
"arespass-net": {
"command": "npx",
"args": ["-y","@mcp/arespass-net"],
"env": {
"ARESPASS_API_KEY": "your_arespass_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/arespass-net.jsonEnvironment Variables
ARESPASS_API_KEYReplace your_arespass_api_key with your actual 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.