Skip to main content
Glama
Meerkats-Ai

NeverBounce MCP Server

by Meerkats-Ai

NeverBounce MCP 서버

이는 NeverBounce API와 통합되어 이메일 검증 기능을 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

  • 이메일 주소가 유효하고 전달 가능하며 안전하게 보낼 수 있는지 확인하기 위해 이메일 주소를 검증합니다.

Related MCP server: Have I Been Pwned MCP Server

설정

로컬 설정

  1. 이 저장소를 복제하세요

  2. 종속성 설치:

    지엑스피1

  3. .env.example 기반으로 .env 파일을 만들고 NeverBounce API 키를 추가합니다.

    NEVERBOUNCE_API_KEY=your_api_key_here
  4. 서버를 빌드하세요:

    npm run build
  5. 서버를 시작합니다:

    npm start

도커 설정

  1. 이 저장소를 복제하세요

  2. NeverBounce API 키로 .env 파일을 만듭니다.

  3. Docker Compose를 사용하여 빌드하고 실행하세요.

    docker-compose up -d

MCP 구성

이 서버를 MCP 클라이언트와 함께 사용하려면 MCP 설정 파일에 다음 구성을 추가하세요.

{
  "mcpServers": {
    "neverbounce": {
      "command": "node",
      "args": ["path/to/neverbounce/dist/index.js"],
      "env": {
        "NEVERBOUNCE_API_KEY": "your_api_key_here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

사용 가능한 도구

  • neverbounce_validate_email : 이메일 주소가 유효하고 전달 가능한지 확인하기 위해 유효성을 검사합니다.

특허

아이에스씨

Available Tools

1 tool
neverbounce_validate_emailC

Validate an email address to check if it's valid and deliverable.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesThe email address to validate
timeoutNoTimeout in milliseconds (optional, default: 30000)

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions validation but does not describe how the validation works (e.g., API call, rate limits, authentication needs, error handling, or what 'deliverable' entails). This leaves significant gaps in understanding the tool's behavior and constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, clear sentence that efficiently states the tool's purpose without unnecessary details. It is front-loaded and wastes no words, though it could be slightly more informative without losing conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and a simple input schema, the description is incomplete. It lacks details on behavioral traits (e.g., how validation is performed, error responses), and with no output schema, it does not explain return values or result formats. This leaves the agent with insufficient context for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, with both parameters ('email' and 'timeout') fully documented in the schema. The description adds no additional parameter semantics beyond what the schema provides, such as format examples or validation criteria. The baseline score of 3 reflects adequate coverage by the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Validate an email address to check if it's valid and deliverable.' It specifies the verb ('validate') and resource ('email address'), and distinguishes it from other validation types by mentioning both validity and deliverability. However, with no sibling tools provided, it cannot demonstrate explicit differentiation from alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, prerequisites, or exclusions. It simply states what the tool does without context for application. With no sibling tools mentioned, there is no comparison to other options, leaving the agent without usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedneverbounce_validate_email

TDQS

B3.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap with other tools. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

A single tool inherently follows a consistent naming pattern, as there are no other tools to compare it against. The tool name 'neverbounce_validate_email' is clear and descriptive.

Tool Count2/5

A single tool is too few for a server dedicated to email validation, as it lacks complementary operations like bulk validation, status checking, or integration with other email-related functions. This minimal scope limits functionality and may require agents to work around gaps.

Completeness2/5

The server is severely incomplete for email validation; it only offers single email validation without support for batch processing, result history, or additional verification features (e.g., disposable email detection). This will likely cause agent failures in more complex workflows.

Maintenance

ActivityInactive
ResponsivenessSyncing

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
    D
    maintenance
    A Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.
    4
    114
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides integration with the Have I Been Pwned API to check if your accounts or passwords have been compromised in data breaches.
    4
    2
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server for Hatch API integration that provides tools for finding and verifying contact information including emails, phone numbers, LinkedIn profiles, and company data.
    5
    1
    -