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/profplum700/etsy-mcp-server/agents-mdgit clone --depth 1 https://github.com/profplum700/etsy-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/profplum700/etsy-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/profplum700/etsy-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/profplum700/etsy-mcp-server/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.1 | $0.00370 | $0.00370 |
| Opus 5 | $0.00185 | $0.00185 |
| Sonnet 5 | $0.00074 | $0.00074 |
| Haiku 4.5 | $0.00037 | $0.00037 |
Grade A, and why
etsy-mcp-server 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 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.
What it actually says
AGENTS.md — Etsy MCP Server
Purpose
This repository implements a TypeScript Model Context Protocol (MCP) server for the Etsy API. It exposes Etsy shop, listing, image/file, inventory, and seller-taxonomy tools over stdio for MCP clients. Credentials are supplied through ETSY_API_KEY, ETSY_SHARED_SECRET, ETSY_REFRESH_TOKEN, or an untracked etsy_mcp_settings.json copied from etsy_mcp_settings.example.json.
Canon Block
- Mode:
single-mainper the Creator Canon in/data/projects/AGENTS.md. - Default branch:
masteris the current remote default and is the shared canon branch for this repo until it is renamed. - Merge-gate command:
npm run lint && npm test && npm run build - Standing deviations: legacy default branch name is
master; feature branches prefixedfhah-tools-*may exist only as parked fhah-tools integration work and must not be landed from this repo without explicit owner scope.
Repository Rules
- Read
/data/projects/AGENTS.mdbefore work; stricter user or repo-local instructions win. - Work canon-style on the default branch: pull/rebase, reserve files with Agent Mail before edits, run the merge gate, commit directly to the shared branch, push, and release reservations.
- Do not commit Etsy credentials, OAuth refresh tokens, settings files containing secrets,
.env, or MCP client private configuration. - This server is stdio-driven and intended to be launched by MCP clients; do not treat it as a long-running HTTP daemon unless a future design explicitly adds that mode.
Common Commands
npm install
npm run lint
npm test
npm run build
npm start
npm run inspector
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.
- 5d ago First seen · 31 lines · 370 tokens per session scan A 84227909d5bf
etsy-mcp-server AGENTS.md is an instructions file published in the GitHub repository profplum700/etsy-mcp-server (9 stars, last pushed 1mo ago), licensed MIT. It adds 370 tokens to every session, about $0.0019 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
vibetags com-example-service-OrderService.instructions.md
Instructions for PIsberg/vibetags, covering copilot instructions for orderservice, rules for method calculatetax, rules for method processpayment, rules for method validateorder and context & focus.
rubydex AGENTS.md
AGENTS.md instructions for Shopify/rubydex, covering instructions, project overview, documentation, ruby gem and structure.
hw-mcp CLAUDE.md
Instructions for Hertwill/hw-mcp, covering project, constraints, technology stack, executive recommendation and recommended stack.
VectorCart copilot-instructions.md
Copilot instructions for Rounit-1st/VectorCart, covering vectorcart shopping assistant — llm instructions, role, 1. understand the customer, 2. convert the request into search inputs and visual search query.
gengeo-agent-registry AGENTS.md
Instructions for warwickwood-cell/gengeo-agent-registry: GenGEO provides machine-readable merchant verification infrastructure for AI agents.
kronan-mcp CLAUDE.md
Instructions for sandsower/kronan-mcp, covering kronan-mcp, build, configure, usage in claude code and api reference.