Emergency contact logging with Model Context Protocol support
Add the following to your MCP configuration file (e.g., ~/.mcp/config.json):
{
"mcpServers": {
"nark-mcp": {
"command": "npx",
"args": ["mcp-remote", "https://narkmcp.vercel.app/api/mcp"]
}
}
}Rate Limiting & Security Notice
This system is rate limited to 5 requests per minute per IP address to prevent abuse. All contact events are logged with timestamps and IP addresses for security purposes. The MCP server provides the same rate limiting for AI model access.