{
  "info": {
    "name": "Smartproxy — mcp.ai",
    "description": "REST API for the Smartproxy 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/smartproxy",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "smartproxy_delete_whitelisted_ip",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/whitelisted/ip",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "whitelisted",
            "ip"
          ]
        },
        "description": "Tool to delete a specified whitelisted IP by its ID. Use when you need to remove an IP address from the whitelist. Returns success confirmation on completion.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartproxy_generate_backconnect_endpoints",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/backconnect/endpoints",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "backconnect",
            "endpoints"
          ]
        },
        "description": "Tool to generate custom back connect endpoints for Residential subscription proxies. Use when you need to create proxy connection strings with specific configuration parameters like session type, loca",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"city\": \"\",\n  \"page\": 0,\n  \"count\": 0,\n  \"state\": \"\",\n  \"domain\": \"\",\n  \"country\": \"\",\n  \"password\": \"\",\n  \"protocol\": \"\",\n  \"username\": \"\",\n  \"line_break\": \"\",\n  \"session_time\": 0,\n  \"session_type\": \"\",\n  \"output_format\": \"\",\n  \"response_format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartproxy_generate_custom_endpoints",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/generate/custom/endpoints",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "generate",
            "custom",
            "endpoints"
          ]
        },
        "description": "Tool to generate custom proxy endpoints for Residential and Datacenter Pay per GB subscriptions. Use when you need to create configured proxy endpoints with specific authentication, session, and locat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"ip\": \"\",\n  \"page\": 0,\n  \"count\": 0,\n  \"domain\": \"\",\n  \"location\": \"\",\n  \"password\": \"\",\n  \"username\": \"\",\n  \"auth_type\": \"\",\n  \"line_break\": \"\",\n  \"proxy_type\": \"\",\n  \"session_time\": 0,\n  \"session_type\": \"\",\n  \"output_format\": \"\",\n  \"response_format\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartproxy_get_api_key",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/api/key",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "api",
            "key"
          ]
        },
        "description": "Tool to instruct how to obtain Smartproxy API key. Use when you need to authenticate API requests but don't have your key (manual dashboard process).",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartproxy_get_endpoints_by_type",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/endpoints/by/type",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "endpoints",
            "by",
            "type"
          ]
        },
        "description": "Tool to retrieve proxy endpoints by type (random or sticky) for Residential subscription. Returns location, hostname, and port_range for each endpoint. Use when you need specific endpoint configuratio",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "smartproxy_list_endpoints_and_ports",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/endpoints/and/ports",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "endpoints",
            "and",
            "ports"
          ]
        },
        "description": "Tool to retrieve all available proxy endpoints and corresponding ports. Use when you need to fetch the full inventory of Smartproxy endpoints.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}