Skip to main content
Glama
Ownership verified

Server Details

TradesPro is an open source MCP server that gives AI assistants structured knowledge of the skilled trades: electrical (NEC 2023), plumbing (UPC 2024), and HVAC (IRC Mechanical).

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

7 tools
check_permit_requirementsInspect

Check whether a described job likely requires a permit and inspection. Provides guidance on common permit triggers for electrical, plumbing, and HVAC work.

Args: job_description: A plain-English description of the job, e.g. "replacing a kitchen faucet" or "adding a new 240V circuit for an EV charger"

ParametersJSON Schema
NameRequiredDescriptionDefault
job_descriptionYes
estimate_materialsInspect

Get a material list and cost estimate for a standard trade job.

Args: job_type: The type of job. Available jobs: panel_upgrade_200a, ev_charger_install, water_heater_replacement, tankless_conversion, ac_replacement, heat_pump_install, bathroom_rough_in, whole_house_rewire

ParametersJSON Schema
NameRequiredDescriptionDefault
job_typeYes
list_available_jobsInspect

List all available job templates, optionally filtered by trade.

Args: trade: Optional filter. Leave empty for all jobs, or use "electrical", "plumbing", "hvac".

ParametersJSON Schema
NameRequiredDescriptionDefault
tradeNo
list_code_topicsInspect

List all available building code topics for a given trade.

Args: trade: The trade type. Must be one of: "electrical", "plumbing", "hvac"

ParametersJSON Schema
NameRequiredDescriptionDefault
tradeYes
lookup_building_codeInspect

Look up residential building code requirements for electrical, plumbing, or HVAC work.

Args: trade: The trade type. Must be one of: "electrical", "plumbing", "hvac" topic: The topic to look up. Examples: Electrical: gfci_requirements, afci_requirements, outlet_spacing, wire_sizing, service_panel_size, ev_charger Plumbing: water_heater_sizing, drain_pipe_sizing, water_supply_sizing, venting HVAC: duct_sizing, refrigerant_lines, load_calculation, clearances, efficiency_standards

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes
tradeYes
lookup_material_priceInspect

Look up the current average price for a specific material.

Args: item: The material to look up. Use search terms like "wire", "panel", "pex", "water heater", etc.

ParametersJSON Schema
NameRequiredDescriptionDefault
itemYes
scope_jobInspect

Get a complete job scope including labor hours, material costs, total price range, permit requirements, and important notes.

Args: job_type: The type of job. Available jobs: panel_upgrade_200a, ev_charger_install, water_heater_replacement, tankless_conversion, ac_replacement, heat_pump_install, bathroom_rough_in, whole_house_rewire

ParametersJSON Schema
NameRequiredDescriptionDefault
job_typeYes

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.