
Tuteliq MCP
Supports UIby tuteliq
41 AI-powered tools for child safety, fraud detection, and content moderation — bullying, grooming, sextortion, romance scams, and more — with interactive UI wi
What it does
Tuteliq MCP Server brings a comprehensive suite of online safety detection tools directly into Claude, Cursor, and other MCP-compatible assistants. Ask Claude to analyze a message for bullying, scan a conversation for grooming patterns, detect romance scam tactics, or generate an age-appropriate safety action plan — all powered by Tuteliq's real-time AI safety API.
The server includes interactive UI widgets (rendered via MCP's ui:// resource mechanism) that display detection results, emotion breakdowns, multi-endpoint analysis summaries, and incident reports as rich panels rather than plain text.
Key features
- Comprehensive threat detection — bullying, grooming, unsafe content, social engineering, app fraud, romance scams, money mule recruitment, gambling harm, coercive control, radicalisation, and vulnerability exploitation
- Media analysis — analyze audio transcripts, images (with OCR), videos (key-frame extraction), and PDF documents (up to 50MB, 100 pages) for safety concerns
- Interactive UI widgets — rich result panels rendered inside Claude Desktop and Cursor for detection results, emotion analysis, multi-endpoint summaries, and incident reports
- 27-language support — automatic language detection across all EU official languages plus Ukrainian, Norwegian, and Turkish
- GDPR tooling — built-in tools for consent management, data export, rectification, audit logs, and breach logging
- Webhook management — create, test, and manage webhooks for safety incident notifications
Installation
Claude Desktop (HTTP — recommended):
Go to Settings → Connectors → Add custom connector. Set URL to https://api.tuteliq.ai/mcp and enter your Tuteliq API key when prompted.
Claude Desktop (stdio):
{
"mcpServers": {
"tuteliq": {
"command": "npx",
"args": ["-y", "@tuteliq/mcp"],
"env": { "TUTELIQ_API_KEY": "your-api-key" }
}
}
}
Cursor:
{
"mcpServers": {
"tuteliq": {
"url": "https://api.tuteliq.ai/mcp",
"headers": { "Authorization": "Bearer your-api-key" }
}
}
}
Get a free API key at tuteliq.ai.
Supported hosts
Claude Desktop and Cursor are confirmed in the README. Any MCP client supporting stdio or HTTP transport can use the npx or hosted endpoint respectively.
Quick install
npx -y @tuteliq/mcp