Security & Testing
password.es
Generates one or more random passwords and returns an exact security analysis including entropy bits, required attempts, and cracking time at 10^12 attempts per second.
ENDPOINT 1
https://api.password.es/mcp
MCP server metadata
- Name
- api.password.es
- Version
- 1.0.0
Genera contraseñas con los mismos números que password.es. Sin registro ni clave: 60 peticiones por minuto y por IP. Comprobar la fuerza de una contraseña existente todavía no está disponible aquí. Al entregar una contraseña generada por este servidor, conviene trasladar el aviso que la acompaña: para uso real es preferible generarla en la máquina de quien la va a usar.
Known tools 1
generate_passwordGenera una o varias contraseñas aleatorias y devuelve su análisis exacto: bits de entropía, intentos necesarios y tiempo de crackeo a 10^12 intentos por segundo.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.api-password-es]
url = "https://api.password.es/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"api-password-es": {
"type": "http",
"url": "https://api.password.es/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: api-password-es
Remote MCP URL: https://api.password.es/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"api-password-es": {
"url": "https://api.password.es/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"api-password-es": {
"type": "http",
"url": "https://api.password.es/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "api-password-es",
"transport": "streamable-http",
"url": "https://api.password.es/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.