etsy-mcp-server AGENTS.md

etsy-mcp-server AGENTS.md is an instructions file for Codex, OpenCode from profplum700/etsy-mcp-server. It costs 370 tokens per session, scanned A, original, MIT.

Project instructions for an Etsy API server written in TypeScript. The server connects AI assistants to Etsy shop, listing, image, file, inventory, and seller-taxonomy functions.

In plain words
What is it for?
Use them when changing the Etsy MCP server, especially when working with Etsy data or running its lint, test, and build checks.
Why use it?
They give coding agents the repository rules, required credentials, and commands for checking changes before they are merged.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions AGENTS.md.

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 instructions/profplum700/etsy-mcp-server/agents-md
Clone the repo
git clone --depth 1 https://github.com/profplum700/etsy-mcp-server

Made for: Codex, OpenCode.

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 etsy-mcp-server AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/profplum700/etsy-mcp-server/agents-md.svg)](https://agentmods.dev/instructions/profplum700/etsy-mcp-server/agents-md)
Your own site
<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>
Per session 370 This file is loaded in full into every session.
When invoked 370 The same file — it is already loaded in full.
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.1 $0.00370 $0.00370
Opus 5 $0.00185 $0.00185
Sonnet 5 $0.00074 $0.00074
Haiku 4.5 $0.00037 $0.00037

Measured 5d ago against content hash 84227909d5bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

AGENTS.md · 31 lines

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-main per the Creator Canon in /data/projects/AGENTS.md.
  • Default branch: master is 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 prefixed fhah-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.md before 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
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 · 31 lines · 370 tokens per session scan A 84227909d5bf

Subscribe to this mod's changes

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.