Trilo✓
chat.trilo/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "chat.trilo/mcp",
"description": "Connect AI tools to Trilo workspaces — manage tasks, messages, pages, calendars, meetings, and more.",
"title": "Trilo",
"repository": {
"url": "https://github.com/TriloHQ/trilo",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://trilo.chat",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.trilo.chat/mcp",
"headers": [
{
"description": "Bearer token for authentication. Generate a Personal Access Token (PAT) from Trilo Settings > API Tokens.",
"isRequired": true,
"value": "Bearer {TRILO_PAT}",
"isSecret": true,
"variables": {
"TRILO_PAT": {
"description": "Your Trilo Personal Access Token (starts with trilo_pat_)",
"isRequired": true,
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}