apache_iotdb-mcp-server
If you are the rightful owner of apache_iotdb-mcp-server 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.
A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through IoTDB. This server enables running SQL queries.
The IoTDB MCP Server is a specialized server implementation designed to facilitate database interactions and business intelligence operations using IoTDB. It allows users to execute SQL queries, manage database schemas, and retrieve data efficiently. The server is particularly useful for applications that require robust data handling and analysis capabilities, leveraging the power of IoTDB's time-series database features. With its focus on SQL query execution and schema management, the IoTDB MCP Server is an essential tool for developers and data analysts working with IoTDB.
Features
- SQL Query Execution: Allows execution of SELECT SQL queries to read data from the IoTDB database.
- Schema Management: Provides tools to list tables and describe table schemas within the database.
- Integration with IoTDB: Seamlessly integrates with IoTDB to leverage its time-series data management capabilities.
Tools
read_query
Execute SELECT queries to read data from the database.
list_tables
Get a list of all tables in the database.
describe-table
View schema information for a specific table.