Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/arespass-net.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "arespass-net": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/arespass-net"
      ],
      "env": {
        "ARESPASS_API_KEY": "your_arespass_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "arespass-net": {
      "url": "https://mcpbridge.org/config/arespass-net.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "arespass-net": {
      "url": "https://mcpbridge.org/config/arespass-net.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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.