MCP-URL2SNAP
URL2SNAP de MCP 🚀🤖
Un servidor ligero de Protocolo de Contexto de Modelo (MCP) que permite a su LLM capturar capturas de pantalla de cualquier URL especificada y devolver únicamente la URL de acceso a la imagen capturada. Esta herramienta simplifica la generación y el intercambio de capturas de páginas web, lo que la hace ideal para integrar funciones de captura visual en aplicaciones de IA como Claude Desktop o flujos de trabajo de automatización.
¿Qué es el Protocolo de Contexto Modelo (MCP)?
En esencia, MCP es un protocolo estandarizado diseñado para optimizar la comunicación entre modelos de IA y sistemas externos. Considérelo un lenguaje universal que permite que diferentes agentes, herramientas y servicios de IA interactúen fluidamente.
Características
Verificación de correo electrónico : verifique direcciones de correo electrónico en tiempo real.
Integración con MCP : conéctese sin problemas con LLM compatibles con MCP.
Fácil configuración : creado con Python y el SDK MCP para una implementación rápida.
MCP sigue una arquitectura cliente-servidor:
Mira la demostración
Haga clic en la imagen a continuación para ver una demostración en video de la herramienta MCP Email Verify en acción:
Related MCP server: SnapAPI MCP Server
Requisitos
Python : Python 3.11.0 o superior.
UV : 0.6.9 o superior.
Configuración
1. Clonar el repositorio
git clone https://github.com/Abhi5h3k/MCP-URL2SNAP.git
cd MCP-URL2SNAP2. Instalar UV
Si no tienes UV instalado, puedes instalarlo usando los siguientes comandos:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Verificar la instalación:
uv --version3. Configurar el entorno virtual
Crear un entorno virtual usando UV:
uv venvActivar el entorno virtual: En Windows:
.venv\Scripts\activate4. Instalar dependencias Instale las dependencias requeridas desde pyproject.toml usando UV:
uv installEjecución del servidor
Configurar variables de entorno Cree un archivo .env en el directorio raíz y agregue su clave AbstractAPI :
ABSTRACT_API_KEY=your_api_key_hereEjecutar el servidor Inicie el servidor MCP:
uv run server.pyUso
Registrar el servidor con Claude Desktop Actualice el archivo claude_desktop_config.json para incluir su servidor MCP:
{
"mcpServers": {
"verify_mail": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\MCP-Email-Verify",
"run",
"server.py"
],
"env":{
"ABSTRACT_API_KEY":"YUR_API_KEY"
}
}
}
}Reiniciar Claude Desktop Reinicie Claude Desktop para detectar la nueva herramienta.
Verificar correos electrónicos Utilice indicaciones como:
"¿Puedes mostrarme la captura de pantalla de https://github.com/Abhi5h3k ?"
Desarrollo
Formato y linting Este proyecto utiliza black e isort para formatear el código y ordenar las importaciones.
Instalar dependencias de desarrollo:
uv add black isort --devFormatear el código:
black .Ordenar importaciones:
isort .Configurar pre-compromiso
pre-commit install
pre-commit run --all-filesArtículo: Protocolo de Contexto Modelo (MCP): Una guía para principiantes sobre el futuro de la comunicación con IA
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol (MCP) server for taking screenshots of web pages using Playwright, allowing AI agents to automatically capture and analyze screenshots for UI verification or other tasks.73723AGPL 3.0
- AlicenseAqualityDmaintenanceMCP server for the SnapAPI web capture API. Take screenshots, scrape pages, extract structured data, generate PDFs, record videos, and run AI analysis on any URL — all from Claude, Cursor, VS Code, or any MCP client. 9 tools, 30+ device presets, ad/cookie blocking. Install: npx snapapi-mcp98MIT
- AlicenseAqualityCmaintenanceA small Model Context Protocol (MCP) server that gives an LLM eyes on your desktop without burning context. It can take one-off screenshots, crop a region around the mouse cursor, and run timed streaming sessions that save frames to disk and only return image bytes when explicitly asked.8MIT
- FlicenseNot gradedqualityDmaintenanceEnables tool-calling LLMs to search the internet, capture website images, extract webpage text, and more via a local MCP server.14
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.
Appeared in Searches
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/Abhi5h3k/MCP-URL2SNAP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server