Wraps the UK Police Data API to give Claude access to public crime and policing data across England, Wales, and Northern Ireland. The API requires no authentication and is free to use. Hosted through Pipeworx's gateway infrastructure, which lets you either connect to this single data source or tap into their full catalog of 250+ APIs through one endpoint. Includes an ask_pipeworx tool that handles natural language queries instead of direct tool calls. The source doesn't list specific tools, but the underlying Police API typically covers crime reports by location, street level mapping, police force boundaries, and stop and search data. Useful if you're building location aware agents that need UK crime statistics or policing information.
UK Police MCP — wraps the UK Police Data API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"ukpolice": {
"url": "https://gateway.pipeworx.io/ukpolice/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Ukpolice data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json