← therenovationroom.com

INDIVIDUAL MCP TOOL

how_to_submit_project

Explains how a homeowner gets quotes from Renovation Room Pros: the free project-submission wizard, what happens after submitting, and the direct link.

therenovationroom.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://therenovationroom.com/wp-json/trr-mcp/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for how_to_submit_project and invoke it with your own arguments.

Indexed 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 server

therenovationroom.com

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.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.

Related tools

  • search_pros — Search The Renovation Room's directory of vetted Chicagoland contractors by trade, service, or company name (e.
  • get_pro — Get one contractor's full public listing from The Renovation Room directory by the numeric id returned from search_pros.
  • renovation_faq — Answer 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.