Skip to content
Cline

NYC FHV Intelligence API for Cline

io.github.matchuplabs/nycfhv

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

client:Cline transport:stdio runtime:npm

Install NYC FHV Intelligence API in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

NYC FHV Intelligence API in other clients