{"name":"press.gps/gps-public-data","slug":"gps-public-data","title":"Georgia Prisoners' Speak Public Data","description":"Read-only public data on Georgia's prisons: population, facilities, deaths, contraband, statutes.","url":"https://mcp.market/server/gps-public-data","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T18:56:17.600Z","last_ok_at":"2026-09-20T18:56:17.600Z","latency_ms":691},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://gps.press/how-to-use-gps-data-with-ai-tools/","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://data.gps.press/mcp"}],"packages":[],"tools":[{"name":"get_contraband_incidents","description":"Incidents from GDC's own published contraband arrest reports (2016-present, ~960 incidents):\n    one row per incident with GDC's wording verbatim, the people as GDC categorised them\n    (staff / officer / contract staff / visitor / civilian), the items, whether an arrest was\n    reported, and the GDC source URL. Filters: facility slug (e.g. dooly-state-prison), year,\n    actor_category (staff | visitor | civilian | officer | gdc_staff | contract_staff),\n    item_category (cellphone, tobacco, marijuana, methamphetamine, ...), arrest_made (yes|no|unstated),\n    q (text match). Structured rows name staff, officers and contract staff as GDC printed them; other people appear by category and role only. The narrative is GDC's own text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"facility":{"default":"","title":"Facility","type":"string"},"year":{"default":0,"title":"Year","type":"integer"},"actor_category":{"default":"","title":"Actor Category","type":"string"},"item_category":{"default":"","title":"Item Category","type":"string"},"arrest_made":{"default":"","title":"Arrest Made","type":"string"},"q":{"default":"","title":"Q","type":"string"},"page":{"default":1,"title":"Page","type":"integer"},"per_page":{"default":25,"title":"Per Page","type":"integer"}},"title":"get_contraband_incidentsArguments"}},{"name":"get_contraband_summary","description":"Summaries of GDC's published contraband arrest reports. `by` = year | facility |\n    actor-category | role | item-category | stats. Optional facility slug / year filters (not for\n    stats). Counts arrests as GDC reported them; GDC's own running tally is not used because it is\n    not a consistent series across copies of the same report.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"by":{"default":"year","title":"By","type":"string"},"facility":{"default":"","title":"Facility","type":"string"},"year":{"default":0,"title":"Year","type":"integer"}},"title":"get_contraband_summaryArguments"}},{"name":"get_drug_admissions","description":"Admissions to Georgia prisons on drug offenses for the latest published\n    report year, broken down by sex, age band and related measures.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_drug_admissionsArguments"}},{"name":"get_facility","description":"One facility's full public record plus its most recent state health\n    inspection, if GPS has one.\n\n    `slug` is the facility's gps.press slug, e.g. 'macon-state-prison'. Use\n    list_facilities to find it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"title":"Slug","type":"string"}},"required":["slug"],"title":"get_facilityArguments"}},{"name":"get_facility_staff_roster","description":"Staff headcount and list for one GDC facility, from a GDC-produced roster.\n\n    Answers \"how many staff work at X\", \"how many officers work there\", \"list the\n    staff at X\". `slug` is the facility slug, e.g. 'dooly-state-prison' (use\n    list_facilities to find it).\n\n    `title` optionally filters by job title. GDC abbreviates heavily: correctional\n    officers appear as \"Correctional Ofc\", clerical staff as \"Admin Support\" or\n    \"Admin Assistant\". Try both the plain word and the abbreviation.\n\n    ALWAYS report the `observed` date alongside any figure from this tool. A roster\n    is a single-day observation, not a statement about who works there today.\n\n    A zero for a role is a finding about the roster rather than missing data: the\n    roster holds no nursing, physician or dental titles anywhere in GDC, which is\n    consistent with medical staffing being contracted rather than directly employed.\n    Do not assert that reason as established fact.\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"title":"Slug","type":"string"},"title":{"default":"","title":"Title","type":"string"},"limit":{"default":500,"title":"Limit","type":"integer"}},"required":["slug"],"title":"get_facility_staff_rosterArguments"}},{"name":"get_gps_guide","description":"GPS's orientation file for AI clients (llms.txt) — READ THIS FIRST.\n\n    Carries the things the data tools cannot: which figure to lead with when two are\n    defensible, how to label budget figures, the exact date of the DOJ findings report,\n    and the claims GPS has publicly corrected and will not repeat. Roughly 2,000 words.\n\n    The datasets give you accurate numbers. This is what keeps the sentence around the\n    number accurate too.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_gps_guideArguments"}},{"name":"get_length_of_stay","description":"How long people actually serve in Georgia, by offense and year: average\n    sentence, years served, percentage of sentence served, share released on\n    parole, and the lifer figures — plus the trend summary.\n\n    `offense` and `year` are passed to the public endpoint. `summary_only`\n    returns just the summary block.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"offense":{"default":"","title":"Offense","type":"string"},"year":{"default":"","title":"Year","type":"string"},"summary_only":{"default":false,"title":"Summary Only","type":"boolean"}},"title":"get_length_of_stayArguments"}},{"name":"get_mortality_data","description":"Deaths in GDC custody since 2020 — yearly and monthly counts, cause-of-\n    death breakdown, deaths by facility, facility type, security level and age.\n\n    With no arguments this returns the whole published document plus a list of\n    its sections. `section` returns one section by name (e.g. 'YEARLY\n    STATISTICS', 'DEATHS BY FACILITY'); `year` filters the yearly and monthly\n    lines to that year; `facility_contains` filters the by-facility ranking AND returns that facility's cause-of-death breakdown.\n    Filters are matched against the published lines, which is why the matching\n    lines are returned verbatim rather than re-tabulated.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"section":{"default":"","title":"Section","type":"string"},"year":{"default":"","title":"Year","type":"string"},"facility_contains":{"default":"","title":"Facility Contains","type":"string"}},"title":"get_mortality_dataArguments"}},{"name":"get_ocga_section","description":"Full text of a section of the Official Code of Georgia Annotated from\n    GPS's public mirror.\n\n    `section` is the bare citation without the 'O.C.G.A. §' prefix, e.g.\n    '9-14-42', '42-5-2', '17-9-4'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"section":{"title":"Section","type":"string"}},"required":["section"],"title":"get_ocga_sectionArguments"}},{"name":"get_page","description":"Read any gps.press page as clean Markdown.\n\n    Every page on the site has a Markdown twin at the same URL with `.md` appended;\n    this fetches it. Accepts a full URL, a path, or a bare slug — '/vision2027/',\n    'vision2027', and the full https URL all work, with or without '.md'.\n\n    Covers articles, data pages, campaign pages and the intelligence briefings\n    (intelligence/facility/{slug}, intelligence/issue/{slug}).\n\n    Long pages are truncated; use `offset` and `limit` to page through one. Pair with\n    search_site() to find a page, then read it here rather than guessing its contents.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"path":{"title":"Path","type":"string"},"offset":{"default":0,"title":"Offset","type":"integer"},"limit":{"default":0,"title":"Limit","type":"integer"}},"required":["path"],"title":"get_pageArguments"}},{"name":"get_parole_statistics","description":"Georgia parole decisions by year — the series GPS assembled from the\n    State Board of Pardons and Paroles' own annual reports, with the metric\n    definitions and the instruments note that says how they were built.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_parole_statisticsArguments"}},{"name":"get_population_snapshot","description":"Latest GDC population snapshot (the weekly 'Friday report'):\n    `total_in_gdc_custody` (every GDC bed type, including probation detention\n    centers and RSAT), the jail backlog, and the facility-type components.\n\n    The total is the ONLY population figure; the components are parts of it,\n    not alternative totals.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_population_snapshotArguments"}},{"name":"get_settlements_data","description":"What Georgia has paid to settle prison death and injury claims — the\n    'What Georgia Pays' analysis of state settlement records, returned as the\n    published markdown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_settlements_dataArguments"}},{"name":"get_system_statistics","description":"Headline statistics for the Georgia prison system: population,\n    mortality, demographics, facility counts, releases and health measures,\n    with the update date and data source GPS assembled them from.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_system_statisticsArguments"}},{"name":"list_facilities","description":"List Georgia prison facilities with location, operator, security level,\n    capacity, population, warden and latest food-safety score.\n\n    Optional filters are applied to the public list after it is fetched:\n    facility_type (e.g. 'State Prison', 'Transitional Center', 'County\n    Prison'), county, name_contains, and active_only.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"facility_type":{"default":"","title":"Facility Type","type":"string"},"county":{"default":"","title":"County","type":"string"},"active_only":{"default":true,"title":"Active Only","type":"boolean"},"name_contains":{"default":"","title":"Name Contains","type":"string"}},"title":"list_facilitiesArguments"}},{"name":"list_intelligence","description":"List GPS intelligence briefings — per-facility and per-issue analyses.\n\n    `kind` filters to 'facility' or 'issue'; `contains` filters on the slug.\n    Read any of them in full with get_page(), e.g.\n    get_page('intelligence/facility/dooly-state-prison').\n\n    Facility briefings are enumerated from the public index. Issue briefings have no\n    published index, so a maintained list of known slugs is returned and may be\n    incomplete — `issues_note` says so in the payload.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"kind":{"default":"","title":"Kind","type":"string"},"contains":{"default":"","title":"Contains","type":"string"}},"title":"list_intelligenceArguments"}},{"name":"search_quotes","description":"Search GPS's published quote collection — statements from incarcerated\n    people, families, officials and staff that GPS has already published.\n\n    `attribution_type` is 'named' or 'anonymous'. `category` is one of the\n    published categories (call with no arguments and read the results, or see\n    gps.press). Paginated: page starts at 1, per_page caps at 100.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"search":{"default":"","title":"Search","type":"string"},"category":{"default":"","title":"Category","type":"string"},"attribution_type":{"default":"","title":"Attribution Type","type":"string"},"page":{"default":1,"title":"Page","type":"integer"},"per_page":{"default":20,"title":"Per Page","type":"integer"}},"title":"search_quotesArguments"}},{"name":"search_site","description":"Search gps.press — articles, data pages, research library topics and\n    facility pages — and get back ranked titles, URLs and summaries.\n\n    This reads the public /find/ results page. GPS publishes no JSON search\n    API, so results are parsed out of the rendered page; treat the ranking as\n    the site's own and follow each result's URL before citing it.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"limit":{"default":10,"title":"Limit","type":"integer"}},"required":["query"],"title":"search_siteArguments"}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T05:06:17.920Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T05:06:17.864Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1422ms"]},"poisoning":{"score":15,"max":15,"notes":["18 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://data.gps.press/mcp","reachable":true,"authRequired":false,"latencyMs":1422,"serverInfo":{"name":"GPS Public","version":"1.26.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://gps.press/wp-content/uploads/2025/03/cropped-GPS-Logo-White-Bkgnd-192x192.png","source":"site","width":192,"height":192},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}