MCP-URL2SNAP
Demo MCP tool to capture URL screenshot.
Documentation

MCP URL2SNAP ππ€
A lightweight Model Context Protocol (MCP) server that enables your LLM to capture screenshots of any specified URL and return only the access URL for the captured image. This tool simplifies the process of generating and sharing webpage snapshots, making it perfect for integrating visual capture capabilities into AI applications like Claude Desktop or automation workflows.
What is Model Context Protocol (MCP)?
At its core, MCP is a standardized protocol designed to streamline communication between AI models and external systems. Think of it as a universal language that allows different AI agents, tools, and services to interact seamlessly.
Features
- Email Verification: Verify email addresses in real-time.
- MCP Integration: Seamlessly connect with MCP-compatible LLMs.
- Easy Setup: Built with Python and the MCP SDK for quick deployment.
MCP follows a client-server architecture:
Watch the Demo
Click the image below to watch a video demo of the MCP Email Verify tool in action:
Requirements
- Python: Python 3.11.0 or higher.
- UV: 0.6.9 or higher.
Setup
Installing via Smithery
To install MCP-URL2SNAP for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Abhi5h3k/MCP-URL2SNAP --client claudeManual Installation
1. Clone the Repository
git clone https://github.com/Abhi5h3k/MCP-URL2SNAP.git
cd MCP-URL2SNAP2. Install UV
If you donβt have UV installed, you can install it using the following commands:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"Verify the installation:
uv --version3. Set Up the Virtual Environment
Create a virtual environment using UV:
uv venvActivate the virtual environment:
On Windows:
.venv\Scripts\activate4. Install Dependencies
Install the required dependencies from pyproject.toml using UV:
uv installRunning the Server
1. Set Up Environment Variables
Create a .env file in the root directory and add your AbstractAPI key:
ABSTRACT_API_KEY=your_api_key_here2. Run the Server
Start the MCP server:
uv run server.pyUsage
1. Register the Server with Claude Desktop
Update the claude_desktop_config.json file to include your MCP server:
{
"mcpServers": {
"verify_mail": {
"command": "uv",
"args": [
"--directory",
"C:\\ABSOLUTE\\PATH\\TO\\MCP-Email-Verify",
"run",
"server.py"
],
"env":{
"ABSTRACT_API_KEY":"YUR_API_KEY"
}
}
}
}2. Restart Claude Desktop
Restart Claude Desktop to detect the new tool.
3. Verify Emails
Use prompts like:
"can you show me the screenshot of https://github.com/Abhi5h3k"
Development
Formatting and Linting
This project uses black and isort for code formatting and import sorting.
1. Install development dependencies:
uv add black isort --dev2. Format the code:
black .3. Sort imports:
isort .Set up pre-commit
pre-commit install
pre-commit run --all-filesArticle: Model Context Protocol (MCP): A Beginner's Guide to the Future of AI Communication
Frequently asked questions
What is MCP-URL2SNAP?
MCP-URL2SNAP is Demo MCP tool to capture URL screenshot.
How do I install MCP-URL2SNAP?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is MCP-URL2SNAP open source?
Yes β it is hosted on GitHub at https://github.com/Abhi5h3k/MCP-URL2SNAP and has 2 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP