← gps.press

INDIVIDUAL MCP TOOL

get_contraband_incidents

Incidents from GDC's own published contraband arrest reports (2016-present, ~960 incidents): one row per incident with GDC's wording verbatim, the people as GDC categorised them (staff / officer / contract staff / visitor / civilian), the items, whether an arrest was reported, and the GDC source URL.

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_contraband_incidents and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

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_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.
  • 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.