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