Connection check
verified live · 20h ago
locksmith-finder
Find a vetted, licensed U.S. locksmith and request a quote or booking.
Tools
6
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
6 toolsRead from the running server on 20h ago.
book_job
zipname*emailphonedetailsservice
+3
Create a booking request with a specific locksmith (firmer than request_quote). ONLY call when the user wants to book a job — it sends a real request. Provide a phone (pre… Create a booking request with a specific locksmith (firmer than request_quote). ONLY call when the user wants to book a job — it sends a real request. Provide a phone (preferred) or email. `preferred_time` is the requested window, e.g. "today 3-5pm". This is a booking REQUEST, not a guaranteed appointment; the locksmith confirms the time, price, and ETA. Returns a reference id (HL-####).
check_availability
locationlocksmith_id
Check coverage for one provider (locksmith_id) or an area (location: ZIP or city). Returns whether the area is served, how many vetted providers cover it, and how many off… Check coverage for one provider (locksmith_id) or an area (location: ZIP or city). Returns whether the area is served, how many vetted providers cover it, and how many offer 24/7 emergency service. Live availability is confirmed at request_quote — this does not return a real-time "available now" status, so don't imply one.
get_eta
location*
Get an ETA proxy for a location (ZIP or city). eta_minutes is null — HireLocksmiths does not pre-list ETAs. The tool returns the number of vetted providers nearby and whet… Get an ETA proxy for a location (ZIP or city). eta_minutes is null — HireLocksmiths does not pre-list ETAs. The tool returns the number of vetted providers nearby and whether 24/7 emergency coverage exists (usually fastest). For a real ETA, call request_quote and the locksmith confirms it directly. Never invent a number of minutes.
get_locksmith
locksmith_id*
Get the full profile for one locksmith by id (from search_locksmiths). Returns name, city/state, services, service-area ZIPs, rating, review count, verification note, phon… Get the full profile for one locksmith by id (from search_locksmiths). Returns name, city/state, services, service-area ZIPs, rating, review count, verification note, phone, and profile URL.
request_quote
zipname*emailphonedetailsservice
+2
Create a lead: ask a specific locksmith for a quote. ONLY call this when the user has chosen a provider and wants to be contacted — it sends a real request to the locksmit… Create a lead: ask a specific locksmith for a quote. ONLY call this when the user has chosen a provider and wants to be contacted — it sends a real request to the locksmith. Provide a phone (preferred) or email so the locksmith can reach the customer. Returns a reference id (HL-####); the locksmith confirms availability, price, and ETA directly. Args: locksmith_id: id from search_locksmiths / get_locksmith. name: Customer name. phone: Customer phone (preferred). Phone OR email is required. email: Customer email (alternative to phone). zip: 5-digit ZIP of the job (improves routing/records). service: Job type, e.g. "lockout", "automotive". details: Free-text description of the job. urgency: e.g. "emergency", "today".
search_locksmiths
limitbudgetserviceurgencylocation*