Skip to main content
Glama
vigneshachar283

inboxvalid-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_emailA

Verifies an email address's deliverability plausibility: syntax, disposable-domain, and MX-record checks. Returns a structured status ('valid' | 'invalid' | 'risky') with a machine-readable reason code - never throws on a bad address, always returns a result.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion or misselection. The tool's purpose is unambiguous and clearly defined.

Naming Consistency5/5

The tool name 'verify_email' follows a clear verb_noun pattern that matches its functionality. With only one tool, consistency is trivially maintained.

Tool Count3/5

The server has a single tool, which feels thin but aligns with its narrow scope of email verification. The minimal count is borderline but not inappropriate given the focused domain.

Completeness5/5

The tool covers all key aspects of email verification—syntax, disposable-domain, and MX checks—and always returns a structured result. There are no obvious gaps within the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues