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
{
"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