MCP Servers / productivity / WxO Agent MCP

WxO Agent MCP

JSON →
stdiononeproductivity

Simple MCP (Model Context Protocol) server that invokes a single Watson Orchestrate agent remotely. The agent is defined once via environment variables or MCP config. Use this when you want a lightweight MCP that only chats with one agent—no tool management, no agent listing, no flows. Just invoke_agent(message) and get_agent().

Install
How to run this server
[ { "cmd": "npx (after", "imports": [] } ]
server path: wxo-agent-mcp
Tools
What this server exposes
invoke_agent
Send a message to the configured Watson Orchestrate agent. The agent responds using its tools and LLM.
get_agent
Get details of the configured agent (name, description, tools, instructions).
Configuration
Environment & auth
authnone
envWO_API_KEY
envWO_INSTANCE_URL
envWO_AGENT_ID
Resources
WxO Agent MCP — MCP Server · libregistry