Skip to main content
Glama
aayusharmaaa

InboxValid MCP Server

by aayusharmaaa

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 API

Related 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.ts

Setup

npm install
cp .env.example .env
npm run build
npm test

Next steps

Implementation will proceed in this order:

  1. Domain types and Zod schemas

  2. Local validation (syntax + disposable domains)

  3. Mock provider client

  4. Verification service + retry logic

  5. MCP wiring

  6. Tests and demo

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

0Maintainers
No issuesResponse time
0Releases (12mo)
Commit activity

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

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Enables 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.
    2
    13
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    An 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.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides email verification as an MCP tool, checking format, disposable domains, and mail server availability with structured results.
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.

View all related MCP servers

Latest Blog Posts

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