bitbucket-mcp-server-by-cdata
If you are the rightful owner of bitbucket-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Bitbucket is a read-only server designed to allow LLMs to query live Bitbucket data using natural language.
The CData MCP Server for Bitbucket is a specialized server that facilitates the interaction between large language models (LLMs) and live Bitbucket data. By leveraging the CData JDBC Driver for Bitbucket, this server exposes Bitbucket data as relational SQL models, enabling LLMs to access and query this data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve real-time information from Bitbucket. The server is built to be read-only, providing a secure way to access data without the risk of unintended modifications. It is an ideal solution for developers and businesses looking to integrate Bitbucket data into their AI-driven applications seamlessly.
Features
- Read-only access to Bitbucket data through MCP interface.
- Integration with CData JDBC Driver for Bitbucket.
- Natural language querying without SQL knowledge.
- Compatible with LLMs like Claude Desktop.
- Secure data access with no risk of data modification.
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query.