MCP Hub
Back to servers

ukpolice

UK Police MCP — wraps the UK Police Data API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-ukpolice

MCP server for UK Police crime data

Tools

ToolDescription
get_crimesGet street-level crimes near a latitude/longitude for a given month
get_forcesList all police forces in England, Wales, and Northern Ireland
get_outcomesGet crime outcomes at a location for a given month

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "get_crimes",
      "arguments": { "lat": 51.5074, "lng": -0.1278, "date": "2024-01" }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review