{
  "info": {
    "name": "Realphonevalidation — mcp.ai",
    "description": "REST API for the Realphonevalidation 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/realphonevalidation",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "realphonevalidation_check_fraud",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/fraud",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "fraud"
          ]
        },
        "description": "Tool to check phone number for fraud risk using Fraud Check API. Provides a phone risk score and many actionable data points including phone type, carrier, location, and recommendation (block, flag, a",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_email_verify",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/email/verify",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "email",
            "verify"
          ]
        },
        "description": "Tool to validate an email address and check connectivity and disposability. Use after gathering an email to ensure it's deliverable and not disposable.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"token\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_lookup_dnc",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/lookup/dnc",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "lookup",
            "dnc"
          ]
        },
        "description": "Tool to check Do Not Call list status for US phone numbers. Determines if number is on National, State, or DMA Do Not Call lists, identifies cell vs landline, and checks for known TCPA litigators. Req",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_rpv_active",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rpv/active",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rpv",
            "active"
          ]
        },
        "description": "Tool to determine if a phone number is active on a valid phone service provider. Use after collecting the user's phone number for real-time verification.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_rpv_reassigned_number_lookup",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rpv/reassigned/number/lookup",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rpv",
            "reassigned",
            "number",
            "lookup"
          ]
        },
        "description": "Tool to check if a phone number has been reassigned since a given consent date. Use when verifying number ownership status after obtaining user consent.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\",\n  \"output\": \"\",\n  \"contact_date\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_rpv_scrub_plus",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rpv/scrub/plus",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rpv",
            "scrub",
            "plus"
          ]
        },
        "description": "Tool to scrub a phone number for connection status and type. Use to validate a US phone number's status and line type.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_rpv_wireless_id",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/rpv/wireless/id",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "rpv",
            "wireless",
            "id"
          ]
        },
        "description": "Tool to identify whether a US phone number is landline or wireless. Use when conducting TCPA compliance checks.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_validate_phone_scrub",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/validate/phone/scrub",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "validate",
            "phone",
            "scrub"
          ]
        },
        "description": "Tool to validate US phone numbers using budget-friendly Scrub API. Determines connectivity status quickly (under 2 seconds). Best for organizations with large lists/databases on tight budgets that onl",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_validate_phone_turbo_standard",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/validate/phone/turbo/standard",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "validate",
            "phone",
            "turbo",
            "standard"
          ]
        },
        "description": "Tool to perform real-time US phone validation using Turbo Standard API. Provides connection status and phone type (Mobile, Landline, VoIP). Optimized for web forms and apps when only connection status",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"token\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "realphonevalidation_validate_phone_turbo_v3",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/validate/phone/turbo/v3",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "validate",
            "phone",
            "turbo",
            "v3"
          ]
        },
        "description": "Tool to perform comprehensive real-time phone validation using Turbo V3 API. Returns connection status, phone type (landline, cell, VoIP), carrier ID, caller name (when available), and caller type (co",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"\",\n  \"output\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}