Watson Orchestrate✓
io.github.markusvankempen/wxo-builder-mcp-server · v1.0.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.markusvankempen/wxo-builder-mcp-server",
"description": "Manage IBM Watson Orchestrate tools, agents, connections from Cursor, Copilot, Claude.",
"title": "Watson Orchestrate",
"repository": {
"url": "https://github.com/markusvankempen/wxo-builder-mcp-server",
"source": "github"
},
"version": "1.0.4",
"websiteUrl": "https://github.com/markusvankempen/wxo-builder-mcp-server#readme",
"packages": [
{
"registryType": "npm",
"identifier": "@markusvankempen/wxo-builder-mcp-server",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "IBM Cloud API key for Watson Orchestrate",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WO_API_KEY"
},
{
"description": "Watson Orchestrate instance URL (e.g. https://xxx.orchestrate.ibm.com)",
"isRequired": true,
"format": "string",
"name": "WO_INSTANCE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}