Holaspirit MCP Server
holaspirit-mcp-服务器
访问Holaspirit API的MCP(模型上下文协议)服务器。
该服务器提供与 MCP 兼容的 Holaspirit API 访问,允许 AI 助手通过标准化界面与您的 Holaspirit 数据进行交互。
特征
可用工具:
holaspirit_list_tasks- 列出组织中的所有任务holaspirit_list_metrics- 列出组织中的所有指标holaspirit_list_circles- 列出组织中的所有圈子holaspirit_get_circle- 获取特定圈子的详细信息holaspirit_list_roles- 列出组织中的所有角色holaspirit_get_role- 获取特定角色的详细信息holaspirit_list_domains- 列出组织中的所有域holaspirit_list_policies- 列出组织中的所有政策holaspirit_list_meetings- 列出组织中的所有会议holaspirit_get_meeting- 获取特定会议的详细信息holaspirit_get_member_feed- 获取会员信息holaspirit_get_tensions- 获取会议或会议的紧张局势holaspirit_search_member- 通过电子邮件搜索会员
Related MCP server: paperclip-mcp
快速入门
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 holaspirit-mcp-server:
npx -y @smithery/cli install holaspirit-mcp-server --client claude手动安装
npm install holaspirit-mcp-server配置
HOLASPIRIT_API_TOKEN:您的 Holaspirit API 令牌HOLASPIRIT_ORGANIZATION_ID:您的 Holaspirit 组织 ID
用法
启动 MCP 服务器
直接地:
npx holaspirit-mcp-server或者,使用节点运行已安装的模块。
编辑客户端的 MCP 配置 json:
...
"lightdash": {
"command": "npx",
"args": [
"-y",
"holaspirit-mcp-server"
],
"env": {
"HOLASPIRIT_API_TOKEN": "<your token>",
"HOLASPIRIT_ORGANIZATION_ID": "<your org id>"
}
},
...发展
可用脚本
npm run dev- 使用热重载以开发模式启动服务器npm run build构建生产项目npm run start启动生产服务器npm run lint- 运行 linting 检查(ESLint 和 Prettier)npm run fix- 自动修复 linting 问题npm run examples- 运行示例脚本
贡献
分叉存储库
创建你的功能分支
运行测试和 lint:
npm run lint提交你的更改
推送到分支
创建拉取请求
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides a standardized MCP interface for interacting with HTTP tools and services, enabling unified API access and management.MIT
- Alicense-qualityCmaintenanceEnables AI assistants to manage Paperclip AI agents, issues, goals, approvals, and costs via natural language by exposing Paperclip's REST API as MCP tools.MIT
- Flicense-qualityCmaintenanceEnables AI-driven IT service management by exposing the full Halo ITSM REST API through 172 tools across 43 resource domains to any MCP-compatible client.1
- Alicense-qualityBmaintenanceEnables AI agents to access a unified catalog of tools from various APIs (OpenAPI, GraphQL, MCP, Google Discovery) through the MCP protocol.MIT
Related MCP Connectors
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
LeadConnector / GoHighLevel MCP Pack — wraps the GoHighLevel CRM for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/syucream/holaspirit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server