box-mcp-server-by-cdata

box-mcp-server-by-cdata

3.2

If you are the rightful owner of box-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 Box is a read-only server that allows LLMs to query live data from Box using the CData JDBC Driver.

The CData MCP Server for Box is designed to facilitate the interaction between large language models (LLMs) and Box data by providing a read-only interface. It leverages the CData JDBC Driver to expose Box data as relational SQL models, allowing LLMs to retrieve live information through natural language queries without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, enabling seamless data access and interaction. The server is built using Java and requires the CData JDBC Driver for Box to be installed and licensed. Configuration involves setting up a connection string and creating a property file to define server parameters. The server supports JSON-RPC requests for executing SQL queries and retrieving metadata about the data source.

Features

  • Read-only access to Box data through MCP interface.
  • Integration with CData JDBC Driver for Box.
  • Natural language querying without SQL.
  • JSON-RPC support for executing queries and retrieving metadata.
  • Compatible with LLMs like Claude Desktop.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get a list of available columns in the table

  3. {servername}_run_query

    Execute SQL SELECT query