FOR DEVELOPERS · MCP SERVER
Automate your store with Claude. Open source.
Most operators never need this — it's here for builders, agents, and AI-curious teams. 26 tools, open source on GitHub. Drop it into Claude Desktop and your AI agent can create stores, upload logos, generate mockups, publish — all from one prompt.
claude-desktop · threadzshops-mcp
live$ claude --mcp threadzshops "Set up a store for Bravo athletics"
→ connected · 26 tools available · using claude-opus-4-7
- →store.create{ slug: 'bravo' }201184ms
- →logo.upload{ file: 'bravo-mark.svg', 4.2kb }20073ms
- →mockup.generate{ product: 'tee-classic' }200212ms
- →template.apply{ template: 'drop' }20058ms
- →product.bulk_import{ url: 'shopify.com/store/parade' }200189ms
- →domain.connect{ domain: 'shop.bravo.co' }200247ms
✓ store created · 12 products imported · brand applied · live at bravo.threadzshops.com
$
How it works
Four moves. No coding.
- STEP 011
Install the MCP server
One npm install. Drop the config block into Claude Desktop. Done in two minutes.
- STEP 022
Authenticate once
OAuth flow links your ThreadzShops workspace. Token lives in your local config; never touches our infra.
- STEP 033
Talk to Claude in English
"Set up a streetwear store for Bravo with 12 products from this Shopify URL." Claude runs the tools, returns the result.
- STEP 044
Inspect every call
Each tool invocation logs an audit row. Idempotency keys built in. Roll back any time.
What it replaces
The old way vs the way it should have always worked.
Status quo
- Manual storefront setup — 30+ clicks per product
- Custom integrations need a developer + 2 weeks
- AI "agents" that hallucinate and lie about what they did
- Vendor lock-in via proprietary AI integrations
- Wait for the platform to add a feature you need
ThreadzShops
- One prompt to Claude: 12 products live in 8 seconds
- Open-source MCP server — fork it, extend it, ship it
- Real API calls with real return values. Audit log proves it.
- MIT-licensed. Run it yourself. We can't take it away.
- Fork the MCP server, add the tool, run it locally tonight
Capabilities
Every detail, on by default.
26 tools, fully documented
store.create, product.add, mockup.generate, domain.connect, customization.set, and 21 more. Full JSON schema for each.
Open source on GitHub
MIT license. Pull requests welcome. Fork it, audit it, run a custom build — your platform, your rules.
Idempotent + audited
Every mutating call takes an idempotency key. Every call writes an audit row. Retries are safe. Mistakes are reversible.
Workflow-aware
Tools compose. Create-store → upload-logo → apply-template → import-products is a single Claude turn — not 4 forms.
Strict typed contracts
Zod schemas on every input. Validation errors surface as MCP-spec error responses — Claude self-corrects in the same turn.
Works with any MCP client
Claude Desktop. Cursor. Codex. Custom agents. The MCP standard is open — we follow it exactly.
Ready to ship?
Stop fighting your stack. Start selling.
Open source · MIT · one npm install · two minutes to wire up