Connects your AI agent to JustFix's live pricing API for UK trades jobs. Exposes three tools: list_services (13 categories from electrical to boiler service), call_out_fee (flat £50), and service-estimate-card, which returns a cost breakdown and a tappable booking URL. Designed for plain English queries like "quote a broken kitchen tap." The MCP server is public, hosted on Vercel, no auth required. Returns labour-only estimates with hourly rates (£55 to £90 depending on trade). Booking completion happens on the JustFix website, not in the agent. Works out of the box with Claude Desktop, Cursor, OpenClaw, and anything else that speaks streamable HTTP MCP.
Quote UK trades jobs from any AI agent. Get a price breakdown and a tappable booking link in a single turn.
👉 How to install JustFix on your AI agent → — Claude Desktop, Cursor, Claude Code, Codex CLI, Gemini CLI, OpenClaw, Hermes, or any MCP-aware client.
Ask Squid (or any OpenClaw agent) for a quote in plain English. The skill maps the request to the right JustFix service code, calls the MCP, and replies with a clean quote card and a tappable booking URL.

The same underlying MCP server powers JustFix's official ChatGPT app. The skill in this repo gives you the equivalent experience in any other agent, with a tappable booking link instead of the ChatGPT rich card.
![]() |
![]() |
![]() |
![]() |
The same skill loads natively in Claude Code. Ask in plain English, the skill resolves the service, calls the MCP, and returns the same quote card plus a tappable booking link.

One-pager install guide: INSTALL.md. Detailed per-harness notes in install/.
A portable AI skill that plugs into JustFix's public MCP server and lets your AI agent quote real trades jobs in real time. Built for OpenClaw, Hermes, Claude Code, Cursor, Codex CLI, Gemini CLI, and any other harness that supports AgentSkills or the Model Context Protocol.
One conversation, one quote, one tap to book.
You: How much would it cost to get someone to fix a broken kitchen tap?
Agent: 🔧 Plumbing Estimate
Scope: Diagnose and repair dripping kitchen tap.
Estimated duration: 1 hour
Labour (1 hr × £90/hr): £90.00
Call-out fee: £50.00
Total estimate: £140.00
📅 Tap to book this job → my.justfix.app/booking/...
The skill exposes three MCP tools from JustFix's estimator server to your AI agent:
| Tool | What it does |
|---|---|
list_services | Lists JustFix's 13 service categories with hourly rates |
call_out_fee | Returns the flat booking call-out fee |
service-estimate-card | Generates a full cost estimate plus a unique booking URL |
When the user is ready to confirm, the URL pops them to my.justfix.app where they finish the booking (date, postcode, payment).
Electrical · Plumbing · Locksmith · Glazing · Carpentry · Handyperson · Heating + Gas · Gas Appliances · Roofing · Drains · White Goods · Boiler Service · Something Else (catch-all)
UK only. Hourly rates from £55 (white goods) to £90 (most trades). £50 flat call-out fee per booking.
| Harness | Install guide |
|---|---|
| OpenClaw | install/openclaw.md |
| Hermes | install/hermes.md |
| Claude Code | install/claude-code.md |
| Cursor | install/cursor.md |
| Codex CLI | install/codex-cli.md |
| Gemini CLI | install/gemini-cli.md |
If your harness isn't listed but supports MCP, the pattern is:
https://estimator-mcp.justfix.app/mcp as a streamable-HTTP MCP server.SKILL.md somewhere the harness's skill discovery picks up (or paste its contents into your agent instructions).Worked examples for common queries:
┌─────────────┐ ┌──────────────────────┐ ┌────────────────────┐
│ AI agent │ ──MCP──▶│ JustFix MCP server │ ──API──▶│ justfix.app │
│ + SKILL.md │ │ estimator-mcp │ │ pricing engine │
└─────────────┘ └──────────────────────┘ └────────────────────┘
│ │
│ │
│ ◀── booking URL with unique tracking ID ────────────────┘
│
▼
┌─────────────┐
│ User │ ──── taps URL ────▶ my.justfix.app booking form
└─────────────┘
The MCP server is hosted on Vercel by JustFix and is open – no API key required. Each estimate is tagged with a unique chatgpt_booking_link_id for attribution.
Honest about the boundaries:
These are functions of the underlying JustFix product, not the skill. As JustFix expands the MCP, the skill will too.
This is an official integration with JustFix's public MCP server, but the skill repo itself is community-maintained. JustFix takes no responsibility for the skill's behaviour – only for the underlying MCP server.
If you fork, modify, or embed this skill, you must:
When JustFix expands the MCP server, the skill will follow:
Track progress in GitHub Issues.
Pull requests welcome. Please:
MIT – use, modify, distribute, embed in commercial products. No warranty.
JustFix is a UK home-services platform connecting customers with vetted local tradespeople. Boiler service, electrical, plumbing, locksmith, glazing and more. Same-day availability in most UK cities.
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent