hcp-mcp-proxy

Litvinenblch/hcp-mcp-proxy
★ 0 stars JavaScript 🔒 Security Updated today
MCP server for HouseCall Pro with token-in-URL auth. Read-only first version. Bypasses Anthropic OAuth bug.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hcp-mcp-proxy": {
      "command": "npx",
      "args": [
        "-y",
        "Litvinenblch/hcp-mcp-proxy"
      ]
    }
  }
}

README Excerpt

MCP server for [HouseCall Pro](https://www.housecallpro.com/) that embeds the HCP API key in the URL path (Firecrawl pattern). ``` https://<your-railway-host>/<HCP_API_KEY>/mcp ``` Treat the URL like a password. - hcp_list_jobs, hcp_get_job - hcp_list_customers, hcp_get_customer - hcp_list_employees - hcp_list_estimates