shipstation-mcp-server-by-cdata
If you are the rightful owner of shipstation-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 ShipStation is a read-only server designed to allow LLMs to query live data from ShipStation using the CData JDBC Driver.
The CData MCP Server for ShipStation is a specialized server that facilitates the interaction between large language models (LLMs) and live data from ShipStation. By leveraging the CData JDBC Driver, this server exposes ShipStation data as relational SQL models, enabling LLMs to access and query this data using natural language without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask questions and receive real-time data responses. The server is read-only, meaning it allows for data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for ShipStation in beta.
Features
- Enables LLMs to query ShipStation data using natural language.
- Utilizes the CData JDBC Driver to expose ShipStation data as SQL models.
- Provides a simple MCP interface for data retrieval.
- Supports integration with applications like Claude Desktop.
- Read-only access ensures data integrity and security.
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.