MCP.so
登录

police-uk-api-mcp-server

@dwain-barnes

关于 police-uk-api-mcp-server

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.

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

dwain-barnes

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "police-uk-api-mcp-server": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is police-uk-api-mcp-server?

A Model Context Protocol (MCP) server providing tools to access and interact with the police.uk API, offering comprehensive data on crimes, police forces, neighbourhoods, and stop-and-search incidents across the UK.

How to use police-uk-api-mcp-server?

Install globally via npm (npm install -g mcp-server-police-uk) or run with npx (npx mcp-server-police-uk). For Claude Desktop, add a configuration entry pointing to the server command. For development, clone the repository, install dependencies, build, and start locally.

Key features of police-uk-api-mcp-server

  • 21 distinct tools for querying police.uk API endpoints
  • Retrieve street-level crimes, neighbourhood details, and force information
  • Access stop-and-search records
  • Built with the official MCP TypeScript SDK
  • Easy integration with MCP-compatible systems
  • Comprehensive error handling and type safety

Use cases of police-uk-api-mcp-server

  • Query street-level crimes near a location for analysis
  • Find your local neighbourhood police team by coordinates
  • Get detailed information about a specific police force
  • Retrieve stop-and-search records by area, location, or force

FAQ from police-uk-api-mcp-server

What data is available through police-uk-api-mcp-server?

Crime data (street-level crimes, outcomes), police force details, neighbourhood information (team, events, priorities), and stop-and-search records.

How often is the data updated?

Data is typically updated monthly, sourced from the official police.uk API.

Is an API key required to use police-uk-api-mcp-server?

No. The police.uk API is free to use, though it has rate limits to ensure fair access.

Can I use police-uk-api-mcp-server with Claude Desktop?

Yes. Add the server configuration to the Claude Desktop configuration file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json) with the command npx -y mcp-server-police-uk.

What are the runtime dependencies?

Node.js and npm are required. The server is installed from npm (mcp-server-police-uk) and runs as a command-line MCP server.

评论

开发工具 分类下的更多 MCP 服务器