← homeclip.us

INDIVIDUAL MCP TOOL

list_association_members

List the verified member contractors of a HomeClip trade association, plus what that association's membership requires (e.g.

homeclip.usnone authenticationAvailability not checked

LIVE ENDPOINT

https://homeclip.us/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_association_members and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

homeclip.us

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

.mcp.json

{
  "mcpServers": {
    "homeclip": {
      "type": "http",
      "url": "https://homeclip.us/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_pros — Find verified home-services contractors in a launched HomeClip city, ranked by an un-buyable Trust Score.
  • get_pro — Get one contractor's HomeClip Trust Score, WorkScore, tier, and verification (license) by their HomeClip place_id or id (as found in a profile_url).
  • verify_pro — Check whether a contractor (by business name) is a verified, Trust-Scored professional on HomeClip.
  • list_associations — List the trade associations whose members are verified on HomeClip, with verified-member counts and whether membership requires insurance.
  • trust_score_methodology — How the HomeClip Trust Score is computed, its exact data sources, and what it is NOT (never Yelp/Angi/HomeAdvisor/etc.).