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/jem-computer/capacities-mcp/claude-mdgit clone --depth 1 https://github.com/jem-computer/capacities-mcpWrote 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/jem-computer/capacities-mcp/claude-md)<a href="https://agentmods.dev/instructions/jem-computer/capacities-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/jem-computer/capacities-mcp/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 | $0.00536 | $0.00536 |
| Opus 5 | $0.00268 | $0.00268 |
| Sonnet 5 | $0.00107 | $0.00107 |
| Haiku 4.5 | $0.00054 | $0.00054 |
Grade A, and why
capacities-mcp 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- capacities-mcp CLAUDE.md — 89% identical, 11 lines differ
What it actually says
Capacities MCP Server
This is an MCP server for the Capacities API (https://docs.capacities.io/developer/api).
Development
- Use
bunas the package manager - Use
bun run devto start the development server - Use
bun run lintto check code quality and types - Use
bun run testto run tests - Use
bun run buildto build for production
API Reference
The Capacities API documentation is available at:
- Docs: https://api.capacities.io/docs/
- OpenAPI Schema: https://api.capacities.io/openapi.json
Authentication
Set the CAPACITIES_API_KEY environment variable with your Capacities API token.
For development, copy .env.example to .env and add your API key:
cp .env.example .env
# Edit .env and add your API key
Available Tools
capacities_list_spaces- Get user's personal spacescapacities_get_space_info- Get structures and collections for a spacecapacities_search- Search content across spacesmodedefaults to "title" if not specified
capacities_read_object_content- Retrieve full content of an object by ID- Parameters:
objectId(UUID),spaceId(UUID),title(optional string) - How it works: Tries undocumented endpoints first, then falls back to search API aggregation
- Note: Providing
titleparameter greatly improves search results - Returns aggregated content from search snippets when direct endpoint unavailable
- Parameters:
capacities_save_weblink- Save a web link to a space- Parameters:
titleOverwrite,descriptionOverwrite,tags,mdText
- Parameters:
capacities_save_to_daily_note- Add text to today's daily noteoriginonly accepts "commandPalette"- Use
noTimestamp: trueto skip timestamp
Available Prompts
capacities-daily-summary- Create structured daily summariescapacities-research-note- Format research findingscapacities-meeting-notes- Structure meeting notes
Rate Limits
/spaces: 5 requests per 60 seconds/space-info: 5 requests per 60 seconds/search: 120 requests per 60 seconds/save-weblink: 10 requests per 60 seconds/save-to-daily-note: 5 requests per 60 seconds
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 · 58 lines · 536 tokens per session scan A d0ef5a315e6f
capacities-mcp CLAUDE.md is an instructions file published in the GitHub repository jem-computer/capacities-mcp (41 stars, last pushed 4mo ago), licensed MIT. It adds 536 tokens to every session, about $0.0027 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-30.
Other instructions, from other repositories
mcp-email-server AGENTS.md
AGENTS.md instructions for Wh1isper/mcp-email-server, covering repository overview, project conventions, current architecture direction, development workflow and documentation requirements.
RivalSearchMCP AGENTS.md
Instructions for damionrashford/RivalSearchMCP, covering agents.md, project overview, development commands, setup & running and install dependencies.
RivalSearchMCP CLAUDE.md
Instructions for damionrashford/RivalSearchMCP, covering claude.md, project overview, development commands, setup & running and set up pre-commit hooks.
mcp-outline CLAUDE.md
Instructions for Vortiago/mcp-outline, covering mcp outline server guide, purpose, architecture, tool categories and feature registration flow.
unraid CLAUDE.md
Claude Code instructions for dinglebear-ai/unraid, covering claude.md, what this is, identity and history (read before touching any url), "unraid-mcp" means five different things and agent plugins ship no claude code hooks.
blender-mcp AGENTS.md
AGENTS.md instructions for sandraschi/blender-mcp, covering blender-mcp agent context and quick ref.