tago-io/mcp-server
If you are the rightful owner of 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.
The TagoIO MCP Server facilitates seamless interaction between AI models and TagoIO accounts, enhancing device management, data analysis, and platform integration.
The TagoIO MCP Server is a powerful tool designed to bridge the gap between AI models and the TagoIO platform. By providing contextual access to devices, data, and platform resources, it enhances development workflows and enables intelligent data analysis. This server allows users to manage devices, perform data analysis, and integrate with the TagoIO platform seamlessly. It supports AI-powered script generation for TagoIO Analysis, offering developers the ability to create scripts with the right context. Additionally, it provides development support through debugging assistance and tag relationship analysis. The server is compatible with various platforms and IDEs, making it a versatile tool for developers looking to leverage the full potential of TagoIO in their projects.
Features
- Device Management: Access and manage device information, configurations, and real-time data.
- Data Analysis: Perform statistical operations such as sums, averages, and generate reports on stored data.
- Platform Integration: Retrieve users, actions, analysis scripts, and account statistics for comprehensive platform interaction.
- Code Generation: Utilize AI-powered TagoIO Analysis script generation with proper context for efficient development.
- Development Support: Receive debugging assistance and analyze tag relationships to streamline development processes.
Usages
usage with Claude Desktop
{ "mcpServers": { "@tago-io/mcp": { "command": "npx", "args": ["-y", "@tago-io/mcp-server"], "env": { "TAGOIO_TOKEN": "YOUR-PROFILE-TOKEN", "TAGOIO_API": "https://api.us-e1.tago.io" } } } }
usage with VS Code
{ "mcp": { "servers": { "@tago-io/mcp": { "command": "npx", "args": ["-y", "@tago-io/mcp-server"], "env": { "TAGOIO_TOKEN": "${input:tagoToken}", "TAGOIO_API": "https://api.us-e1.tago.io" } } } } }