Skill flagged — review recommended

ClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.

Pipeworx ukpolice

v1.0.0

UK street-level crime data — reported crimes by location, police force directory, and case outcomes from data.police.uk

0· 77· 1 versions· 0 current· 0 all-time· Updated 1d ago· MIT-0
byBruce Gutman@brucegutman

Install

openclaw skills install pipeworx-ukpolice

UK Police Data

Street-level crime reports from every police force in England, Wales, and Northern Ireland. Query crimes near a location for a specific month, browse all police forces, and look up case outcomes.

Tools

ToolDescription
get_crimesStreet-level crimes near a lat/lng for a given month (YYYY-MM format)
get_forcesList all UK police forces
get_outcomesCase outcomes (charged, cautioned, no further action, etc.) near a location

When to use

  • Crime mapping and neighborhood safety analysis
  • Journalism and public interest reporting on local crime trends
  • Building location-based safety indicators for property or travel apps
  • Research on policing outcomes and their geographic distribution

Example: crimes near Westminster in January 2024

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

Returns crime category, location (street name and coordinates), outcome status, and unique ID.

MCP config

{
  "mcpServers": {
    "pipeworx-ukpolice": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/ukpolice/mcp"]
    }
  }
}

Version tags

latestvk97b7m41vp1n6hr3gaz1m8ngjx84ag9h

Runtime requirements

🚔 Clawdis
Binscurl