Skip to content
Claude Desktop

NYC FHV Intelligence API for Claude Desktop

io.github.matchuplabs/nycfhv

Real-time NYC TLC for-hire vehicle license verification and renewal-window lead lookups via MCP.

client:Claude Desktop transport:stdio runtime:npm

Install NYC FHV Intelligence API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nycfhv": {
      "command": "npx",
      "args": [
        "-y",
        "@matchuplabs/nycfhv-mcp"
      ],
      "env": {
        "FHV_API_KEY": "<FHV_API_KEY>",
        "FHV_BASE_URL": "<FHV_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

NYC FHV Intelligence API in other clients