AppVeyor REST API MCP Config
AppVeyor is a hosted continuous integration service which runs on Microsoft Windows. The AppVeyor REST API provides a RESTful way to interact with the AppVeyor service. This includes managing projects, builds, deployments, and the teams that build them. Additional help and discussion of the AppVe
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/appveyor-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/appveyor-com.json to fetch programmatically.
{
"mcpServers": {
"appveyor-com": {
"command": "npx",
"args": ["-y","@mcp/appveyor-com"],
"env": {
"APPVEYOR_REST_API_API_KEY": "your_appveyor_rest_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/appveyor-com.jsonEnvironment Variables
APPVEYOR_REST_API_API_KEYReplace your_appveyor_rest_api_api_key with your actual appveyor rest api api key
Endpoints
/account/encryptEncrypt a value for use in StoredValue.
/buildjobs/{jobId}/artifactsGet build artifacts
/buildjobs/{jobId}/artifacts/{artifactFileName}Download build artifact
/buildjobs/{jobId}/logDownload build log
/buildsStart build of branch most recent commit
/buildsRe-run build
/builds/{accountName}/{projectSlug}/{buildVersion}Cancel build
/collaboratorsGet collaborators
/collaboratorsUpdate collaborator
/collaborators/{userId}Get collaborator