← taskman.london
INDIVIDUAL MCP TOOL
match_providers
Use when an agent needs a single deterministic provider-matching result for assignment.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.
Related 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.check_service_area— Use when the user provides a London postcode or asks whether TaskMan covers their area.get_quote_estimate— Use when the user asks about likely cost, ballpark pricing, or whether a task needs a custom quote.check_availability— Use when the user asks about dates, timing, or whether a service can likely be booked soon.create_booking_request— Use when the user is ready to submit details for a real TaskMan of London booking request.get_booking_status— Use when the user already has a TaskMan booking request and wants an update.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.start_customer_verification— Use when an existing customer wants to verify identity (OTP or magic link) before assistant-led booking.