TaskMan of London
london.taskman/home-servicesBook London furniture assembly, wall mounting, handyman, electrical, and smart home jobs.
Tools · 20
Use when the user needs help identifying which TaskMan of London service fits their job, especially for vague home-service requests in London.
Use when the user provides a London postcode or asks whether TaskMan covers their area.
Use when the user asks about likely cost, ballpark pricing, or whether a task needs a custom quote.
Use when the user asks about dates, timing, or whether a service can likely be booked soon.
Use when an agent needs a single deterministic provider-matching result for assignment. Returns an ordered_candidates array sorted best-to-worst, where the first can_assign=true candidate is the assig…
Use when the user is ready to submit details for a real TaskMan of London booking request.
Use when the user already has a TaskMan booking request and wants an update.
Use in trusted telephony flows when the caller number is already verified by the channel provider and you need a short-lived booking session without OTP.
Use when an existing customer wants to verify identity (OTP or magic link) before assistant-led booking.
Use after sending an OTP challenge, to verify the one-time passcode and open a short-lived booking session.
Use when the customer clicks a magic link and provides the token for verification.
Use after verification to load scoped customer profile details from CRM for booking.
Use after verification to list saved addresses linked to the verified customer.
Use after verification to show supported service types before collecting booking details.
Use after verification to check availability for a verified customer at a selected saved address.
Use after collecting booking details to create a Stripe checkout payment session before final booking submission.
Use to check whether a booking payment session is pending, paid, failed, canceled, or expired before attempting booking creation.
Use after verification, detail collection, and confirmed paid payment session to create a booking scoped to the verified customer.
Use to append an internal CRM note for the verified customer during or after booking.
Use to add CRM tags to the verified customer for booking workflow tracking.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"taskman_of_london": {
"url": "https://taskman.london/mcp",
"transport": "streamable-http"
}
}
}