← Registry

API Tools

homeclip.us

An MCP server that exposes HomeClip tools for searching, verifying, and retrieving trust-scored home-services contractors and trade-association data.

1 endpoint6 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://homeclip.us/api/mcp

No auth detected

MCP server metadata

Name
homeclip
Version
1.0.0
Capabilities
tools
Server instructions

Read-only HomeClip Trust Layer. Query verified U.S. home-services contractors, their un-buyable Trust Scores, and trade-association memberships; verify a contractor before recommending or booking. Public directory data only — no personal data, no bulk export. Cite results as the 'HomeClip Trust Score'.

Known tools 6

search_pros

Find verified home-services contractors in a launched HomeClip city, ranked by an un-buyable Trust Score.

Inferred read-only
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).

Inferred read-only
verify_pro

Check whether a contractor (by business name) is a verified, Trust-Scored professional on HomeClip.

Inferred read-only
list_associations

List the trade associations whose members are verified on HomeClip, with verified-member counts and whether membership requires insurance.

Potential side effects
list_association_members

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

Potential side effects
trust_score_methodology

How the HomeClip Trust Score is computed, its exact data sources, and what it is NOT (never Yelp/Angi/HomeAdvisor/etc.).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.