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.
git clone --depth 1 https://github.com/jbwashington/ebay-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/commands/jbwashington/ebay-mcp/ebay-list-ready)<a href="https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-list-ready"><img src="https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-list-ready/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/jbwashington/ebay-mcp/ebay-list-ready"><img src="https://agentmods.dev/badge/commands/jbwashington/ebay-mcp/ebay-list-ready.svg" alt="Reviewed on agentmods" width="80" 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.00008 | $0.00899 |
| Opus 5 | $0.00004 | $0.00449 |
| Sonnet 5 | $0.00002 | $0.00180 |
| Haiku 4.5 | $0.00001 | $0.00090 |
Grade A, and why
ebay-list-ready 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.
List Ready Items
Display all organized product folders that are ready for listing creation. Shows folder names, photo counts, and metadata for each item.
Usage
# Show all ready items
/ebay-list-ready
# Show with details
/ebay-list-ready --verbose
Example Output
📦 Ready for Listing (3 items)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. nike-air-jordan-1-chicago-size-10
📸 8 photos
📅 Organized: 2025-01-11 10:30 AM
📍 organized/nike-air-jordan-1-chicago-size-10/
✅ Ready
2. adidas-yeezy-350-bred-size-9.5
📸 10 photos
📅 Organized: 2025-01-11 11:15 AM
📍 organized/adidas-yeezy-350-bred-size-9.5/
✅ Ready
3. supreme-box-logo-tee-black-size-large
📸 6 photos
📅 Organized: 2025-01-11 12:00 PM
📍 organized/supreme-box-logo-tee-black-size-large/
✅ Ready
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 Next steps:
/ebay-analyze [folder] - Analyze product details
/ebay-draft [folder] - Create draft listing
/ebay-batch-draft - Create all drafts at once
Verbose Output
With --verbose, shows full metadata:
{
"folder": "nike-air-jordan-1-chicago-size-10",
"photos": {
"count": 8,
"files": ["IMG_1234.jpg", "IMG_1235.jpg", ...],
"organized_date": "2025-01-11T15:30:00Z"
},
"product": {
"brand": "Nike",
"model": "Air Jordan 1 High OG",
"colorway": "Chicago",
"size": "10"
},
"listing_status": "ready"
}
Filtering
# Show only Nike items
/ebay-list-ready --brand nike
# Show only items with 10+ photos
/ebay-list-ready --min-photos 10
# Show items organized today
/ebay-list-ready --today
Workflow
Typical workflow after seeing ready items:
# 1. List what's ready
/ebay-list-ready
# 2. Pick an item and analyze
/ebay-analyze organized/nike-air-jordan-1-chicago-size-10
# 3. Create draft listing
/ebay-draft organized/nike-air-jordan-1-chicago-size-10
# 4. Publish to eBay
/ebay-publish [offer-id]
# 5. Repeat for next item
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.
- 9d ago First seen · 144 lines · 8 tokens per session scan A f7e3e629a69d
ebay-list-ready is a command published in the GitHub repository jbwashington/ebay-mcp (14 stars, last pushed 6mo ago), licensed MIT. It adds 8 tokens to every session and 899 once invoked, about $0.0000 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 commands, from other repositories
dev
Runs Vendure in development mode. By default it starts three processes: the GraphQL server (ts-node ./src/index.ts), the worker (ts-node ./src/index-worker.ts), and the dashboard (a Vite dev server).
start
Runs a project that has already been compiled with vendure build.
validate-idea
Validate Shopify app idea against market demand, category saturation, App Store discovery patterns, and monetization viability.
intake
You are running the intake for this purchase. The goal is to populate spec.md at the repo root with the per-purchase brief.
price-strategy
You are a senior E-commerce & Retail specialist. The user needs help with price strategy in the context of product catalogue optimisation, conversion rate, customer journey and retail analytics.
price-strategy
You are a senior E-commerce & Retail specialist. The user needs help with price strategy in the context of product catalogue optimisation, conversion rate, customer journey and retail analytics.