Borrowing it
Nothing to install: this file belongs to abrahamADSK/fpt-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/abrahamADSK/fpt-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/abrahamADSK/fpt-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/abrahamadsk/fpt-mcp/claude-md)<a href="https://agentmods.dev/instructions/abrahamadsk/fpt-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/abrahamadsk/fpt-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.1 | $0.09499 | $0.09499 |
| Opus 5 | $0.04750 | $0.04750 |
| Sonnet 5 | $0.01900 | $0.01900 |
| Haiku 4.5 | $0.00950 | $0.00950 |
Grade C, and why
fpt-mcp CLAUDE.md scanned grade C with 2 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 6d 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
- ALWAYS use MCP tools, NEVER tell the user "do it manually" Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
In `~/.claude/settings.json`, enable all these tools: How it starts
The opening of the file, as written. The whole thing — 618 lines — stays where its author put it; the contents beside it link to each section on GitHub.
fpt-mcp Project Context for Claude
Reference document that persists across sessions. Update when architecture or workflows change.
1. General Architecture
fpt-mcp is an MCP server for Autodesk Flow Production Tracking (ShotGrid). Works standalone or alongside other MCP servers for cross-tool orchestration.
Claude Desktop / Claude Code / Terminal
├── maya-mcp → 3D modeling, rendering, Vision3D GPU
├── flame-mcp → compositing
└── fpt-mcp → production tracking (ShotGrid)
├── stdio → Claude Desktop / Claude Code
├── HTTP → Maya, Flame, scripts, inter-service
└── Qt console → native chat app via fpt-mcp:// protocol handler
MCP Server: fpt-mcp (18 @mcp.tool registrations — dispatcher pattern)
ShotGrid API tools (6 direct tools, unrestricted access to any entity):
sg_find— query entities with filters and fieldssg_create— create entities (project auto-linked)sg_update— update any fieldsg_schema— inspect available fieldssg_upload— upload files (thumbnail, movie, attachment)sg_download— download attachments
Bulk operations dispatcher (fpt_bulk — 1 tool, 4 actions):
fpt_bulk(action="delete")— soft-delete (retire) entitiesfpt_bulk(action="revive")— restore soft-deleted (retired) entitiesfpt_bulk(action="batch")— transactional batch operations (all-or-nothing)fpt_bulk(action="editorial")— deterministic Cut + CutItem auto-calc: pure timecode math (editorial.py::compute_editorial_cut) computes cumulativeedit_in/edit_out,cut_item_in/cut_item_out(source range), handles andsg_cut_duration, then a thin creation layer (shotgrid.py::_do_sg_editorial) creates the Cut viasg_createand the CutItems via onesg_batchtransaction
Reporting dispatcher (fpt_reporting — 1 tool, 4 actions):
fpt_reporting(action="text_search")— full-text search across multiple entity typesfpt_reporting(action="summarize")— server-side aggregation (count, sum, avg, min, max) with groupingfpt_reporting(action="note_thread")— read full Note reply threads with all linked entitiesfpt_reporting(action="activity")— read the activity stream for any entity
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.
- 6d ago First seen · 618 lines · 9,499 tokens per session scan C 73ab8a789c6c
fpt-mcp CLAUDE.md is an instructions file published in the GitHub repository abrahamADSK/fpt-mcp (1 stars, last pushed 20d ago), licensed MIT. It adds 9,499 tokens to every session, about $0.0475 per session on Opus 5. A static security scan graded it C with 2 findings (subtle steering, reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.