{
  "info": {
    "name": "Tpscheck — mcp.ai",
    "description": "REST API for the Tpscheck 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/tpscheck",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "tpscheck_check_phone_number",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/phone/number",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "phone",
            "number"
          ]
        },
        "description": "Checks if one or more UK phone numbers are registered on the Telephone Preference Service (TPS) and/or Corporate Telephone Preference Service (CTPS) lists using the tpsapi.com API.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"check_tps\": false,\n  \"check_ctps\": false,\n  \"no_logging\": false,\n  \"phone_numbers\": \"\",\n  \"return_date_added\": false,\n  \"return_prettier_numbers\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}