This MCP server implementation, developed by liuyanqiu, provides integration with the SUPOS platform. It utilizes the @modelcontextprotocol/sdk and offers functionality for interacting with SUPOS services. The server is designed to facilitate communication between MCP clients and SUPOS, enabling applications to leverage SUPOS capabilities within the MCP ecosystem. It's particularly useful for projects that require seamless integration of SUPOS features into MCP-based workflows.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Query topic tree structure menu data. Input: key (string), showRec (boolean), type (string). Returns: topic tree structure menu data.
Get details of a specific topic. Input: topic (string). Returns: details of a specific topic.
Get real-time data of a specific topic. Input: topic (string). Returns: real-time data of a specific topic.
Get and analyze real-time data of all topics. Returns: real-time data of all topics.
Execute SQL queries on the pg database. Input: sql (string), params (array). Returns: SQL query result.
Get historical data of a specific topic. Input: prompt (string). Returns: Step-by-step prompt for querying topic historical data.
Get the SQL statement for querying a specific topic. Input: prompt (string). Returns: Step-by-step prompt for querying the topic.