Data Collection
benchmarkusa.org
Access and analyze municipal finance data for cities, counties, and other entities.
ENDPOINT 1
https://mcp.benchmarkusa.org/mcp
MCP server metadata
- Name
- NYBenchmark Municipal Finance
- Version
- 3.1.0
You have access to 30 years of NY State municipal finance data — fund balances, debt service, police spending, Census demographics, and fiscal stress scores for cities, counties, school districts, towns, and villages (over 2,200 entities). Start with 1_discover_data to see what's available, then use 2_find_entities and 3_find_metrics to identify what to query, 4_get_data to retrieve time-series data, or 5_rank_entities to rank entities by any metric (top/bottom N, cross-type rankings). Domain rules (T-fund exclusion, interfund transfer exclusion) are applied automatically — you don't need to worry about them. ACCURACY RULE: When presenting data from these tools, include ALL items returned. Never omit entities, metrics, or data points for brevity. Each response includes count fields — verify your summary matches them. ANTI-HALLUCINATION RULE: If data is missing or unavailable for a requested entity or year, say so explicitly. NEVER estimate, interpolate, or fabricate values. If a city shows no data for a year, it likely did not file with OSC — check the filing_status field. Do not fall back to general knowledge or web searches to fill gaps in the data. BENCHMARK RULE: Do NOT cite specific benchmark ranges, thresholds, or recommendations from GFOA, Moody's, S&P, or other organizations unless you are certain of the exact figures. Common errors include inventing fund balance 'recommended ranges' or debt service 'healthy thresholds.' If asked about benchmarks, say that standards vary by organization and context, and suggest the user consult the specific source. The data speaks for itself — focus on what the numbers show, not external standards you may misremember.
Known tools 5
rank_entitiesRank entities by any metric — top spenders, lowest debt, biggest towns, etc.
Inferred read-onlyCONNECT 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.nybenchmark-municipal-finance]
url = "https://mcp.benchmarkusa.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nybenchmark-municipal-finance": {
"type": "http",
"url": "https://mcp.benchmarkusa.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nybenchmark-municipal-finance
Remote MCP URL: https://mcp.benchmarkusa.org/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": {
"nybenchmark-municipal-finance": {
"url": "https://mcp.benchmarkusa.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nybenchmark-municipal-finance": {
"type": "http",
"url": "https://mcp.benchmarkusa.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nybenchmark-municipal-finance",
"transport": "streamable-http",
"url": "https://mcp.benchmarkusa.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for benchmarkusa.org was fetched 2026-08-01T06:43:17.210Z and is being refreshed.
benchmarkusa.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.