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.
ENDPOINT 1
https://homeclip.us/api/mcp
MCP server metadata
- Name
- homeclip
- Version
- 1.0.0
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_prosFind verified home-services contractors in a launched HomeClip city, ranked by an un-buyable Trust Score.
Inferred read-onlyget_proGet 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-onlyverify_proCheck whether a contractor (by business name) is a verified, Trust-Scored professional on HomeClip.
Inferred read-onlylist_associationsList the trade associations whose members are verified on HomeClip, with verified-member counts and whether membership requires insurance.
Potential side effectslist_association_membersList the verified member contractors of a HomeClip trade association, plus what that association's membership requires (e.g.
Potential side effectstrust_score_methodologyHow the HomeClip Trust Score is computed, its exact data sources, and what it is NOT (never Yelp/Angi/HomeAdvisor/etc.).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.