이메일 검사기 MCP 서버
콜드 아웃바운드 이메일의 경우, 이 도구는 이메일 주소의 유효성을 검사하는 데 도움이 됩니다.
특징
- 이메일 주소 확인
- 간단한 JSON 응답 형식
- API 키가 필요하지 않습니다
필수 조건
- 파이썬 3.x
설치
- 저장소를 복제합니다.
지엑스피1
- uv를 사용하여 종속성을 설치합니다.
참고: 이 프로젝트는 종속성 관리를 위해 pyproject.toml
사용하므로 pip 대신 uv
사용합니다.
MCP 서버로 구성
이 도구를 MCP 서버로 추가하려면 Claude 데스크톱 구성 파일을 수정해야 합니다.
구성 파일 위치는 운영 체제에 따라 다릅니다.
- MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- 윈도우:
%APPDATA%/Claude/claude_desktop_config.json
JSON 파일에 다음 구성을 추가하세요.
⚠️ 중요:
YOUR_USERNAME
실제 시스템 사용자 이름으로 바꾸세요.- 디렉토리 경로가 로컬 설치와 일치하는지 확인하세요.
용법
이 서비스는 이메일 주소를 검증하기 위한 FastMCP 도구를 제공합니다.
사용 예시:
프롬프트: 이 이메일이 존재합니까?
매개변수:
email
: 검증할 이메일 주소가 포함된 문자열
응답 예시:
API 사용 제한
이 서비스는 다음을 제공하는 2IP의 이메일 API를 사용합니다.
- API 키가 필요하지 않습니다
오류 처리
이 서비스에는 다음에 대한 오류 처리가 포함됩니다.
- 잘못된 이메일 형식입니다
- API 요청 실패
- 네트워크 시간 초과
- 속도 제한
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
API 키가 필요 없이 JSON 응답을 제공하여 사용자가 간단한 FastMCP 도구를 통해 이메일 주소의 존재를 검증할 수 있도록 합니다.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.Last updated -16321TypeScript
- -securityFlicense-qualityA lightweight Model Context Protocol (MCP) server that enables your LLM to validate email addresses. This tool checks email format, domain validity, and deliverability using the AbstractAPI Email Validation API. Perfect for integrating email validation into AI applications like Claude Desktop.Last updated -1Python
MailPace MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server implementation that allows sending emails over MailPace's fast transactional email API.Last updated -11TypeScriptMIT License- AsecurityFlicenseAqualityAn MCP server that integrates with Hunter.io API to find and verify email addresses using domain and name information.Last updated -5JavaScript