For developers
API keys for /mcp-pro.
Higher rate limits, deeper retrieval, and priority support for agents that call Garage Door Science tools in production. Email magic-link signup. No credit card. Paid plans coming — your key auto-upgrades once they land.
What you get
- 4× public rate limit — 240 calls/min, 10,000/day per IP (free plan today; will become per-key on paid plans).
- Top-10 retrieval on
retrieveLabContext(public tier caps at 3). - All 8 MCP tools: diagnose, routeByZip, getDoorStyles, getActivePromotions, getInspectionReferencePhotos, retrieveLabContext, costEstimate, submitInspection.
- Direct email to the founder when you hit something weird — single-operator reliability.
How it works
- Enter your email above. We send a magic-link.
- Click the link within 15 minutes to verify.
- Generate a key in the dashboard. Plaintext is shown once.
- Send as
Authorization: Bearer gds_live_...tohttps://garagedoorscience.com/mcp-pro(MCP) or/api/v1/<tool>(REST). - Try calls in the browser at /developers/api (interactive OpenAPI docs).
Need the free tier instead?
The public endpoint at https://garagedoorscience.com/mcp requires no auth — just point any MCP-compatible client at it. All details on the agent docs page.
What can I build with this?
Four distinct consumer patterns — Claude Desktop, ChatGPT Custom GPT, LangChain agents, and contractor-site embed widgets — with runnable recipes for each. See /developers/use-cases and the cookbook repo.