{
  "info": {
    "name": "Appveyor — mcp.ai",
    "description": "REST API for the Appveyor 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/appveyor",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "appveyor_delete_build",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/delete/build",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "delete",
            "build"
          ]
        },
        "description": "Tool to delete a build by ID. Use when you need to remove a build from AppVeyor. The API returns 204 No Content on successful deletion.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"buildId\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_download_build_log",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/download/build/log",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "download",
            "build",
            "log"
          ]
        },
        "description": "Tool to download the build log for a specific job. Use when you need to retrieve the log output from a completed or running build job.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"jobId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_build_artifacts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/build/artifacts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "build",
            "artifacts"
          ]
        },
        "description": "Tool to get the list of artifacts for a specific build job. Use when you need to retrieve artifacts after a job completes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"jobId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_build_by_version",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/build/by/version",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "build",
            "by",
            "version"
          ]
        },
        "description": "Tool to get a specific project build by version number. Use when you need to retrieve detailed information about a build using its version identifier.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"accountName\": \"\",\n  \"projectSlug\": \"\",\n  \"buildVersion\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_environments",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/environments",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "environments"
          ]
        },
        "description": "Tool to get a list of all deployment environments. Use when you need to enumerate available environments before creating deployments.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_project_branch_status_badge",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/branch/status/badge",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "branch",
            "status",
            "badge"
          ]
        },
        "description": "Tool to get a project branch status badge image. Returns a PNG or SVG badge image showing the build status for a specific project branch.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"svg\": false,\n  \"retina\": false,\n  \"buildBranch\": \"\",\n  \"failingText\": \"\",\n  \"passingText\": \"\",\n  \"pendingText\": \"\",\n  \"statusBadgeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_project_status_badge",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/project/status/badge",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "project",
            "status",
            "badge"
          ]
        },
        "description": "Tool to get project status badge image. Use when you need to retrieve the status badge for displaying project build status.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"svg\": false,\n  \"retina\": false,\n  \"failingText\": \"\",\n  \"passingText\": \"\",\n  \"pendingText\": \"\",\n  \"statusBadgeId\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_projects",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/projects",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "projects"
          ]
        },
        "description": "Tool to get a list of all projects for the authenticated account. Use after authentication to enumerate available projects.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_public_project_status_badge",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/public/project/status/badge",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "public",
            "project",
            "status",
            "badge"
          ]
        },
        "description": "Tool to get status badge image for a project with a public repository. Use when you need to retrieve a build status badge for display or documentation purposes.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"svg\": false,\n  \"branch\": \"\",\n  \"retina\": false,\n  \"repoSlug\": \"\",\n  \"failingText\": \"\",\n  \"passingText\": \"\",\n  \"pendingText\": \"\",\n  \"repoAccountName\": \"\",\n  \"badgeRepoProvider\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_role",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/role",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "role"
          ]
        },
        "description": "Tool to retrieve details of a specific role. Use when you need to inspect permissions and metadata of a role by ID.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"role_id\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_roles",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/roles",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "roles"
          ]
        },
        "description": "Tool to retrieve all roles in the account. Use when you need to enumerate available roles before assigning permissions.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_user_invitations",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/user/invitations",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "user",
            "invitations"
          ]
        },
        "description": "Tool to retrieve all pending user invitations in the account. Use when you need to list all outstanding invitations sent to potential team members.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_get_users",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/users",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "users"
          ]
        },
        "description": "Tool to retrieve all users in the account. Use when you need to list all team users in your AppVeyor account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "appveyor_list_collaborators",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/collaborators",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "collaborators"
          ]
        },
        "description": "Tool to retrieve all collaborators in the account. Use when you need to list all team collaborators in your AppVeyor account.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}