Skip to content
Cursor

NYC FHV Intelligence API for Cursor

io.github.matchuplabs/nycfhv

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

client:Cursor transport:stdio runtime:npm

Install NYC FHV Intelligence API in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

NYC FHV Intelligence API in other clients