
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@tago-io/mcp-server
Advanced tools
The TagoIO MCP Server enables AI models to interact directly with your TagoIO account, providing contextual access to devices, data, and platform resources for enhanced development workflows and intelligent data analysis.
Create or update your MCP configuration file:
{
"mcpServers": {
"@tago-io/mcp": {
"command": "npx",
"args": ["-y", "@tago-io/mcp-server"],
"env": {
"TAGOIO_TOKEN": "YOUR-TOKEN",
"TAGOIO_API": "https://api.us-e1.tago.io"
}
}
}
}
Configuration Parameters:
YOUR-TOKEN with your TagoIO Profile token or an Analysis Token
https://api.eu-w1.tago.io for European accountsOr place the configuration file in the appropriate location for your IDE and restart the application.
| Platform | Configuration Path |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Cline | ~/.cline/mcp_config.json |
| Claude Desktop | ~/.claude/mcp_config.json |
The MCP server requires a TagoIO Profile Token for authentication:
YOUR-PROFILE-TOKEN in the configurationSecurity Note: Keep your profile token secure and never commit it to version control.
The server supports both US and European TagoIO instances:
https://api.us-e1.tago.io (default)https://api.eu-w1.tago.ioConnection Failed
Authentication Error
Data Access Issues
This project is licensed under the MIT License - see the LICENSE file for details.
Need Help? Visit the TagoIO Documentation or contact our support team.
FAQs
Model Context Protocol server for TagoIO data and analytics
The npm package @tago-io/mcp-server receives a total of 27 weekly downloads. As such, @tago-io/mcp-server popularity was classified as not popular.
We found that @tago-io/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.