{
  "info": {
    "name": "Emaillistverify — mcp.ai",
    "description": "REST API for the Emaillistverify MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/emaillistverify",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "emaillistverify_check_blacklists",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/blacklists",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "blacklists"
          ]
        },
        "description": "Tool to check an IP address (IPv4/IPv6) or domain against multiple DNS-based blacklists (DNSBLs) for spam or malicious activity. Use when you need to verify the reputation of an IP or domain. Rate lim",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"value\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_check_disposable",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/disposable",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "disposable"
          ]
        },
        "description": "Tool to verify if an email domain is associated with temporary/disposable email addresses. Includes DNS record verification. Use when you need to validate if a domain is disposable before accepting em",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_delete_maillist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/maillist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "maillist"
          ]
        },
        "description": "Tool to delete a finished email list. Use when you need to remove a completed verification list. Only lists that have completed verification can be deleted.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_download_maillist",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/maillist",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "maillist"
          ]
        },
        "description": "Tool to download a finished email list with verification results. Supports customizable columns (firstName, lastName, gender, result, etc.) and file format (csv/xlsx). Rate limit: 5 requests/second.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"addEsp\": \"\",\n  \"format\": \"\",\n  \"results\": \"\",\n  \"addEmail\": \"\",\n  \"addGender\": \"\",\n  \"addIsFree\": \"\",\n  \"addIsRole\": \"\",\n  \"addResult\": \"\",\n  \"addLastName\": \"\",\n  \"addMxServer\": \"\",\n  \"addOriginal\": \"\",\n  \"addFirstName\": \"\",\n  \"addIsNoReply\": \"\",\n  \"addDuplicates\": \"\",\n  \"addNoEmailRows\": \"\",\n  \"addInternalResult\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_find_contact",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/find/contact",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "find",
            "contact"
          ]
        },
        "description": "Tool to search for a contact's business email address by name and company domain. Returns possible emails with confidence levels (high/medium/low/unknown). Rate limit: 5 requests/second. Credits: 5 (w",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"domain\": \"\",\n  \"lastName\": \"\",\n  \"firstName\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_get_api_file_info",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/api/file/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "api",
            "file",
            "info"
          ]
        },
        "description": "Tool to retrieve progress of an uploaded email list verification. Returns status (errored/waiting/progress/finished) with download URLs when complete.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_get_credits",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/credits",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "credits"
          ]
        },
        "description": "Tool to retrieve details about available on-demand and subscription credits. Use when you need to check credit balance before performing verifications. On-demand credits never expire, subscription cre",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_get_email_job",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/email/job",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "email",
            "job"
          ]
        },
        "description": "Tool to get the status of an asynchronous email verification job. Use when you need to check if a verification job has completed and retrieve its results. Rate limit: 100 requests per second.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_get_maillist_progress",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/maillist/progress",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "maillist",
            "progress"
          ]
        },
        "description": "Tool to retrieve real-time progress updates for an uploaded email list verification. Shows status, completion percentage, and credit usage. Rate limit: 100 requests/second.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_upload_email_list",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/upload/email/list",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "upload",
            "email",
            "list"
          ]
        },
        "description": "Tool to upload an email list file for bulk verification. Accepts .csv, .txt, or .xlsx files (max 100MB, 1M rows). Returns an ID to query verification progress. Rate limit: 5 requests/second.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"quality\": \"\",\n  \"file_contents\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_verify_single_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/verify/single/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "verify",
            "single",
            "email"
          ]
        },
        "description": "Tool to verify email deliverability status of a single email address. Returns a plain text status representing deliverability. Rate limit: 10 requests/second. Credits required: 1.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "emaillistverify_verify_single_email_detailed",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/verify/single/email/detailed",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "verify",
            "single",
            "email",
            "detailed"
          ]
        },
        "description": "Tool to verify email deliverability with detailed metadata including MX server info, ESP, first/last name estimation, gender, and role detection. Use when you need comprehensive email validation beyon",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}