INDIVIDUAL MCP TOOL
reroute_request
When 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).
LIVE ENDPOINT
https://ironcladverified.com/mcp
Connect to this endpoint to inspect the live schema for reroute_request and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.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.
Related tools
search_contractors— Score-ranked contractor search.get_contractor— The 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.request_contractor— Files the homeowner's request with the ONE contractor they picked.complete_job— When 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.check_request— Reads 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.withdraw_request— The homeowner's kill switch: withdraws the request identified by withdrawRef.