CDataSoftware_ftp-mcp-server-by-cdata

CDataSoftware_ftp-mcp-server-by-cdata

3.2

If you are the rightful owner of CDataSoftware_ftp-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 FTP is a read-only server designed to allow LLMs to query live FTP data using natural language.

CData's Model Context Protocol (MCP) Server for FTP is a specialized server that facilitates the interaction between large language models (LLMs) and FTP data sources. By leveraging the CData JDBC Driver for FTP, this server exposes FTP data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. The server is designed to be read-only, providing a secure and efficient way to retrieve information from FTP sources. It is particularly useful for applications that require real-time data access and analysis, such as business intelligence tools and AI-driven insights. The server is built using Java and can be integrated with various platforms, including Claude Desktop, to enhance data accessibility and usability.

Features

  • Read-only access to FTP data through a simple MCP interface.
  • Integration with CData JDBC Driver for FTP to expose data as relational SQL models.
  • Enables LLMs to query live data using natural language without SQL.
  • Compatible with various platforms, including Claude Desktop.
  • Secure and efficient data retrieval from FTP sources.

Tools

  1. ftp_get_tables

    Retrieves a list of tables available in the data source.

  2. ftp_get_columns

    Retrieves a list of columns for a specified table.

  3. ftp_run_query

    Executes a SQL SELECT query on the data source.