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
Available Tools
7 toolscheck_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"
| Name | Required | Description | Default |
|---|---|---|---|
| job_description | Yes |
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
| Name | Required | Description | Default |
|---|---|---|---|
| job_type | Yes |
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".
| Name | Required | Description | Default |
|---|---|---|---|
| trade | No |
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"
| Name | Required | Description | Default |
|---|---|---|---|
| trade | Yes |
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
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| trade | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes |
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
| Name | Required | Description | Default |
|---|---|---|---|
| job_type | Yes |
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 ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!