holaspirit-mcp-server CLAUDE.md

holaspirit-mcp-server CLAUDE.md is an instructions file for Claude Code from syucream/holaspirit-mcp-server. It costs 663 tokens per session, scanned A, original, MIT.

Reference instructions for developing the Holaspirit MCP server, a service that lets AI assistants query organizational information through a standard tool interface. The server connects to Holaspirit, an organization-management system, and validates responses before returning them.

In plain words
What is it for?
Use it when working on the server’s TypeScript entry point, schemas, transport modes, API client, tools, and required Holaspirit API token configuration.
Why use it?
It gives developers the project’s architecture, required configuration, and development conventions in one place. This reduces guesswork when changing the server or its integrations.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/syucream/holaspirit-mcp-server/claude-md
Clone the repo
git clone --depth 1 https://github.com/syucream/holaspirit-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for holaspirit-mcp-server CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/syucream/holaspirit-mcp-server/claude-md.svg)](https://agentmods.dev/instructions/syucream/holaspirit-mcp-server/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/syucream/holaspirit-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/syucream/holaspirit-mcp-server/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 663 This file is loaded in full into every session.
When invoked 663 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00663 $0.00663
Opus 5 $0.00331 $0.00331
Sonnet 5 $0.00133 $0.00133
Haiku 4.5 $0.00066 $0.00066

Measured 5d ago against content hash 199782398d52, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

holaspirit-mcp-server CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 73 lines

How it starts

The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

This is a Model Context Protocol (MCP) server that provides AI assistants access to Holaspirit's organizational management API. The server exposes 13 different tools for querying tasks, circles, roles, meetings, metrics, and other organizational data.

Architecture

  • Main entry point: src/index.ts - Sets up MCP server with both stdio and HTTP transport modes
  • Schema definitions: src/schemas.ts - Contains Zod schemas for request/response validation and type safety
  • Transport modes:
    • Stdio (default) - for MCP clients communicating via stdin/stdout
    • HTTP - for web clients using Streamable HTTP protocol
  • API client: Uses holaspirit-client-typescript-fetch to interact with Holaspirit API

The server implements a request handler pattern where each tool (like holaspirit_list_circles) maps to a specific API endpoint. All responses are validated using Zod schemas before being returned.

Environment Variables

Required environment variables:

  • HOLASPIRIT_API_TOKEN - Your Holaspirit API token
  • HOLASPIRIT_ORGANIZATION_ID - Your Holaspirit organization ID

The server supports .env files via dotenv/config. You can create a .env file in the project root with the required variables:

HOLASPIRIT_API_TOKEN=your_api_token_here
HOLASPIRIT_ORGANIZATION_ID=your_organization_id_here

A .env.example file is provided as a template.

Development Commands

  • npm run dev - Start development server with hot reloading
  • npm run build - Build TypeScript to JavaScript in dist/
  • npm run start - Run production server from dist/
  • npm run lint - Run ESLint and Prettier checks
  • npm run fix - Auto-fix linting issues
  • npm run examples - Run example script (examples/list_circles.ts)

Testing

Currently no automated tests are configured (npm test outputs "No tests yet").

TypeScript Configuration

Read the full file on GitHub · 73 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 73 lines · 663 tokens per session scan A 199782398d52

Subscribe to this mod's changes

holaspirit-mcp-server CLAUDE.md is an instructions file published in the GitHub repository syucream/holaspirit-mcp-server (1 stars, last pushed 1y ago), licensed MIT. It adds 663 tokens to every session, about $0.0033 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.