MCP Catalogs
Home

holaspirit-mcp-server

by syucream·1·Score 33

An MCP server providing access to Holaspirit API for organizational governance data.

productivitydeveloper-toolsother
7
Forks
1
Open issues
11 mo ago
Last commit
2d ago
Indexed

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:

you:AI assistants helping analyze organizational governance structures in Holaspirit
you:Automating reporting of roles, circles, and policies for compliance purposes
you:Integration with other systems through Holaspirit data via MCP protocol
you:What is Holaspirit?
you:How do I get an API token for Holaspirit?

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 README
  • holaspirit_list_tasks

    List all tasks in the organization

  • holaspirit_list_metrics

    List all metrics in the organization

  • holaspirit_list_circles

    List all circles in the organization

  • holaspirit_get_circle

    Get details of a specific circle

  • holaspirit_list_roles

    List all roles in the organization

  • holaspirit_get_role

    Get details of a specific role

  • holaspirit_list_domains

    List all domains in the organization

  • holaspirit_list_policies

    List all policies in the organization

  • holaspirit_list_meetings

    List all meetings in the organization

  • holaspirit_get_meeting

    Get details of a specific meeting

  • holaspirit_get_tensions

    Get tensions for a meeting or meetings

  • holaspirit_search_member

    Search for a member by email

Comparable tools

org-ai-mcpnotion-mcpmicrosoft-graph-mcp

Installation

Installation

Via Smithery
npx -y @smithery/cli install holaspirit-mcp-server --client claude
Manual Installation
npm install holaspirit-mcp-server
Configuration

Create a .env file with:

HOLASPIRIT_API_TOKEN=your_api_token_here
HOLASPIRIT_ORGANIZATION_ID=your_organization_id_here
Claude 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.