phonehome-agent

Commit451/phonehome-agent
★ 0 stars TypeScript Code/Dev Tools Updated today
Privacy-preserving PhoneHome location CLI, MCP server, and TypeScript library
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "phonehome-agent": {
      "command": "npx",
      "args": [
        "-y",
        "Commit451/phonehome-agent"
      ]
    }
  }
}

README Excerpt

A TypeScript CLI, local MCP server, and library that let a trusted agent ask the PhoneHome app for the user's current location. The phone encrypts coordinates before uploading them; the PhoneHome server sees only an opaque AES-256-GCM envelope, and this package decrypts it locally. The CLI and MCP server intentionally return coordinates rather than choosing a maps, search, weather, restaurant, or travel provider. An agent can combine the location with its preferred provider without disclosing Ph

Tools (5)

phone_home_check_pairingphone_home_get_locationphone_home_get_location_resultphone_home_request_locationphone_home_status