ftp-mcp-server-by-cdata
If you are the rightful owner of 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 like Claude Desktop, where users can ask natural language questions to obtain real-time data insights. The server is built using Java and requires the CData JDBC Driver for FTP to be installed and licensed. It supports a variety of data sources and can be configured to work with different platforms, making it a versatile tool for data retrieval and analysis.
Features
- Read-only access to FTP data for secure querying.
- Integration with CData JDBC Driver for FTP to expose data as SQL models.
- Natural language querying capability for LLMs.
- Support for multiple platforms including Windows, Mac, and Linux.
- Configurable connection settings for various data sources.
Tools
ftp_get_tables
Retrieves a list of tables available in the data source.
ftp_get_columns
Retrieves a list of columns for a specified table.
ftp_run_query
Executes a SQL SELECT query on the data source.