ibm-watsonx-gov-catalog-mcp-server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ibm-watsonx-gov-catalog-mcp-serverlist tools in the catalog"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ibm-watsonx-gov-catalog-mcp-server
The ibm-watsonx-gov-catalog-mcp-server is a Model Context Protocol (MCP)-compliant server that seamlessly connects AI agents with tools hosted on watsonx governed agentic catalog.
Overview
Protocol: Model Context Protocol (MCP)
Purpose: Acts as a bridge between agentic AI frameworks and tools on governance catalog
Supported Environments: Watsonx SaaS (Envs Supported : Sydney , Toronto)
Agent Compatibility: The agentic framework must support the MCP standard (via Stdio).
Note: This server will not function with agents that do not support MCP.
Related MCP server: ACP to MCP Adapter
Prerequisites
Python version 3.11 or later
Access to your SaaS environment
Ensure your Agent framework supports MCP protocol
Setup
Step 1: Install Python
Official Installer: https://www.python.org/downloads/
Step 2: Create a virtual environment
python -m venv .venvRunning the Server
uv run ibm-watsonx-gov-catalog-mcp-serverStep 3: Activate the virtual environment
source .venv/bin/activate # macOS/Linux
.venv\Scripts\activate # WindowsStep 4: Install the uv package manager
pip install uvuvpackage: https://pypi.org/project/uv/
Build the wheel file
uv pip install build
uv run python -m build Build and Run the server
uv run ibm-watsonx-gov-catalog-mcp-serverTesting using MCP Inspector
Set the following environment variables
For Watsonx SaaS
If you have not already, provision an instance of IBM WatsonX Governance instance using the link in the Cloud catalog .
export WATSONX_APIKEY=<API KEY>
export WATSONX_REGION=<WATSONX_REGION>NOTE:
For WATSONX_APIKEY: This is required for IBM watsonx.governance capabilities. Your Cloud API key can be generated by going to the Users section of the Cloud console. From that page, click your name, scroll down to the API Keys section, and click Create an IBM Cloud API key. Give your key a name and click Create, then copy the created key and paste it below.
For WATSONX_REGION: Set if you are using IBM watsonx.governance as a service in a regional data center other than default Dallas (us-south), in Texas US. Supported region values are "us-south", "eu-de", "au-syd", "ca-tor", "jp-tok".
Invoke MCP inspector
npx @modelcontextprotocol/inspector uv run ibm-watsonx-gov-catalog-mcp-server -e WATSONX_APIKEY=<WASONX_APIKEY> -e WATSONX_REGION=<WATSONX_REGION>Limitations
Environment credentials cannot be changed during runtime.
To change credentials, either:
Start a new server with new env variables
Transport types supported :
stdioTool call is supported : OOTB tools , Tools created using custom code.
This server cannot be deployed
Maintenance
Related MCP Connectors
Governed app access for AI agents: 1,000+ apps & 12,000+ tools via Code Mode MCP.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
Agent-native security, trust, reliability, data and procurement tools for AI workflows.
A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceAn open-source implementation of the Model Context Protocol (MCP) that bridges AI agents with enterprise systems, enabling secure access to real-world data and capabilities.6-
- AlicenseNot gradedqualityFmaintenanceBridges Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) applications, allowing MCP clients such as Claude Desktop to discover and invoke ACP agents as tools and resources.36Apache 2.0

Watsonx.data Document Libraryofficial
AlicenseNot gradedqualityCmaintenanceBridges AI agents with watsonx.data document libraries, enabling natural language queries and intelligent retrieval from document libraries.4Apache 2.0- AlicenseNot gradedqualityDmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT