holaspirit-mcp-server
by syucream·★ 1·Score 33
An MCP server providing access to Holaspirit API for organizational governance data.
Overview
This MCP server enables AI assistants to interact with Holaspirit's organizational governance platform through a standardized interface. It offers tools to list and retrieve tasks, metrics, circles, roles, domains, policies, meetings, and tensions, plus member search functionality. The server supports both stdio and HTTP transport modes, making it compatible with various MCP clients.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server if you're already using Holasprit for organizational management and want AI assistants to access your organizational data without additional integration work.
When NOT to choose this
Don't choose this if you need write access to Holasprit data (this server appears read-only only) or if you're not already committed to the Holasprit platform.
Tools this server exposes
12 tools extracted from the READMEholaspirit_list_tasksList all tasks in the organization
holaspirit_list_metricsList all metrics in the organization
holaspirit_list_circlesList all circles in the organization
holaspirit_get_circleGet details of a specific circle
holaspirit_list_rolesList all roles in the organization
holaspirit_get_roleGet details of a specific role
holaspirit_list_domainsList all domains in the organization
holaspirit_list_policiesList all policies in the organization
holaspirit_list_meetingsList all meetings in the organization
holaspirit_get_meetingGet details of a specific meeting
holaspirit_get_tensionsGet tensions for a meeting or meetings
holaspirit_search_memberSearch for a member by email
Comparable tools
Installation
Installation
Via Smithery
npx -y @smithery/cli install holaspirit-mcp-server --client claudeManual Installation
npm install holaspirit-mcp-serverConfiguration
Create a .env file with:
HOLASPIRIT_API_TOKEN=your_api_token_here
HOLASPIRIT_ORGANIZATION_ID=your_organization_id_hereClaude Desktop Configuration
"holaspirit": {
"command": "npx",
"args": [
"-y",
"holaspirit-mcp-server"
],
"env": {
"HOLASPIRIT_API_TOKEN": "<your token>",
"HOLASPIRIT_ORGANIZATION_ID": "<your org id>"
}
}FAQ
- What is Holaspirit?
- Holaspirit is a platform for organizational governance and self-management, implementing models like Holacracy.
- How do I get an API token for Holaspirit?
- You need to generate an API token through your Holaspirit organization settings or admin panel.
Compare holaspirit-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.