
Philadelphia Restoration
Philadelphia Restoration is an MCP server that provides remote restoration assessment, insurance, cost, and knowledge-search tools for Philadelphia.
About
Philadelphia Restoration is a hosted MCP server that packages water and fire damage restoration know-how for the Philadelphia market—assessment guidance, insurance angles, cost framing, and searchable domain knowledge. On Skillselion it is an outlier compared to dev-heavy MCPs, but operators running a local services business increasingly wire remote MCP endpoints into Claude or custom agents to answer repetitive intake questions consistently. Because it uses streamable HTTP rather than a local stdio binary, setup is closer to adding a remote server URL in your MCP client than managing Python venvs. Place it in Grow support: you are helping owners, adjusters, or your own staff respond with structured context, not building chip routes or SaaS APIs. It is weak fit for generic app developers unless they serve restoration or adjacent home-emergency verticals. Treat outputs as operational aids that still need licensed professionals and local code compliance.
- Remote streamable-http MCP at mcp.philadelphiarestoration.org/mcp
- Philadelphia-focused water and fire damage restoration knowledge
- Assessment, insurance, and cost-oriented tooling for operator workflows
- Knowledge search over restoration domain content
- Published catalog version 1.0.0 with no local package install required
Philadelphia Restoration by the numbers
- Exposes 7 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http philadelphia-restoration https://mcp.philadelphiarestoration.org/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 7 |
What it does
Plug a remote Philadelphia water and fire restoration knowledge MCP into your agent for assessments, insurance context, costs, and FAQ-style search.
Who is it for?
or small restoration businesses in Philadelphia using MCP clients to standardize intake answers and internal lookup.
Skip if: Skip if you're building unrelated SaaS products and do not need localized disaster-restoration operational content.
What you get
After you add the remote MCP URL, agents can pull Philadelphia restoration guidance and search domain knowledge during customer support workflows.
- Remote MCP access to Philadelphia restoration assessment and cost context
- Insurance-oriented knowledge surfacing through agent queries
- Searchable restoration domain content without self-hosting a server
By the numbers
- Catalog version 1.0.0 with single remote endpoint type streamable-http
- Hosted MCP URL https://mcp.philadelphiarestoration.org/mcp
Tools 7
Public tool metadata - what this server can do for an agent.
assess_damage2 paramsReturns structured damage assessment for water and fire damage in Philadelphia residential properties. Classifies 13 damage types by severity, provides prioritized immediate safety actions, estimates restoration costs with Philadelphia market rates, and includes neighborhood-specific risk context. Based on IICRC S500/S520/S700 standards and field experience from Philadelphia restoration companies.
damage_typestringrequiredType of water or fire damage to assessneighborhoodstringPhiladelphia neighborhood (e.g., 'fishtown', 'center-city')
check_insurance_coverage3 paramsReturns Pennsylvania insurance coverage analysis for water and fire damage claims. Evaluates coverage likelihood by HO policy type (HO-1 through HO-6), applies PA-specific regulations including bad faith statute (42 Pa.C.S. § 8371) and Act 119, and provides step-by-step claims process guidance with common denial reasons and appeals strategies.
causestringSpecific cause of damage (e.g., 'frozen pipes', 'grease fire')damage_typestringrequiredType of water or fire damagepolicy_typestringHomeowner's insurance policy type (default: HO-3)
estimate_cost2 paramsReturns Philadelphia-area restoration cost estimates broken down by service type. Includes per-unit pricing (per sq ft, per hour), labor rates ($64-$183/hr), factors that increase or decrease total cost (pre-1978 homes, rowhouse access, code upgrades), and insurance deductible guidance. Based on current Philadelphia metro market data.
damage_typestringrequiredType of damage for cost estimationseveritystringrequiredAssessed severity level
get_emergency_steps1 paramReturns prioritized, time-critical emergency action steps for active water or fire damage in Philadelphia. Includes safety warnings, step-by-step instructions with time sensitivity flags, Philadelphia emergency contacts (PWD, PECO, PGW, Philadelphia Fire Department), and documentation checklist for insurance claims. Use this tool FIRST when a homeowner has an active emergency.
damage_typestringrequiredType of active emergency damage
get_local_info2 paramsReturns Philadelphia-specific local information for damage restoration. Covers 6+ neighborhoods with housing stock analysis (rowhouses, twins, pre-war construction), common damage patterns, flood risk levels, emergency utility contacts, building code requirements, and seasonal risk factors. Helps agents provide neighborhood-aware guidance to Philadelphia homeowners.
info_typestringType of info: neighborhood-specific or city-wide (default: city)neighborhoodstringPhiladelphia neighborhood slug (e.g., 'fishtown', 'south-philly')
request_callback3 paramsSubmits a callback request for a Philadelphia homeowner dealing with water or fire damage. A restoration concierge calls back within 15 minutes during business hours (Mon-Fri 8am-6pm ET) to assess the situation and connect with vetted local professionals. Requires phone number and situation description. Returns a reference number for tracking.
namestringHomeowner's name (optional)phonestringrequiredPhone number for callback (US format)situationstringBrief description of the damage situation
search_restoration_knowledge1 paramSemantic search across 60+ expert documents covering water and fire damage restoration. Topics include drying science, moisture mapping, equipment protocols, mold prevention (IICRC S520), fire restoration (IICRC S700), insurance adjuster tactics, contractor evaluation, and Philadelphia housing patterns. Returns relevant excerpts with source citations and relevance scores. Grounded in IICRC standards with section numbers.
querystringrequiredNatural language search query (max 1000 characters)
Recommended MCP Servers
How it compares
Hosted vertical knowledge MCP endpoint, not a developer sandbox or database integration.
FAQ
Who is Philadelphia Restoration for?
Philadelphia-area restoration operators and developers of support tooling who want agent-accessible damage, insurance, and cost knowledge.
When should I use Philadelphia Restoration?
Use it in Grow when handling leads, homeowner questions, or staff training scenarios that need consistent restoration and insurance context.
How do I add Philadelphia Restoration to my agent?
Register the remote MCP server URL https://mcp.philadelphiarestoration.org/mcp as a streamable-http endpoint in your MCP-compatible client.