official MCP TypeScript SDK server providing tools to access and interact with the police.uk API, offering data on crimes, police forces, neighbourhoods, and stop-and-search incidents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"police-uk-api-mcp-se": {
"command": "npx",
"args": [
"-y",
"dwain-barnes/police-uk-api-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add police-uk-api-mcp-se npx -y dwain-barnes/police-uk-api-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"police-uk-api-mcp-se": {
"command": "npx",
"args": [
"-y",
"dwain-barnes/police-uk-api-mcp-server"
]
}
}
}
📋 Copy