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 agents/bottobot/touchdesigner-mcp-server/final-validategit clone --depth 1 https://github.com/bottobot/touchdesigner-mcp-serverWhat 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.00011 | $0.00356 |
| Opus 5 | $0.00005 | $0.00178 |
| Sonnet 5 | $0.00002 | $0.00071 |
| Haiku 4.5 | $0.00001 | $0.00036 |
Grade A, and why
final-validate 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
You are performing final validation of core tool enhancements and documentation for the TouchDesigner MCP Server.
Project location: /home/robert/Documents/TD-MCP/touchdesigner-mcp-server
Tasks:
- Run: node --check tools/get_operator_connections.js
- Run: node --check tools/get_network_template.js
- Run: node --check tools/search_operators.js
- Run: node --check tools/suggest_workflow.js
- Run: node --check index.js
- Validate search index: node -e "const d=JSON.parse(require('fs').readFileSync('wiki/data/search-index/search-index.json','utf8')); console.log('Search index entries:', Array.isArray(d) ? d.length : Object.keys(d).length);"
- Count total operators in /wiki/data/processed/: ls -la wiki/data/processed/ | wc -l
- Verify README.md is at least 2000 characters (indicates substantial content)
- Verify CHANGELOG.md has a 2.0.0 entry
- Verify index.js registers: get_operator_connections, get_network_template
Fix ANY issues found before completing.
Provide a COMPREHENSIVE FINAL SUMMARY of everything accomplished across ALL parallel streams:
- Version system: files created, tools added, operators versioned
- Experimental features: categories created, techniques documented, tools added
- Core enhancements: operators added, search improved, new tools
- Documentation: files updated
- Total new/modified files count
- Total registered MCP tools (before vs after)
- Any remaining known issues or recommendations
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 · 32 lines · 11 tokens per session scan A e2f63bcc2c9b
final-validate is an agent published in the GitHub repository bottobot/touchdesigner-mcp-server (76 stars, last pushed 14d ago), licensed MIT. It adds 11 tokens to every session and 356 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-30.
Other agents, from other repositories
retrieval
Two retrieval backends: a lexical index built at compile time that needs no account, and Cloudflare AI Search for hybrid semantic search when you want it.
discovery
How an agent finds these surfaces without being told: the API catalog, DNS-based discovery, an agent-skills index, and the places people actually look.
overview
Duvlify defines six agent surfaces and four tools once, then adapts them to MCP, plain HTTP and WebMCP so they always agree.
mcp
The page outline agents read for line offsets, the in-browser WebMCP bridge and when to run it yourself, the rate limits, and how the surfaces are tested.
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.