NYC FHV Intelligence API for Zed
io.github.matchuplabs/nycfhv
Real-time NYC TLC for-hire vehicle license verification and renewal-window lead lookups via MCP.
client:Zed
transport:stdio
runtime:npm
Install NYC FHV Intelligence API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"nycfhv": {
"command": "npx",
"args": [
"-y",
"@matchuplabs/nycfhv-mcp"
],
"env": {
"FHV_API_KEY": "<FHV_API_KEY>",
"FHV_BASE_URL": "<FHV_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs