{
  "name": "Frontlatch",
  "description": "Search the Sydney service businesses Frontlatch has indexed, and see what actions each one has on its own site, over MCP. The \"do\" tool refuses every call except one: a business claimed and switched on for email-confirm routing gets a pending, logged attempt and a confirm email instead. No business has done that yet, so nothing has completed a real action. Every call is answered without an API key, up to 20 requests/hour. Create a key from the console at https://frontlatch.com/app/developer, ready for a 500/hour ceiling and per-key attribution once the gateway is wired to check one; until then a keyed call still runs at 20 requests/hour, same as an anonymous one.",
  "version": "0.1.0",
  "transports": [
    { "type": "streamable-http", "url": "https://frontlatch.com/mcp" }
  ],
  "authentication": {
    "type": "bearer",
    "required": false,
    "description": "Optional. Omit Authorization entirely to call anonymously under the lower ceiling.",
    "keysUrl": "https://frontlatch.com/app/developer"
  },
  "rateLimits": {
    "anonymous": { "requestsPerHour": 20 },
    "authenticated": { "requestsPerHour": 500 }
  }
}
