Borrowing it
Nothing to install: this file belongs to illinigirl/meal-planner-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/illinigirl/meal-planner-mcp/main/.claude/commands/add-tool.mdgit clone --depth 1 https://github.com/illinigirl/meal-planner-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/commands/illinigirl/meal-planner-mcp/add-tool)<a href="https://agentmods.dev/commands/illinigirl/meal-planner-mcp/add-tool"><img src="https://agentmods.dev/badge/commands/illinigirl/meal-planner-mcp/add-tool.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.00018 | $0.00477 |
| Opus 5 | $0.00009 | $0.00238 |
| Sonnet 5 | $0.00004 | $0.00095 |
| Haiku 4.5 | $0.00002 | $0.00048 |
Grade A, and why
add-tool 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 7d 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.
What it actually says
You are considering adding a new MCP tool to this server: $ARGUMENTS
Before writing any code, apply this repo's four-part test (see CLAUDE.md →
"Why this is an MCP and not just a prompt"). A capability earns a tool ONLY if
it does something the model can't do well on its own:
- Persists state across sessions (e.g. cooked-history in
state.json) - Causes a side effect / writes a durable artifact (e.g. an export file)
- Accesses private or live data (e.g. the user's local recipe library)
- Computes something that must be exact (e.g. ingredient merge/scale math)
Then do exactly this:
- State, in ONE sentence, which of the four (if any) "$ARGUMENTS" serves.
- If it serves none — it's "reason over what Claude already knows" — do
NOT add a tool. Show how to get the result by composing existing tools
(e.g.
suggest_recipes→swap_mealfor "make Friday quicker"), and stop. - If it serves at least one, scaffold it the repo's way:
- Put the real logic in the appropriate PURE module (
ingredients/core/planner/exports) with a direct unit test intests/— no I/O in the logic. - Add a THIN
@mcp.tool()wrapper inserver.pythat calls the pure function and touches the filesystem only throughstore.py. - Give it a planning-flavored name that won't collide with a storage-style recipes server (see CLAUDE.md → "Running alongside another recipe MCP").
- Mirror the wrapper into
cli.pyif it makes sense as a CLI verb too. - Run
python -m pytest -qandruff check src/mealplanner testsbefore declaring done.
- Put the real logic in the appropriate PURE module (
Report which branch you took (composed vs. added) and the one-sentence justification.
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.
- 7d ago First seen · 36 lines · 18 tokens per session scan A 42f016dc618e
add-tool is a command published in the GitHub repository illinigirl/meal-planner-mcp (0 stars, last pushed 2mo ago), licensed MIT. It adds 18 tokens to every session and 477 once invoked, about $0.0001 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 commands, from other repositories
compile
Compile a FIBER decision context (world + query) and report the oracle verdict, omission accounting, and certificate digest faithfully.
data-mesh-contract
Create federated data product contracts for mesh architectures with SLAs, governance, and interoperability guarantees (project).
audit-web
A command for requesting a website security assessment through an MCP tool, a way for an agent to call an external service. It requires proof of permission before any network checks.
atrs
Generate Algorithmic Transparency Recording Standard (ATRS) record for AI/algorithmic tools.
fr-rgpd
You are helping an enterprise architect generate a French CNIL Compliance Assessment — the French-specific GDPR layer applied by the CNIL (Commission Nationale de l'Informatique et des Libertés). Run this after /arckit-eu:eu-rgpd to add French obligations that go beyond the EU GDPR baseline.
servicenow
Create comprehensive ServiceNow service design with CMDB, SLAs, incident management, and change control.