{
  "info": {
    "name": "Visualping — mcp.ai",
    "description": "REST API for the Visualping 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/visualping",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "visualping_bulk_create_monitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/bulk/create/monitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "bulk",
            "create",
            "monitors"
          ]
        },
        "description": "Create two or more active monitors with shared detection settings. Each monitor starts checking immediately and may consume monitoring credits; use only when workspace bulk import is enabled.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"mode\": \"\",\n  \"interval\": \"\",\n  \"monitors\": \"\",\n  \"workspace_id\": 0,\n  \"initialize_without_baseline\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_create_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "monitor"
          ]
        },
        "description": "Create a monitor in a workspace. Visualping immediately performs an initial check, which uses monitoring capacity or credits.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"crop\": {},\n  \"mode\": \"\",\n  \"active\": false,\n  \"interval\": \"\",\n  \"keywords\": \"\",\n  \"selector\": \"\",\n  \"description\": \"\",\n  \"notification\": {},\n  \"workspace_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_delete_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "monitor"
          ]
        },
        "description": "Permanently delete one monitor from its Visualping workspace.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_id\": 0,\n  \"workspace_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_describe_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/describe/account",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "describe",
            "account"
          ]
        },
        "description": "Return the connected Visualping account, organization, workspaces, plan limits, balances, and monitor counts. Use this first to resolve a workspace ID for write operations.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_get_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "monitor"
          ]
        },
        "description": "Get a monitor's configuration, check history, and detected changes in one response.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_id\": 0,\n  \"workspace_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_launch_monitor_checks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/launch/monitor/checks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "launch",
            "monitor",
            "checks"
          ]
        },
        "description": "Immediately launch checks for one or more active monitors, consuming or reserving monitoring credits. Use Preflight Monitor Checks first to confirm credit requirements.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_ids\": \"\",\n  \"workspace_id\": 0,\n  \"restart_schedule\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_list_monitors",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/monitors",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "monitors"
          ]
        },
        "description": "List and filter monitors visible to the connected workspace, returning one page and a continuation cursor.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"event\": \"\",\n  \"active\": false,\n  \"search\": \"\",\n  \"sort_by\": \"\",\n  \"page_size\": 0,\n  \"date_range\": \"\",\n  \"next_cursor\": \"\",\n  \"workspace_id\": 0,\n  \"date_range_start\": \"\",\n  \"monitoring_modes\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_preflight_monitor_checks",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/preflight/monitor/checks",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "preflight",
            "monitor",
            "checks"
          ]
        },
        "description": "Estimate the credits required to check one or more active monitors without launching a check or changing their schedules.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"job_ids\": \"\",\n  \"workspace_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "visualping_update_monitor",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/update/monitor",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "update",
            "monitor"
          ]
        },
        "description": "Partially update a monitor's core URL, schedule, detection, state, or notification settings. Only explicitly supplied mutable fields are sent. The response reports impact and estimated consumption rat",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\",\n  \"crop\": {},\n  \"mode\": \"\",\n  \"active\": false,\n  \"job_id\": 0,\n  \"interval\": \"\",\n  \"keywords\": \"\",\n  \"selector\": \"\",\n  \"description\": \"\",\n  \"notification\": {},\n  \"workspace_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}