Productivity
ironcladverified.com
Manage contractor searches, requests, and job completions for home services.
ENDPOINT 1
https://ironcladverified.com/mcp
MCP server metadata
- Name
- ironclad-verified
- Version
- 1.0.0
Ironclad Verified is a home-service contractor marketplace where rank is earned: contractors are ranked by the Ironclad Score (0-100), computed identically for everyone from reviews on confirmed real jobs. The formula contains no money field; rank cannot be bought. Free for homeowners. THE RULES: (1) a request goes to exactly ONE contractor at a time, the one your user picked, and is never resold; (2) only call request_contractor with your user's explicit approval and their real name and phone; (3) save the withdrawRef from every request — withdraw_request is your user's kill switch and reroute_request replaces it when a request moves; (4) an empty search result is honest (no verified contractor covers that area yet), never an error; (5) results carry evidence — independently verified records (marketplace/job-system confirmed) rank above attested-only histories; relay the difference. If the chosen contractor declines or stays silent past 24h, check_request shows it and reroute_request moves the job to the next-ranked pro with your user's go-ahead. Human-readable guide: https://ironcladverified.com/for-agents
Known tools 7
get_contractorThe full public record for one contractor by slug: Ironclad Score, tier, rating, confirmed-job count, and EVERY review (good and bad — reviews are never removed for being negative), plus links to the human-readable profile and the technical verified record.
Inferred read-onlyrequest_contractorFiles the homeowner's request with the ONE contractor they picked.
Inferred read-onlyreroute_requestWhen check_request shows the contractor declined or stayed silent past 24 hours, this offers the request to the next evidence-ranked contractor for the same trade and region (nobody already tried; 3 contractors max per request).
Potential side effectscomplete_jobWhen your user says the job is finished, this marks it complete on the contractor's record (with the homeowner's attestation) and returns the single-use review URL to hand to your user.
Inferred read-onlycheck_requestReads a request's status by its withdrawRef: sent / seen / contacted / booked / completed / withdrawn / unanswered, with the contractor's name, their ack (accepted/declined), whether a reroute is currently possible, and — after a move — the successor request's ref.
Inferred read-onlywithdraw_requestThe homeowner's kill switch: withdraws the request identified by withdrawRef.
Inferred read-onlyCONNECT 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.ironclad-verified]
url = "https://ironcladverified.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ironclad-verified": {
"type": "http",
"url": "https://ironcladverified.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ironclad-verified
Remote MCP URL: https://ironcladverified.com/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": {
"ironclad-verified": {
"url": "https://ironcladverified.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ironclad-verified": {
"type": "http",
"url": "https://ironcladverified.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ironclad-verified",
"transport": "streamable-http",
"url": "https://ironcladverified.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ironcladverified.com was fetched 2026-08-03T13:19:56.497Z and is being refreshed.
ironcladverified.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.