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.
npx agentmods add instructions/syucream/holaspirit-mcp-server/claude-mdgit clone --depth 1 https://github.com/syucream/holaspirit-mcp-serverWrote 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.
[](https://agentmods.dev/instructions/syucream/holaspirit-mcp-server/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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-fetchto 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 tokenHOLASPIRIT_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 reloadingnpm run build- Build TypeScript to JavaScript indist/npm run start- Run production server fromdist/npm run lint- Run ESLint and Prettier checksnpm run fix- Auto-fix linting issuesnpm run examples- Run example script (examples/list_circles.ts)
Testing
Currently no automated tests are configured (npm test outputs "No tests yet").
TypeScript Configuration
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.
- 5d ago First seen · 73 lines · 663 tokens per session scan A 199782398d52
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.
Other instructions, from other repositories
ida-pro-mcp CLAUDE.md
Instructions for mrexodia/ida-pro-mcp, covering claude.md, what this project is, core implementation rules, ida thread safety and api conventions.
octocode AGENTS.md
AGENTS.md instructions for bgauryy/octocode, covering agents.md — octocode monorepo, dogfood, architecture, packages and tools.
obot CLAUDE.md
Claude Code instructions for obot-platform/obot, covering claude.md, project overview, tech stack, common commands and development.
tableau-mcp CLAUDE.md
Claude Code instructions for tableau/tableau-mcp, covering claude.md, build & development commands, building, running the server and testing.
MCP-Nest CLAUDE.md
Claude Code instructions for rekog-labs/MCP-Nest, covering claude.md, what this repo is, packages, layout and commands.
octocode CLAUDE.md
Claude Code instructions for bgauryy/octocode: Read AGENTS.md. Discover repository skills under .agents/skills and activate only those matching the task.