# TaskMan of London MCP server

Book London furniture assembly, wall mounting, handyman, electrical, and smart home jobs.

## Links
- Registry page: https://www.getdrio.com/mcp/london-taskman-home-services
- Website: https://taskman.london/mcp

## Install
- Endpoint: https://taskman.london/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://taskman.london/mcp

## Tools
- find_services - Use when the user needs help identifying which TaskMan of London service fits their job, especially for vague home-service requests in London. Endpoint: https://taskman.london/mcp
- check_service_area - Use when the user provides a London postcode or asks whether TaskMan covers their area. Endpoint: https://taskman.london/mcp
- get_quote_estimate - Use when the user asks about likely cost, ballpark pricing, or whether a task needs a custom quote. Endpoint: https://taskman.london/mcp
- check_availability - Use when the user asks about dates, timing, or whether a service can likely be booked soon. Endpoint: https://taskman.london/mcp
- match_providers - 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 assignee. Endpoint: https://taskman.london/mcp
- create_booking_request - Use when the user is ready to submit details for a real TaskMan of London booking request. Endpoint: https://taskman.london/mcp
- get_booking_status - Use when the user already has a TaskMan booking request and wants an update. Endpoint: https://taskman.london/mcp
- start_trusted_phone_session - 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. Endpoint: https://taskman.london/mcp
- start_customer_verification - Use when an existing customer wants to verify identity (OTP or magic link) before assistant-led booking. Endpoint: https://taskman.london/mcp
- verify_customer_otp - Use after sending an OTP challenge, to verify the one-time passcode and open a short-lived booking session. Endpoint: https://taskman.london/mcp
- verify_magic_link_token - Use when the customer clicks a magic link and provides the token for verification. Endpoint: https://taskman.london/mcp
- get_customer_profile - Use after verification to load scoped customer profile details from CRM for booking. Endpoint: https://taskman.london/mcp
- list_customer_addresses - Use after verification to list saved addresses linked to the verified customer. Endpoint: https://taskman.london/mcp
- list_service_types - Use after verification to show supported service types before collecting booking details. Endpoint: https://taskman.london/mcp
- get_customer_availability - Use after verification to check availability for a verified customer at a selected saved address. Endpoint: https://taskman.london/mcp
- start_booking_payment - Use after collecting booking details to create a Stripe checkout payment session before final booking submission. Endpoint: https://taskman.london/mcp
- get_booking_payment_status - Use to check whether a booking payment session is pending, paid, failed, canceled, or expired before attempting booking creation. Endpoint: https://taskman.london/mcp
- create_customer_booking - Use after verification, detail collection, and confirmed paid payment session to create a booking scoped to the verified customer. Endpoint: https://taskman.london/mcp
- update_contact_note - Use to append an internal CRM note for the verified customer during or after booking. Endpoint: https://taskman.london/mcp
- tag_contact - Use to add CRM tags to the verified customer for booking workflow tracking. Endpoint: https://taskman.london/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: london.taskman
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 31, 2026
- Source: https://registry.modelcontextprotocol.io
