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) for fuzzy search keyword, showRec (boolean) for number of records to display, type (string) for search type (1 for text search, 2 for tag search). Returns topic tree structure menu data.
get-model-topic-detail
Get details of a specific topic. Input: topic (string) for the topic path corresponding to the model. Returns details of the specific topic.
get-topic-realtime-data
Get real-time data of a specific topic. Input: topic (string) for the topic path corresponding to the model. Returns real-time data of the 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) for the topic path, limit (number) for the limit number of records, startTime (string) in ISO 8601 format for the start time, endTime (string) in ISO 8601 format for the end time. Returns history data of the specific topic.
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione