Self-hosted participant resolution platform with an MCP server for agent workflows.
Overview
Roster
Roster is a self-hosted participant resolution platform for routing workflow questions to the right projects, participants, users, groups, and delegated contacts.
Roster is not a public SaaS MCP endpoint. Each customer deploys Roster on-premise or in their own cloud and connects MCP clients to their own endpoint:
https://<customer-roster-origin>/mcp
Documentation: https://docs.rosterresolve.ai/mcp/ Product site: https://rosterresolve.ai/ Official MCP Registry name: ai.rosterresolve/roster
Server Config
{
"mcpServers": {
"roster": {
"type": "streamable-http",
"url": "https://<customer-roster-origin>/mcp",
"headers": {
"Authorization": "Bearer <ROSTER_API_KEY>"
}
}
}
}