server.jsonā¢869 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.saucelabs-sample-test-frameworks/sauce-api-mcp",
"description": "An open-source MCP server that provides LLM access to the Sauce Labs API",
"status": "active",
"repository": {
"url": "https://github.com/saucelabs/sauce-api-mcp",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registry_type": "pypi",
"registry_base_url": "https://pypi.org",
"identifier": "sauce-api-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environment_variables": [
{
"name": "SAUCE_USERNAME",
"value": "<sauce-user-name>"
},
{
"name": "SAUCE_ACCESS_KEY",
"value": "<sauce-access-key>"
}
]
}
]
}