Georgia Prisoners' Speak Public Data for LangChain
press.gps/gps-public-data
Read-only public data on Georgia's prisons: population, facilities, deaths, contraband, statutes.
client:LangChain
transport:streamable-http
tools:18
Install Georgia Prisoners' Speak Public Data in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"gps-public-data": {
"transport": "streamable_http",
"url": "https://data.gps.press/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_population_snapshot
- get_system_statistics
- list_facilities
- get_facility_staff_roster
- get_facility
- get_parole_statistics
- get_ocga_section
- get_mortality_data
- get_settlements_data
- get_contraband_incidents
- get_contraband_summary
- search_quotes
- get_length_of_stay
- get_drug_admissions
- search_site
- get_gps_guide
- get_page
- list_intelligence