InboxValid MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@InboxValid MCP ServerCheck if john.doe@example.com is a valid email"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
InboxValid MCP Server
Status: Skeleton only — business logic not yet implemented.
MCP server for Tvaram / InboxValid.ai internship assignment (Task 2, Option A).
Exposes a single tool:
verify_email({ address: string }) → { email, status, reason }Where status is "valid" | "invalid" | "risky".
Architecture (planned)
MCP handler (server.ts)
│
▼
VerificationService (verification.ts) ← business logic
│
▼
ProviderClient (client.ts) ← external API boundary
│
▼
Mock InboxValid APIRelated MCP server: Email Verification MCP Server
Project structure
src/
├── server.ts # MCP adapter — thin, no business logic
├── verification.ts # normalize, validate, retry, map results
├── client.ts # ProviderClient interface + mock implementation
└── types.ts # domain types and error classes
tests/
├── verification.test.ts
└── server.test.tsSetup
npm install
cp .env.example .env
npm run build
npm testNext steps
Implementation will proceed in this order:
Domain types and Zod schemas
Local validation (syntax + disposable domains)
Mock provider client
Verification service + retry logic
MCP wiring
Tests and demo
This server cannot be installed
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 Connectors
Verify emails and domains for routing, disposable providers, role accounts, and SMTP risk.
Emailable MCP — wraps the Emailable email verification API (emailable.com)
Verify emails — deliverability, disposable/role/free detection, MX validity, domain age.
Verify addresses, email addresses, and phone numbers with confidence scores.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables real-time email verification via MCP tools, checking syntax, MX, disposable domains, and optional SMTP probe to determine deliverability with a VALID/RISKY/INVALID verdict.213MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides email verification, returning valid, invalid, or risky status with detailed checks and metadata. It enables verifying email addresses via a simple tool interface.
- FlicenseNot gradedqualityCmaintenanceProvides email verification as an MCP tool, checking format, disposable domains, and mail server availability with structured results.
- FlicenseNot gradedqualityCmaintenanceProvides an MCP tool to verify email addresses, returning valid, invalid, risky, or error statuses via the InboxValid API. It includes a mock API and retry logic for robust, type-safe verification.
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/aayusharmaaa/inboxvalid-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server