Metadata-Version: 2.4
Name: ibm_watsonx_data_integration_mcp
Version: 1.0.1
Summary: MCP server for IBM watsonx.data Integration
Author: IBM
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.11
Requires-Dist: beautifulsoup4
Requires-Dist: docling<2.95.0,>=2.94.0
Requires-Dist: fastmcp<3.4.0
Requires-Dist: httpx
Requires-Dist: ibm-watsonx-data-integration>=1.1.0
Requires-Dist: joserfc>=1.6.7
Requires-Dist: lancedb
Requires-Dist: mcp[cli]
Requires-Dist: pyjwt[crypto]>=2.13.0
Requires-Dist: requests
Requires-Dist: sentence-transformers
Requires-Dist: starlette>=1.3.1
Description-Content-Type: text/markdown

# IBM watsonx.data Integration MCP Server

An MCP (Model Context Protocol) server built on top of the `ibm-watsonx-data-integration` SDK with intelligent documentation retrieval using vector search.

The IBM watsonx.data Integration MCP Server enables AI assistants to interact with IBM watsonx.data Integration programmatically. It provides semantic documentation search, model reference lookup, code generation support, and best practices guidance for building batch and streaming data integration flows.

## Documentation

For complete documentation on installation, setup, configuration, available tools, and usage examples, refer to the [MCP Server Documentation](https://ibm.github.io/ibm-watsonx-data-integration-sdk/chapters/07_mcp_server/index.html).

For documentation on the underlying IBM watsonx.data Integration SDK, refer to the [SDK Documentation](https://ibm.github.io/ibm-watsonx-data-integration-sdk/).
