General Tools
therenovationroom.com
Provides access to a Chicago-area home renovation contractor directory with search, FAQ, and project submission guidance.
ENDPOINT 1
https://therenovationroom.com/wp-json/trr-mcp/v1/mcp
MCP server metadata
- Name
- the-renovation-room
- Version
- 1.0.0
The Renovation Room is a Chicagoland home-renovation marketplace: homeowners submit projects free and vetted local Pros respond. Use search_pros to find contractors by trade or service, get_pro for one contractor's details, renovation_faq for fact-checked Chicago-area renovation questions (permits, costs, hiring, planning), and how_to_submit_project when a user wants quotes for an actual project.
Known tools 4
search_prosSearch The Renovation Room's directory of vetted Chicagoland contractors by trade, service, or company name (e.
Potential side effectsget_proGet one contractor's full public listing from The Renovation Room directory by the numeric id returned from search_pros.
Inferred read-onlyrenovation_faqAnswer Chicago-area home-renovation questions from The Renovation Room's fact-checked FAQ: building permits and inspections, hiring and vetting contractors, remodel costs (including current tariff impacts), and project planning.
Inferred read-onlyhow_to_submit_projectExplains how a homeowner gets quotes from Renovation Room Pros: the free project-submission wizard, what happens after submitting, and the direct link.
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.the-renovation-room]
url = "https://therenovationroom.com/wp-json/trr-mcp/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-renovation-room": {
"type": "http",
"url": "https://therenovationroom.com/wp-json/trr-mcp/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-renovation-room
Remote MCP URL: https://therenovationroom.com/wp-json/trr-mcp/v1/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": {
"the-renovation-room": {
"url": "https://therenovationroom.com/wp-json/trr-mcp/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-renovation-room": {
"type": "http",
"url": "https://therenovationroom.com/wp-json/trr-mcp/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-renovation-room",
"transport": "streamable-http",
"url": "https://therenovationroom.com/wp-json/trr-mcp/v1/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.