Serversio.github.MatchupLabs/nycfhv
N

NYC FHV Intelligence API

io.github.MatchupLabs/nycfhv · v0.1.0
▦ npm
v0.1.0npm npm: @matchuplabs/nycfhv-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.MatchupLabs/nycfhv",
  "description": "Real-time NYC TLC for-hire vehicle license verification and renewal-window lead lookups via MCP.",
  "title": "NYC FHV Intelligence API",
  "repository": {
    "url": "https://github.com/MATCHUP-LABS/nycfhv",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@matchuplabs/nycfhv-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from matchuplabs.com (product='fhv-intelligence')",
          "isRequired": true,
          "isSecret": true,
          "name": "FHV_API_KEY"
        },
        {
          "description": "API base URL (default: https://fhv.matchup.dev)",
          "name": "FHV_BASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}