get_crimes
ActiveTool of ukpolice
declared in 0.1.0
Get street-level crimes near a latitude/longitude for a given month. Returns crime category, location, and outcome status.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 51.5074,
"lng": -0.1278
},
{
"lat": 53.4808,
"lng": -2.2426,
"date": "2024-01"
}
],
"required": [
"lat",
"lng"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the location"
},
"lng": {
"type": "number",
"description": "Longitude of the location"
},
"date": {
"type": "string",
"description": "Month to query in YYYY-MM format (e.g. \"2024-01\"). Defaults to latest available."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ukpolice
https://github.com/pipeworx-io/mcp-ukpolice
1/7 registries