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/nickdesi/ffbb-mcp-server/copilot-instructionsgit clone --depth 1 https://github.com/nickdesi/FFBB-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/nickdesi/ffbb-mcp-server/copilot-instructions)<a href="https://agentmods.dev/instructions/nickdesi/ffbb-mcp-server/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/nickdesi/ffbb-mcp-server/copilot-instructions.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.00403 | $0.00403 |
| Opus 5 | $0.00201 | $0.00201 |
| Sonnet 5 | $0.00081 | $0.00081 |
| Haiku 4.5 | $0.00040 | $0.00040 |
Grade A, and why
FFBB-MCP-Server copilot-instructions.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 3d 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
FFBB MCP Server — Copilot Instructions
Project
Python MCP (Model Context Protocol) server exposing French basketball federation (FFBB) data.
Built with mcp[cli], uvicorn, starlette, cachetools, ffbb-data-client.
Stack
- Package manager:
uv(lockfile:uv.lock). Never usepip installdirectly. - Formatter/Linter:
ruff format+ruff check. Never useblack. - Type checker:
mypy - Test runner:
pytestwithpytest-asyncio - Runtime: Python 3.10+
Key commands
uv sync --extra dev # Install all dependencies
uv run ruff format . # Format code
uv run ruff check --fix . # Lint + autofix
uv run mypy src # Type check
uv run pytest # Run tests
Conventions
- All source code lives in
src/ffbb_mcp/ - Services are in
src/ffbb_mcp/services.py(single file, not a package) - Cache strategy in
src/ffbb_mcp/cache_strategy.py - Prompts/guardrails in
src/ffbb_mcp/prompts.py - Tests in
tests/ - One-off tooling scripts in
tools/
CI
- CI uses
ruff format --check(not black). Don't introduce black. - Formatting violations will fail CI. Always run
uv run ruff format .before committing. - Pre-commit hook (
.pre-commit-config.yaml) handles this automatically if installed.
Do not
- Commit directly to
mainwithout running tests - Add dependencies without updating
uv.lock(uv add <pkg>) - Use
pip,poetry, orblack
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.
- 3d ago First seen · 40 lines · 403 tokens per session scan A aabda6795347
FFBB-MCP-Server copilot-instructions.md is an instructions file published in the GitHub repository nickdesi/FFBB-MCP-Server (2 stars, last pushed 5d ago), licensed Apache-2.0. It adds 403 tokens to every session, about $0.0020 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
airflow-mcp-server AGENTS.md
Instructions for abhishekbhakat/airflow-mcp-server, covering airflow mcp — agent ramp-up guide, mission, high-level architecture, airflow-mcp-server (cli app) and airflow-mcp-plugin (airflow webserver mount).
Riksdag-Regering-MCP AGENTS.md
AGENTS.md instructions for isakskogstad/Riksdag-Regering-MCP, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
fli CLAUDE.md
Instructions for punitarani/fli, covering claude.md, project overview, development commands, core development tasks and install dependencies.
blockrun-mcp AGENTS.md
AGENTS.md instructions for BlockRunAI/blockrun-mcp, covering blockrun mcp, commands, project structure, key dependencies and install in codex.
GhidrAssistMCP CLAUDE.md
Claude Code instructions for symgraph/GhidrAssistMCP, covering claude.md, build and development commands, building the extension, set ghidrainstalldir environment variable first and build the extension.
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).