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/fabric-pro/fizzy-mcp/agents-mdgit clone --depth 1 https://github.com/Fabric-Pro/fizzy-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/fabric-pro/fizzy-mcp/agents-md)<a href="https://agentmods.dev/instructions/fabric-pro/fizzy-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/fabric-pro/fizzy-mcp/agents-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.01339 | $0.01339 |
| Opus 5 | $0.00669 | $0.00669 |
| Sonnet 5 | $0.00268 | $0.00268 |
| Haiku 4.5 | $0.00134 | $0.00134 |
Grade A, and why
fizzy-mcp AGENTS.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 4d 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:
- fizzy-mcp AGENTS.md — 86% identical, 9 lines differ
How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
@AGENTS.local.md
AGENTS.md
Project Overview
fizzy-mcp is an MCP (Model Context Protocol) server for the Fizzy project management tool. It exposes 40+ tools for managing boards, cards, columns, steps, comments, reactions, tags, and notifications.
Tech Stack
- Language: TypeScript 5.7 (ES2022, ESM modules)
- Runtime: Node.js 18+ (standard), Cloudflare Workers (production)
- MCP SDK: @modelcontextprotocol/sdk
- Validation: Zod
- Testing: Vitest
- Build: tsc (compile), tsx (dev)
Architecture
src/
├── index.ts # CLI entry point, transport selection
├── server.ts # MCP server setup, tool registration
├── client/
│ ├── fizzy-client.ts # HTTP client with retry, ETag caching
│ └── types.ts # API request/response interfaces
├── tools/
│ ├── definitions.ts # Tool metadata (name, description, annotations)
│ ├── schemas.ts # Zod input schemas
│ └── handlers.ts # Tool execution logic
├── transports/
│ ├── stdio.ts # IDE integrations (Cursor, VS Code)
│ ├── sse.ts # Server-Sent Events (multi-user)
│ └── http.ts # Streamable HTTP (multi-user)
├── utils/
│ ├── errors.ts # Typed error classes (FizzyAPIError, etc.)
│ ├── logger.ts # Structured stderr logging
│ ├── security.ts # CORS, auth, localhost binding
│ ├── session-manager.ts
│ ├── etag-cache.ts
│ ├── card-resolver.ts # card_id → card_number
│ ├── attachments.ts # Upload input resolution + ActionText markup
│ ├── file-source.ts # Injected local-file capability (stdio only)
│ ├── md5.ts # Runtime-independent MD5 (upload checksums)
│ └── base64.ts # btoa/atob helpers that also work on Workers
└── cloudflare/ # Workers deployment (Durable Objects)
Key flow
server.tsregisters tools fromtools/definitions.ts- Each tool call dispatches through
executeToolHandler()intools/handlers.ts - Handlers call
FizzyClientmethods which make HTTP requests to the Fizzy API - Responses are formatted as MCP text content
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.
- 4d ago First seen · 104 lines · 1,339 tokens per session scan A 7bdb6231faf2
fizzy-mcp AGENTS.md is an instructions file published in the GitHub repository Fabric-Pro/fizzy-mcp (17 stars, last pushed today), licensed MIT. It adds 1,339 tokens to every session, about $0.0067 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
pm-copilot CLAUDE.md
Instructions for dkships/pm-copilot, covering pm copilot — mcp server, commands, pii guardrails (load-bearing for any pr), environment variables and conventions.
moo-tasks AGENTS.md
Instructions for dizlexic/moo-tasks, covering agents.md, 1. what is the moo tasks board?, 2. connecting your agent, 3. available mcp tools and 4. recommended workflow for agents.
mcp-redmine-rest CLAUDE.md
Claude Code instructions for alsimoes/mcp-redmine-rest, covering claude.md, what this is, layout (src-layout), tool registration pattern and deliberately missing tools.
onplana-mcp-server GEMINI.md
Instructions for Onplana/onplana-mcp-server, covering onplana, gemini context, what onplana is, authenticating, hints when working with onplana data and common workflows.
GhostDesk AGENTS.md
AGENTS.md instructions for YV17labs/GhostDesk, covering names — five levels, and none overflows into the next, ports & adapters — three module shapes, and no fourth, families — a shared prefix names a standard, never a theme, modules — two files, two jobs, never merged and configuration — one seam per config, decided…
ultra-jira-mcp AGENTS.md
Instructions for criblio/ultra-jira-mcp, covering agents.md and quick reference.