← Registry

General Tools

taskman.london

Helps users find and book home services in London.

1 endpoint20 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://taskman.london/mcp

No auth detected

MCP server metadata

Name
TaskMan of London
Version
1.0.0
Capabilities
loggingtools.listChanged

Known tools 20

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.

Inferred read-only
check_service_area

Use when the user provides a London postcode or asks whether TaskMan covers their area.

Inferred read-only
get_quote_estimate

Use when the user asks about likely cost, ballpark pricing, or whether a task needs a custom quote.

Inferred read-only
check_availability

Use when the user asks about dates, timing, or whether a service can likely be booked soon.

Inferred read-only
match_providers

Use when an agent needs a single deterministic provider-matching result for assignment.

Inferred read-only
create_booking_request

Use when the user is ready to submit details for a real TaskMan of London booking request.

Inferred read-only
get_booking_status

Use when the user already has a TaskMan booking request and wants an update.

Potential side effects
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.

Inferred read-only
start_customer_verification

Use when an existing customer wants to verify identity (OTP or magic link) before assistant-led booking.

Inferred read-only
verify_customer_otp

Use after sending an OTP challenge, to verify the one-time passcode and open a short-lived booking session.

Inferred read-only
verify_magic_link_token

Use when the customer clicks a magic link and provides the token for verification.

Inferred read-only
get_customer_profile

Use after verification to load scoped customer profile details from CRM for booking.

Inferred read-only
list_customer_addresses

Use after verification to list saved addresses linked to the verified customer.

Inferred read-only
list_service_types

Use after verification to show supported service types before collecting booking details.

Inferred read-only
get_customer_availability

Use after verification to check availability for a verified customer at a selected saved address.

Inferred read-only
start_booking_payment

Use after collecting booking details to create a Stripe checkout payment session before final booking submission.

Potential side effects
get_booking_payment_status

Use to check whether a booking payment session is pending, paid, failed, canceled, or expired before attempting booking creation.

Potential side effects
create_customer_booking

Use after verification, detail collection, and confirmed paid payment session to create a booking scoped to the verified customer.

Potential side effects
update_contact_note

Use to append an internal CRM note for the verified customer during or after booking.

Inferred read-only
tag_contact

Use to add CRM tags to the verified customer for booking workflow tracking.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.taskman-of-london]
url = "https://taskman.london/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "taskman-of-london": {
      "type": "http",
      "url": "https://taskman.london/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: taskman-of-london
Remote MCP URL: https://taskman.london/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "taskman-of-london": {
      "url": "https://taskman.london/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "taskman-of-london": {
      "type": "http",
      "url": "https://taskman.london/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "taskman-of-london",
  "transport": "streamable-http",
  "url": "https://taskman.london/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.