MCP-URL2SNAP
MCP URL2SNAP 🚀🤖
軽量な**モデルコンテキストプロトコル(MCP)**サーバー。LLMが任意のURLのスクリーンショットをキャプチャし、キャプチャした画像へのアクセスURLのみを返すことを可能にします。このツールは、Webページのスナップショットの生成と共有プロセスを簡素化し、Claude DesktopなどのAIアプリケーションや自動化ワークフローにビジュアルキャプチャ機能を統合するのに最適です。
モデルコンテキストプロトコル (MCP) とは何ですか?
MCPは、AIモデルと外部システム間の通信を効率化するために設計された標準化されたプロトコルです。異なるAIエージェント、ツール、サービスがシームレスに連携できるようにする普遍的な言語と考えてください。
特徴
電子メール検証: 電子メール アドレスをリアルタイムで検証します。
MCP 統合: MCP 互換の LLM とシームレスに接続します。
簡単なセットアップ: Python と MCP SDK を使用して構築されており、迅速に導入できます。
MCP はクライアント サーバー アーキテクチャに従います。
デモを見る
MCP Email Verify ツールの動作を示すビデオ デモを視聴するには、下の画像をクリックしてください。
Related MCP server: SnapAPI MCP Server
要件
Python : Python 3.11.0 以上。
UV :0.6.9以上。
設定
1. リポジトリのクローンを作成する
git clone https://github.com/Abhi5h3k/MCP-URL2SNAP.git
cd MCP-URL2SNAP2.UVをインストールする
UV がインストールされていない場合は、次のコマンドを使用してインストールできます。
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"インストールを確認します。
uv --version3. 仮想環境をセットアップする
UV を使用して仮想環境を作成します。
uv venv仮想環境をアクティブ化します。Windowsの場合:
.venv\Scripts\activate4. 依存関係のインストールUV を使用して pyproject.toml から必要な依存関係をインストールします。
uv installサーバーの実行
環境変数を設定する ルート ディレクトリに .env ファイルを作成し、 AbstractAPIキーを追加します。
ABSTRACT_API_KEY=your_api_key_hereサーバーを実行する MCP サーバーを起動します。
uv run server.py使用法
サーバーを Claude Desktop に登録します。 claude_desktop_config.json ファイルを更新して、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"
}
}
}
}Claude Desktop を再起動します。新しいツールを検出するには、Claude Desktop を再起動します。
メールを確認するには、次のようなプロンプトを使用します。
「 https://github.com/Abhi5h3kのスクリーンショットを見せてもらえますか?」
発達
フォーマットとリンティング このプロジェクトでは、コードのフォーマットとインポートのソートに black と isort を使用します。
開発依存関係をインストールします。
uv add black isort --devコードをフォーマットします:
black .インポートを並べ替える:
isort .事前コミットを設定する
pre-commit install
pre-commit run --all-files記事: モデルコンテキストプロトコル (MCP): AIコミュニケーションの未来に向けた初心者向けガイド
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