LeadCoda

Agent gateway

Your business, findable by AI assistants.

More and more, the thing looking for a plumber at 9pm isn't a person with a browser — it's an assistant acting on their behalf. LeadCoda publishes an open interface those assistants can use to find a business, read how fast it actually replies, submit an inquiry with the customer's consent, and book a real appointment.

If you're listed in the Fast-Responder Directory, this already works for you. Nothing to build, nothing to maintain.

Consent is required

An assistant must affirm the customer asked for the inquiry. Booking needs a prior inquiry, so consent is always recorded first.

Only opted-in businesses

Nothing is reachable unless you turned on the directory. Turn it off and you disappear from it.

It arrives as a normal lead

Agent inquiries land in your inbox with their own source, so you can see exactly how much demand is coming this way.


For developers and agents

An open MCP endpoint. No key, no signup, no rate card — just don't submit an inquiry a customer didn't ask for.

# endpoint
https://leadcoda.app/api/public/mcp
# discovery
https://leadcoda.app/.well-known/mcp
list_industriesWhat kinds of business are listed
search_businessesFind one by industry, city or name
get_businessProfile, services, and measured response time
request_quoteSubmit an inquiry — consent required
check_availabilityReal open appointment slots
book_appointmentTake one of them

The flow

  1. 1. search_businesses — find somewhere by industry and city.
  2. 2. request_quote — submit the inquiry with customer_consent: true. Returns a lead_id.
  3. 3. check_availability — real open slots, if that business takes bookings.
  4. 4. book_appointment — with the lead_id from step 2.

Limits and expectations

Questions, or building something with this? hello@leadcoda.app