
The Game Crafter
Let your agent design tabletop SKUs, manage Game Crafter projects, and quote print pricing before you order a proof deck.
Overview
The Game Crafter MCP is a MCP server for the Validate phase that lets agents design, manage, and price tabletop games on thegamecrafter.com via API.
What is this MCP server?
- Stdio MCP (npm @alex-gon/tgc-mcp-server v0.1.1) for The Game Crafter API workflows
- Design, manage, and price tabletop games from the agent via authenticated API calls
- Required secrets: TGC_API_KEY_ID, TGC_USERNAME, and TGC_PASSWORD from thegamecrafter.com
- Optional TGC_API_BASE override and TGC_UPLOAD_BASE_DIR to sandbox file uploads
- Fits indie creators testing print-on-demand board or card games without manual dashboard hopping
- MCP package version 0.1.1 via npm stdio transport
- Default API base https://www.thegamecrafter.com/api (overridable with TGC_API_BASE)
What problem does it solve?
Pricing and updating a print-on-demand board game in the TGC dashboard is tedious when you want fast iteration from an agent.
Who is it for?
Indie tabletop designers validating a print-on-demand SKU who already use Game Crafter and want agent-driven catalog updates.
Skip if: Builders shipping pure software SaaS with no physical product or anyone unwilling to store TGC account credentials locally.
What do I get? / Deliverables
After configuration, your agent can call TGC-backed MCP tools for game management and pricing using your API credentials.
- Agent-driven TGC game project and catalog operations
- Pricing quotes aligned with Game Crafter SKUs
- Optional constrained uploads via TGC_UPLOAD_BASE_DIR
Recommended MCP Servers
Journey fit
Physical game SKUs are validated before full digital build—pricing and mockups belong in Validate when you are proving a sellable product. The Game Crafter API supports prototype-stage catalog and pricing work, not generic backend CRUD for an app you have already shipped.
How it compares
Niche commerce API bridge via MCP, not a generic payment or storefront builder skill.
Common Questions / FAQ
Who is The Game Crafter MCP for?
Solo creators and indie publishers who use The Game Crafter for tabletop print-on-demand and want their coding agent to manage games and pricing.
When should I use The Game Crafter MCP?
Use it during Validate prototype work when you need agent-assisted pricing, project management, or uploads before ordering proofs.
How do I add The Game Crafter MCP to my agent?
Install @alex-gon/tgc-mcp-server from npm, set TGC_API_KEY_ID, TGC_USERNAME, and TGC_PASSWORD, optionally TGC_UPLOAD_BASE_DIR, then register stdio MCP in your agent client.