← gps.press

INDIVIDUAL MCP TOOL

get_population_snapshot

Latest GDC population snapshot (the weekly 'Friday report'): `total_in_gdc_custody` (every GDC bed type, including probation detention centers and RSAT), the jail backlog, and the facility-type components.

gps.pressnone authenticationAvailability not checked

LIVE ENDPOINT

https://data.gps.press/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_population_snapshot 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

gps.press

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.gps-public]
url = "https://data.gps.press/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gps-public": {
      "type": "http",
      "url": "https://data.gps.press/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gps-public
Remote MCP URL: https://data.gps.press/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": {
    "gps-public": {
      "url": "https://data.gps.press/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gps-public": {
      "type": "http",
      "url": "https://data.gps.press/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gps-public",
  "transport": "streamable-http",
  "url": "https://data.gps.press/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_system_statistics — Headline statistics for the Georgia prison system: population, mortality, demographics, facility counts, releases and health measures, with the update date and data source GPS assembled them from.
  • list_facilities — List Georgia prison facilities with location, operator, security level, capacity, population, warden and latest food-safety score.
  • get_facility_staff_roster — Staff headcount and list for one GDC facility, from a GDC-produced roster.
  • get_facility — One facility's full public record plus its most recent state health inspection, if GPS has one.
  • get_parole_statistics — Georgia parole decisions by year — the series GPS assembled from the State Board of Pardons and Paroles' own annual reports, with the metric definitions and the instruments note that says how they were built.
  • get_ocga_section — Full text of a section of the Official Code of Georgia Annotated from GPS's public mirror.
  • get_mortality_data — Deaths in GDC custody since 2020 — yearly and monthly counts, cause-of- death breakdown, deaths by facility, facility type, security level and age.
  • get_settlements_data — What Georgia has paid to settle prison death and injury claims — the 'What Georgia Pays' analysis of state settlement records, returned as the published markdown.