MCPolice
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCPolicereport a violation of the Rome Statute by AI system 'DeepGen'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCPolice 🔒
International AI Compliance Monitoring System for tracking violations of international laws by AI tools.
Overview
MCPolice is a sleek web application designed for international agencies (Interpol, IAEA, UN, etc.) to monitor and track violations of international laws reported by AI tools via the MCP (Model Context Protocol) protocol.
Related MCP server: MCP Scorecard Server
Quick Start
# Install dependencies
npm install
# Start the web server with server
npm run dev
# The web dashboard will be available at http://localhost:5173
# The MCP server will be available at http://localhost:5173/mcp
# MCP endpoints: /tools/list and /tools/callMCP Integration
MCPolice implements the Model Context Protocol via HTTP transport.
MCP Endpoints:
GET /tools/list- List available MCP toolsPOST /tools/call- Execute MCP tool calls
Available MCP Tools:
report_violation- Report a violation of international lawlist_statutes- Get available international law statutesget_violation_stats- Get violation statisticslist_violations- List recent violations with filtering
Testing MCP Tools:
# List available tools
curl http://localhost:5173/mcp/tools/list
# Get available statutes
curl -X POST http://localhost:5173/mcp/tools/call \
-H "Content-Type: application/json" \
-d '{"name": "list_statutes", "arguments": {}}'
# Report a violation
curl -X POST http://localhost:5173/mcp/tools/call \
-H "Content-Type: application/json" \
-d '{
"name": "report_violation",
"arguments": {
"statute": "Rome Statute Article 7",
"responsible_organization": "TestAI",
"offending_content": "Test violation content"
}
}'Production Deployment
# Create KV namespaces (first time only)
npx wrangler kv:namespace create "VIOLATIONS_KV"
npx wrangler kv:namespace create "VIOLATIONS_KV" --preview
# Update wrangler.jsonc with the returned namespace IDs
# Build and deploy
npm run deployArchitecture
MCPolice consists of two main components:
MCP Server (
src/mcp-server.ts) - Handles violation reporting via MCP protocolWeb Dashboard (
src/index.tsx) - Provides monitoring interface for agencies
This server cannot be deployed
Maintenance
Related MCP Connectors
AI governance MCP server for EU AI Act compliance and jurisdiction verification
AI legal compliance: contract review, risk scoring, EU/CN AI act, watermark check. 8 MCP tools.
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
Connect AI to millions of laws and court cases with the Lawstronaut MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables querying US compliance regulations including HIPAA, CCPA, SOX, and more directly from AI assistants and MCP-compatible clients.63 npmApache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides AI models with tools to check trust scores and safety details for MCP servers, search for servers, and view ecosystem statistics.1MIT
- FlicenseAqualityDmaintenanceMCP server for Legalize.dev, enabling AI to query and understand legal frameworks across countries via a structured legislation API.131-
- AlicenseAqualityFmaintenanceEnables querying over 3,200 Dutch statutes (AVG, Wetboek van Strafrecht, Burgerlijk Wetboek, etc.) with verbatim, citation-grounded text from official sources, directly from MCP-compatible AI assistants.1836 npm13Apache 2.0