TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data

✍️ OpenClawRadar📅 Published: April 13, 2026🔗 Source
TradesMCP: Open Source MCP Server for Contractor License Verification and Construction Data
Ad

What TradesMCP Does

TradesMCP is a Model Context Protocol server built with Claude Code that gives Claude access to real contractor license data, building permits, material pricing, and labor rates. In testing, it correctly verified an active California contractor license (1098765) while ChatGPT incorrectly stated the license "does NOT exist in the CSLB system" and was "not active (and likely invalid)."

Test Results Comparison

  • Claude Code without MCP: Couldn't submit the CSLB form, told user to look it up manually at cslb.ca.gov
  • ChatGPT: Said license "does NOT exist in the CSLB system" and was "not active (and likely invalid)" - incorrect for a real, active license
  • Claude Code + TradesMCP: One tool call returned instant result: Carlos J Martinez, Martinez & Sons General Contracting Inc, B - General Building Contractor, Active, expires 2027, $25K bond, workers comp on file

Features and Coverage

TradesMCP includes 13 tools covering:

  • Contractor license verification across CA, TX, FL, NY (real government databases, not training data)
  • Building permit search with inspection history
  • Material pricing for 20+ items
  • BLS labor rates for 12 trades across 12 metro areas
  • Project cost estimation with regional adjustments
  • Compliance tracking — insurance, bonds, renewal deadlines

All 4 states hit real data sources live: California CSLB scraping, Texas Socrata API (958K+ records), Florida DBPR, NYC Open Data + DOB BIS.

Ad

Installation and Setup

Install via pip:

pip install git+https://github.com/Mahender22/trades-mcp.git

For Claude Code:

claude mcp add trades-mcp -e TRADES_MCP_DEMO=true -- trades-mcp

For Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "trades-mcp": {
      "command": "/path/to/trades-mcp-env/bin/trades-mcp",
      "env": {
        "TRADES_MCP_DEMO": "true"
      }
    }
  }
}

Project Details

Free, open source, MIT licensed. 68 tests. Built entirely with Claude Code. Available on GitHub: https://github.com/Mahender22/trades-mcp

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Mnemos: Open-Sourced Local-First Memory Layer for Coding Agents
Tools

Mnemos: Open-Sourced Local-First Memory Layer for Coding Agents

Mnemos is a local-first memory layer for solo coding-agent workflows that addresses common memory system failures like scope bleed, stale facts, and unbounded transcript growth. The public beta includes SQLite starter profiles, MCP support for Claude Code/Desktop, and a biomimetic pipeline with components like SurprisalGate and MutableRAG.

OpenClawRadar
Zerro: Point at Your Live App, Speak, and Watch Claude Code Edit It Instantly
Tools

Zerro: Point at Your Live App, Speak, and Watch Claude Code Edit It Instantly

Zerro is a Mac app that lets you point your cursor at a running app, describe a change aloud, and have Claude Code edit the real files live. It captures motion, resolves which element you mean, and checkpoints before each run.

OpenClawRadar
Claude Desktop App Adds Projects Feature to Cowork Interface
Tools

Claude Desktop App Adds Projects Feature to Cowork Interface

The Claude desktop app now includes a Projects feature in Cowork, allowing users to organize tasks and context in dedicated workspaces. Files and instructions remain on the user's local computer, with options to import existing projects or start new ones.

OpenClawRadar
Claude Agent Teams UI: Desktop App for Visualizing Claude Code Agent Workflows
Tools

Claude Agent Teams UI: Desktop App for Visualizing Claude Code Agent Workflows

A developer built a free, open-source desktop app that adds a visual layer to Claude Code's experimental Agent Teams feature. The app provides a real-time kanban board where tasks move automatically as agents work, plus cross-team communication, built-in review workflows, and per-task code review.

OpenClawRadar