You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
dwain-barnes / police-uk-api-mcp-server Public
A Python-based MCP server providing tools to access and interact with the police.uk API, offering data on crimes, police forces, neighbourhoods, and stop-and-search incidents.
1 star
0 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
History
-------
3 Commits
| | |
| README.md | | README.md | | |
| server.py | | server.py | | |
| View all files | | |
A Python-based MCP server providing tools to access and interact with the police.uk API
, offering data on crimes, police forces, neighbourhoods, and stop-and-search incidents.
FastMCP
for easy integration into MCP-compatible systems.mcp
, requests
Clone the repository:
shell
git clone https://github.com/dwain-barnes/police-uk-api-mcp-server.git
cd police-uk-api-mcp-server
Install dependencies:
pip install mcp requests
python server.py
{
"mcpServers": {
"police-uk-api-tools": {
"command": "python",
"args": ["path/to/police-uk-api-mcp-server/server.py"],
"host": "127.0.0.1",
"port": 8080,
"timeout": 30000
}
}
}
A Python-based MCP server providing tools to access and interact with the police.uk API, offering data on crimes, police forces, neighbourhoods, and stop-and-search incidents.
python
crime-data
claude
stop-and-search
mcp-server
fastmcp
police-uk
No releases published
No packages published
You can’t perform that action at this time.