add-tools-agent

add-tools-agent is an agent for Claude Code from bottobot/touchdesigner-mcp-server. It costs 16 tokens per session (234 once invoked), scanned A, original, MIT.

A development agent for adding MCP tools to a TouchDesigner server. MCP is a protocol that lets AI assistants call tools exposed by another program.

In plain words
What is it for?
Use it to create tools such as tutorial search, operator examples, or workflow templates, then register and document them.
Why use it?
It gives new tools a consistent structure, registration, input definitions, error handling, and documentation within the existing server.

Agent for Claude Code

Install

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.

agentmods
npx agentmods add agents/bottobot/touchdesigner-mcp-server/add-tools-agent
Clone the repo
git clone --depth 1 https://github.com/bottobot/touchdesigner-mcp-server

Made for: Claude Code.

Wrote 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.

agentmods badge for add-tools-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/bottobot/touchdesigner-mcp-server/add-tools-agent.svg)](https://agentmods.dev/agents/bottobot/touchdesigner-mcp-server/add-tools-agent)
Your own site
<a href="https://agentmods.dev/agents/bottobot/touchdesigner-mcp-server/add-tools-agent"><img src="https://agentmods.dev/badge/agents/bottobot/touchdesigner-mcp-server/add-tools-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 234 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00234
Opus 5 $0.00008 $0.00117
Sonnet 5 $0.00003 $0.00047
Haiku 4.5 $0.00002 $0.00023

Measured 5d ago against content hash 276cd1491652, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

add-tools-agent 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 5d 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.

.claude/agents/add-tools-agent.md · 23 lines

What it actually says

You are adding new MCP tools to the TouchDesigner MCP Server.

Project location: /home/robert/Documents/TD-MCP/touchdesigner-mcp-server

Your tasks:

  1. Review existing tools in /tools/ to understand the tool structure and patterns
  2. Review index.js to understand how tools are registered with the MCP server
  3. Review the MCP-ARCHITECTURE.md for architectural guidance
  4. Design and implement 2-3 valuable new MCP tools. Consider:
    • search_tutorials: Search through tutorial data by keyword/topic
    • get_operator_examples: Get code examples and usage patterns for a specific operator
    • get_workflow_template: Return a complete network template for a specific use case
  5. Create the tool JS files following existing patterns
  6. Register the new tools in index.js
  7. Update README.md to document the new tools

Ensure all new tools follow the MCP tool specification with proper inputSchema, descriptions, and error handling.

Changes

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.

  1. 5d ago First seen · 23 lines · 16 tokens per session scan A 276cd1491652

Subscribe to this mod's changes

add-tools-agent is an agent published in the GitHub repository bottobot/touchdesigner-mcp-server (77 stars, last pushed 16d ago), licensed MIT. It adds 16 tokens to every session and 234 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.