mcpbeat Sign in

NYC FHV Intelligence API MCP Server

local only

NYC FHV Intelligence API runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 17 · avg 6 · -18% w/w
a month agotoday
25
Installs / week
npm · @matchuplabs/nycfhv-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository matchup-labs/nycfhv
пакет @matchuplabs/nycfhv-mcp ссылается на matchup-labs/api-ventures

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nycfhv -- npx -y @matchuplabs/nycfhv-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nycfhv": {
      "args": [
        "-y",
        "@matchuplabs/nycfhv-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nycfhv]
command = "npx"
args = ["-y", "@matchuplabs/nycfhv-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nycfhv": {
      "args": [
        "-y",
        "@matchuplabs/nycfhv-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nycfhv": {
      "args": [
        "-y",
        "@matchuplabs/nycfhv-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FHV_API_KEY (API key from matchuplabs.com (product='fhv-intelligence')), FHV_BASE_URL (API base URL (default: https://fhv.matchup.dev)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NYC FHV Intelligence API

same job, measured the same way
MEV Intelligence
by advalorem-mev

Real-time Ethereum liquidation intelligence for AI agents and MEV bots.

10 tools answering
PlateQuery MCP — US License Plate & Vehicle Information
by platequery

License plate lookup for AI agents: plate messages and ALPR history via PlateQuery. OAuth 2.1.

answering
Agent News by The Agent Times
by theagenttimes

Verified, sourced, real-time intelligence layer for AI agents.

20 tools answering
Veris
by vighriday

Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.

102 installs/wk local only
Tachyo
by tachyo

Crypto market intelligence, token rug-checks, and wallet verification in one MCP server.

24 tools answering
Nivelrisk
by nivelrisk

Commercial auto insurance MCP server for NYC TLC for-hire vehicles. 33 tools, submission to bind.

answering
C
isMalicious threat intelligence for AI agents
by ismalicious

Indicator reputation verdicts, CVE lookups (CVSS, EPSS, KEV) and prompt-injection scans for agents

66 installs/wk local only
ClearBounce Email Verification
by clearbounce

Verify email addresses in real time and find business email addresses with live mailbox checks.

5 tools answering

NYC FHV Intelligence API — questions

Answers built from our own checks of this server.

Why is there no uptime for NYC FHV Intelligence API?
NYC FHV Intelligence API runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @matchuplabs/nycfhv-mcp was installed 25 times last week.
Is NYC FHV Intelligence API still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect NYC FHV Intelligence API?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @matchuplabs/nycfhv-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use NYC FHV Intelligence API?
The npm package @matchuplabs/nycfhv-mcp was installed 25 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.