io.github.tago-io/mcp-server✓
io.github.tago-io/mcp-server · v2.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.tago-io/mcp-server",
"description": "Model Context Protocol server for TagoIO data and analytics",
"repository": {
"url": "https://github.com/tago-io/mcp-server",
"source": "github"
},
"version": "2.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@tago-io/mcp-server",
"version": "2.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your TagoIO Profile Token or Analysis Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TAGOIO_TOKEN"
},
{
"description": "Your API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io",
"format": "string",
"name": "TAGOIO_API"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}