Sponsored by Deepsite.site

Reckon Email Verification

Created By
Reckon3 days ago
Enterprise-grade, real-time email verification in a straightforward way. Prevent bounces by checking any email against format rules, DNS records, disposable address lists, catch-all detection, and live SMTP—and get back a structured result your agent can act on immediately.
Content

Reckon MCP Server

License: MIT MCP

Verify email addresses in real-time directly from Claude, ChatGPT, Cursor, Windsurf, or any MCP-compatible AI client. Powered by Reckon.


Example

You: Verify sales@acme.com

Assistant: I verified sales@acme.com using the Reckon email verification tool. Here are the results:

  • Status: Valid
  • Format: Valid email format
  • Domain: acme.com exists and accepts mail
  • Risk flags: Role-based address (sales@), not disposable, not accept-all

One credit was used for this verification. You have 4,999 credits remaining.


Requirements

  • A Reckon account, which comes with cost-free sandbox email addresses as well as 25 credits for real-world trialing.
  • An active Reckon subscription (see pricing)
  • A credit balance higher than zero

Quick setup

Endpoint: https://mcp.reckonapp.io/mcp

Our Claude and ChatGPT connectors are currently under review — once approved, those will be the easiest way to connect. In the meantime (and for all other MCP clients), add the endpoint in your client's MCP settings and sign in with your Reckon account when prompted.

For clients that don't support OAuth (like Cursor), use an API key instead. Add to .cursor/mcp.json:

{
  "mcpServers": {
    "reckon": {
      "url": "https://mcp.reckonapp.io/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Get your API key at app.reckonapp.io/api-keys.


Tools

verify_email

Verify an email address. Returns deliverability status, format validity, domain info, and risk flags (disposable, role-based, accept-all, mailbox full, plus addressing). Each call consumes one credit.

Input:

FieldTypeRequiredDescription
emailstringYesThe email address to verify.

Example response:

{
  "email_address": "user@example.com",
  "status": "valid",
  "status_meta": {
    "valid_format": true,
    "domain_exists": true,
    "accept_all": false,
    "disposable": false,
    "role_based": false,
    "mailbox_full": false,
    "plus_address": false
  },
  "domain_meta": {
    "domain": "example.com",
    "mailbox_provider": "example.com"
  }
}

check_credits

Check the remaining email verification credit balance for your account. No input required.

Example response:

{
  "balance": 5000,
  "asOf": "2026-03-22T14:00:00Z"
}

Authentication

Most clients authenticate via OAuth — you sign in with your Reckon account when prompted and a dedicated API key is created automatically.

For clients that don't support OAuth (like Cursor), pass your API key via the X-API-Key header. Get a key at app.reckonapp.io/api-keys.

You can manage, pause, or revoke keys anytime from your API Keys dashboard.


Discovery

Registries and clients can read machine-readable MCP metadata at https://mcp.reckonapp.io/.well-known/mcp/server-card.json (server info, OAuth, tools, and the same optional API key config schema used for Smithery).

Smithery: If the dashboard warns that no config schema was provided, attach the JSON Schema from smithery-config-schema.json when publishing or updating the external URL (see Smithery external publish — config schema). Example with the Smithery CLI:

smithery mcp publish "https://mcp.reckonapp.io/mcp" -n "@your-namespace/your-server-name" \
  --config-schema "$(jq -c . smithery-config-schema.json)"

Interactive sign-in (OAuth) remains the primary path; the schema only adds an optional API key for environments that need header-based access.

Third-party directories (for example mcp.so): The live MCP URL (/mcp) answers with 401 and OAuth metadata when neither a Bearer access token nor X-API-Key is present, so a crawler that only opens a session against /mcp cannot complete initialize / tools/list and may show an empty tool list. Prefer pointing the listing at the server card if the product supports a static metadata URL, use directory-specific OAuth if offered, or supply a crawl API key in the directory’s settings if it forwards X-API-Key on MCP requests.



License

MIT

Server Config

{
  "mcpServers": {
    "reckon": {
      "url": "https://mcp.reckonapp.io/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
ChatWiseThe second fastest AI chatbot™
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
CursorThe AI Code Editor
DeepChatYour AI Partner on Desktop
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Serper MCP ServerA Serper MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.