Itcons.app✓
io.github.itcons-app/mcp · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.itcons-app/mcp",
"description": "Connect AI assistants to Itcons.app work orders, reports, projects, users, and resources.",
"title": "Itcons.app",
"repository": {
"url": "https://github.com/itcons-app/mcp",
"source": "github"
},
"version": "0.5.1",
"packages": [
{
"registryType": "npm",
"identifier": "@itcons-app/mcp",
"version": "0.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Itcons.app tenant domain, for example 'demo' for https://demo.itcons.app.",
"isRequired": true,
"format": "string",
"name": "ITCONS_DOMAIN"
},
{
"description": "Itcons.app username or email for local stdio usage.",
"format": "string",
"name": "ITCONS_USERNAME"
},
{
"description": "Itcons.app password for local stdio usage.",
"format": "string",
"isSecret": true,
"name": "ITCONS_PASSWORD"
},
{
"description": "Existing Itcons.app bearer token. Can be used instead of username and password.",
"format": "string",
"isSecret": true,
"name": "ITCONS_TOKEN"
},
{
"description": "Timezone used for date-based queries.",
"format": "string",
"default": "Europe/Madrid",
"name": "ITCONS_TIMEZONE"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.itcons.app/mcp"
},
{
"type": "sse",
"url": "https://mcp.itcons.app/sse"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}