SUPOS
Summary
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.
Available Actions(5)
get-model-topic-tree
Query topic tree structure menu data. Input: key (string), showRec (boolean), type (string). Returns: topic tree structure menu data.
get-model-topic-detail
Get details of a specific topic. Input: topic (string). Returns: details of a specific topic.
get-topic-realtime-data
Get real-time data of a specific topic. Input: topic (string). Returns: real-time data of a specific topic.
get-all-topic-realtime-data
Get and analyze real-time data of all topics. Returns: real-time data of all topics.
get-topic-history-data-by-graphql
Get history data of a specific topic from GraphQL. Input: topic (string), limit (number), startTime (string), endTime (string). Returns: history data of a specific topic.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation