Tuteliq MCP Server

MCP server for Tuteliq - AI-powered child safety tools for Claude API Docs • Dashboard • Trust • Changelog • Discord. Its 40 documented tools cover detect, analyze, synthetic, verification.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #29 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Tuteliq MCP Server

before you install - you'll need

TUTELIQ_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add tuteliq-mcp --transport http https://api.tuteliq.ai/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tuteliq-mcp": {
      "url": "https://api.tuteliq.ai/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.tuteliq.ai/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.tuteliq.ai

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

npm package @tuteliq/mcp - published under the repo owner's npm scope (@tuteliq)

registry vendor namespace ai.tuteliq - domain-verified with the official MCP registry

03 · What Tuteliq MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can detect grooming patterns and predatory behavior in conversations, run multiple detection endpoints on a single piece of text in one call, analyze emotional content and mental state indicators - accepts single text or full conversations, and generate age-appropriate guidance for safety situations.

Capability map

Tools grouped from the project's README - what Tuteliq MCP Server lets an agent do.

Detect

15 tools - e.g. Analyze text for bullying, harassment, and gaming toxicity - including coded slang, emoji, and deliberate filter evasion, with context that tells trash-talk apa; Detect grooming patterns and predatory…

detect_bullying · detect_grooming · detect_unsafe · detect_social_engineering · detect_app_fraud · detect_romance_scam…

Analyze

7 tools - e.g. Quick comprehensive safety check (bullying + unsafe); Analyze up to 50 items in a single request - all twelve detection types (bullying, grooming, unsafe, emotions, social_engineering, app_fraud…

analyze · batch_analyze · analyze_emotions · analyze_voice · analyze_image · analyze_video…

Verification

3 tools - e.g. Create a session for age or identity verification - returns a URL for the user to complete the flow; Poll session status - returns full document intelligence (MRZ, barcode, authenticity, face match…

create_verification_session · get_verification_session · cancel_verification_session

Incident

3 tools - e.g. Full detail for one incident, including the risk trajectory across messages; Incident volume bucketed by hour, day or week, split by severity; Record a moderator decision (confirm / downgrade / escalate /…

get_incident · get_incident_trends · review_incident

read & search

2 tools - e.g. Generate age-appropriate guidance for safety situations; List all configured webhooks

get_action_plan · list_webhooks

Incidents

2 tools - e.g. Counts by category, severity, source, status and platform over a window; Paginated, filterable incident list

get_incidents_overview · list_incidents

Audit

2 tools - e.g. Fetch the signed receipt for a past inference; Query the audit log

get_audit_receipt · get_audit_logs

Webhook

2 tools - e.g. Create a new webhook endpoint; Update webhook configuration

create_webhook · update_webhook

Latest releases

v3.21.0 · 2026-08-07

Interactive widget redesign, plus a new moderator triage tool. · Installed with npx @tuteliq/mcp or via the remote server - no tool schemas changed in a breaking way, so existing callers are unaffected. · New…

v3.9.0 · 2026-04-09

Synthetic Content Detection (5 new tools) · Detect AI-generated content across all modalities with multi-signal forensic analysis: · detect_synthetic_text - Detect AI-generated text across 10 child-safety categories…

v3.8.0 · 2026-03-16

What's New · Document Analysis Tool · analyze_document - Analyze PDF documents for safety and compliance concerns · Extracts text from each page, runs up to 8 detection endpoints in parallel, and returns per-page…

04 · Who maintains Tuteliq MCP Server

mcp is maintained by tuteliq. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
media - ranked #29 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-07)
registry
ai.tuteliq/mcp (active, first published 2026-04-08 · 3 versions)
packages
npm:@tuteliq/mcp

06 · Tuteliq MCP Server FAQ

Is Tuteliq MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Tuteliq MCP Server do?

With this server connected, an agent can detect grooming patterns and predatory behavior in conversations, run multiple detection endpoints on a single piece of text in one call, analyze emotional content and mental state indicators - accepts single text or full conversations, and generate age-appropriate guidance for safety situations.

How do I install Tuteliq MCP Server?

Run `npx -y @tuteliq/mcp`. The README documents one environment variable (TUTELIQ_API_KEY) to set first. You can also paste the ready-made client config above.

Does Tuteliq MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Tuteliq MCP Server

More media MCP servers · Video URL Analyzer · Vugola MCP · Htmldrop · Media Context MCP · Vynly MCP

More TypeScript MCP servers · Tychi MCP · Type Atlas · Testrail MCP Server · Dashclaw · Cursor Chat Bridge · see all