INDIVIDUAL MCP TOOL
borough_odds
NYC hearing outcomes by borough/county: the share of decided hearings dismissed outright and dismissed-or-reduced in each borough, from the City's own records.
LIVE ENDPOINT
https://mcp.nycticketfacts.com/mcp
Connect to this endpoint to inspect the live schema for borough_odds and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nycticketfacts]
url = "https://mcp.nycticketfacts.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nycticketfacts": {
"type": "http",
"url": "https://mcp.nycticketfacts.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nycticketfacts
Remote MCP URL: https://mcp.nycticketfacts.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nycticketfacts": {
"url": "https://mcp.nycticketfacts.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nycticketfacts": {
"type": "http",
"url": "https://mcp.nycticketfacts.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nycticketfacts",
"transport": "streamable-http",
"url": "https://mcp.nycticketfacts.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
plate_lookup— Look up every OPEN parking and camera violation for a New York plate, live from the City of New York's public Open Data API.violation_dismissal_rates— How New York City parking and camera tickets are actually decided at hearing, violation type by violation type — the share dismissed outright and the share dismissed or reduced, computed from the City's own published hearing records (119.8M rows).