UNPKG

mcp-server-police-uk

Version:

MCP server for police.uk API - access UK crime data, police forces, neighbourhoods, and stop-and-search incidents

46 lines (45 loc) 1.09 kB
{ "name": "mcp-server-police-uk", "version": "1.1.0", "description": "MCP server for police.uk API - access UK crime data, police forces, neighbourhoods, and stop-and-search incidents", "main": "dist/index.js", "type": "module", "bin": { "mcp-server-police-uk": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "police", "uk", "crime", "api", "data" ], "author": "Dwain Barnes", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/dwain-barnes/police-uk-api-mcp-server.git" }, "bugs": { "url": "https://github.com/dwain-barnes/police-uk-api-mcp-server/issues" }, "homepage": "https://github.com/dwain-barnes/police-uk-api-mcp-server#readme" }