← contractorsnearme.ai

INDIVIDUAL MCP TOOL

list_trades

List all available trades and professions in the contractor directory.

contractorsnearme.ainone authenticationAvailability not checked

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 endpoint

contractorsnearme.ai

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.contractorsnearme-ai]
url = "https://contractorsnearme.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "contractorsnearme-ai": {
      "type": "http",
      "url": "https://contractorsnearme.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: contractorsnearme-ai
Remote MCP URL: https://contractorsnearme.ai/api/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": {
    "contractorsnearme-ai": {
      "url": "https://contractorsnearme.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "contractorsnearme-ai": {
      "type": "http",
      "url": "https://contractorsnearme.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "contractorsnearme-ai",
  "transport": "streamable-http",
  "url": "https://contractorsnearme.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_marketplace_requests — List public marketplace requests with canonical request status, bounded budget visibility, urgency, and payment summary fields.
  • get_marketplace_request — Fetch a public marketplace request by UUID or slug, with canonical request status, bounded budget visibility, and payment summary fields.
  • search_contractors — Search 141,000+ licensed contractors by keyword, location, trade, or coordinates.
  • get_contractor — Fetch full contractor profile by URL slug.
  • get_reviews — Fetch reviews for a contractor by their URL slug.
  • submit_lead — Submit a service request to a specific contractor.
  • submit_review — Submit a review for a contractor.