← Registry

Productivity

homehelper.app

Manage saved destinations and home location for commute comparisons.

1 endpoint8 known toolsFirst detected June 3, 2026Last detected August 12, 2026

ENDPOINT 1

https://homehelper.app/api/mcp

No auth detected

MCP server metadata

Name
HomeHelper MCP
Version
0.1.82
Capabilities
tools

Known tools 8

destinations.list

List the user's saved HomeHelper destinations.

Inferred read-only
destinations.create

Create a saved destination that can be used in commute comparisons.

Potential side effects
destinations.update

Update a saved destination owned by the authenticated user.

Potential side effects
destinations.delete

Delete a saved destination owned by the authenticated user.

Potential side effects
home.get

Read the authenticated user's saved HomeHelper home location.

Inferred read-only
home.set

Set the authenticated user's home location.

Inferred read-only
home.clear

Clear the authenticated user's saved home location.

Inferred read-only
commute.lookup

Analyze commute impact for a property location against saved destinations.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for homehelper.app was fetched 2026-08-14T07:34:54.956Z and is being refreshed.

Trust status Trusted

homehelper.app is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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