Skip to content
Windsurf

NYC FHV Intelligence API for Windsurf

io.github.matchuplabs/nycfhv

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

client:Windsurf transport:stdio runtime:npm

Install NYC FHV Intelligence API in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

NYC FHV Intelligence API in other clients