Skip to content
MCP-Bridge
Security

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

ARESPASS_API_KEY

Replace your_arespass_api_key with your actual arespass api key

Endpoints

GET/about

Metadata about this API: version number, release date and available languages. Metadata requests are NOT billed.

GET/ec

The entropy calculator - alias ec -, analyzes a password and calculates its entropy. Entropy calculator requests are billed.