pleamo
Officialservidor MCP de pleamo
Expone las comprobaciones de URL de estafas/phishing con IA de pleamo como herramientas MCP, para que cualquier cliente MCP (Claude Desktop, Cursor, tu propio agente) pueda preguntar a pleamo "¿es seguro este enlace?" antes de abrirlo o recomendarlo.
Es un proxy autenticado y ligero hacia la API de pleamo alojada: cada comprobación pasa por los mismos límites por usuario y globales que protegen el servicio.
Herramientas
Herramienta | Qué hace |
| Evalúa una URL: veredicto (segura/sospechosa/peligrosa), gravedad, confianza, motivo |
| Marca un dominio bloqueado incorrectamente para revisión |
| Tu plan + uso de comprobaciones de IA de hoy |
Related MCP server: Malicious Scanner MCP Server
Configuración
Obtén una clave API de pleamo (una clave revocable desde el panel en
https://dash.pleamo.app/keys).Apunta tu cliente MCP a este servidor. Para Claude Desktop, añade a
claude_desktop_config.json:
{
"mcpServers": {
"pleamo": {
"command": "npx",
"args": ["-y", "pleamo-mcp"],
"env": {
"PLEAMO_TOKEN": "your-api-key-here"
}
}
}
}Reinicia el cliente. Entonces podrás decir cosas como "comprueba este enlace con pleamo: https://paypa1-login.example" y el agente llamará a check_url.
Entorno
Variable | Predeterminado | Notas |
| — | Obligatorio. Token Bearer para la API de pleamo. |
|
| Anulación para desarrollo local (p. ej. |
Desarrollo
npm install
npm run verify # lint + format + unit tests
npm start # runs the stdio server (expects an MCP client on stdin)Prueba rápida de humo stdio (lista las herramientas):
printf '%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"smoke","version":"0"}}}' \
'{"jsonrpc":"2.0","method":"notifications/initialized"}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}' \
| node src/server.jsAlternativa remota (alojada)
Si tu cliente admite servidores MCP remotos, no necesitas este proceso local en absoluto: conéctate directamente al endpoint alojado:
https://dash.pleamo.app/api/mcpHabla JSON-RPC sobre HTTP (las mismas tres herramientas) y se autentica con una clave API de pleamo como token Bearer. Crea una clave revocable en https://dash.pleamo.app/keys. Este servidor stdio local es para clientes que solo hablan stdio (p. ej. el Claude Desktop actual).
Notas
Autenticación / tokens — obtén una clave API revocable desde el panel (
/keys) y establécela comoPLEAMO_TOKEN. (Un token de sesión sin procesar también funciona, pero las claves son la opción correcta y revocable.)Transporte — este paquete es stdio; el
/api/mcpalojado anteriormente es la variante remota Streamable-HTTP.La otra dirección de MCP — permitir que la extensión enrute las comprobaciones a través del propio agente del usuario (BYO-vía-MCP) se sigue junto con el código fuente de la extensión en pleamo/pleamo-chrome-extension.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceProvides access to a malicious URL database API, enabling users to search, list, and retrieve information about potentially dangerous URLs for security analysis and threat detection.3MIT
- AlicenseBqualityDmaintenanceEnables real-time scanning of URLs for malicious content, spam/gray classification, and additional security flags like domain age through the Malicious Scanner API.1MIT

scanmalware-mcpofficial
AlicenseNot gradedqualityCmaintenanceWraps the ScanMalware.com API to enable phishing triage, malware scanning, and certificate inspection through natural language, allowing users to submit scans, retrieve results, and analyze threats via MCP tools.Apache 2.0- FlicenseNot gradedqualityBmaintenanceChecks URLs for phishing risks using URL, DNS, HTTP, HTML, and mobile rendering signals, and provides a 1024x1024 PNG visual summary of the page.
Related MCP Connectors
PhishTank MCP — wraps PhishTank API (checkurl.phishtank.com)
URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth)
A paid remote MCP for developer endpoint scanner MCP, built to return verdicts, receipts, usage logs
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pleamo/pleamo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server