Productivity
homehelper.app
Manage saved destinations and home location for commute comparisons.
ENDPOINT 1
https://homehelper.app/api/mcp
MCP server metadata
- Name
- HomeHelper MCP
- Version
- 0.1.82
Known tools 8
destinations.createCreate a saved destination that can be used in commute comparisons.
Potential side effectsdestinations.updateUpdate a saved destination owned by the authenticated user.
Potential side effectsdestinations.deleteDelete a saved destination owned by the authenticated user.
Potential side effectscommute.lookupAnalyze commute impact for a property location against saved destinations.
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.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.
homehelper.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.