A Model Context Protocol server that provides standardized access to Holaspirit's API, enabling AI assistants to interact with organizational data including tasks, circles, roles, and meetings.
List all tasks in the organization.
List all metrics in the organization.
List all circles in the organization.
Get details of a specific circle.
List all roles in the organization.
Get details of a specific role.
List all domains in the organization.
List all policies in the organization.
List all meetings in the organization.
Get details of a specific meeting.
Get member feed.
Get tensions for a meeting or meetings.
Search for a member by email.
{
"holaspirit": {
"command": "npx",
"args": [
"-y",
"holaspirit-mcp-server"
],
"env": {
"HOLASPIRIT_API_TOKEN": "<your token>",
"HOLASPIRIT_ORGANIZATION_ID": "<your org id>"
}
}
}