← moltlinestudio.com

INDIVIDUAL MCP TOOL

ai_tell_scan

Scan a draft for the measurable tells of AI-generated prose.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/humanizer

No auth detected

Connect to this endpoint to inspect the live schema for ai_tell_scan and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

moltlinestudio.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.moltline-humanizer]
url = "https://mcp.moltlinestudio.com/humanizer"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "moltline-humanizer": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/humanizer"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: moltline-humanizer
Remote MCP URL: https://mcp.moltlinestudio.com/humanizer

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "moltline-humanizer": {
      "url": "https://mcp.moltlinestudio.com/humanizer"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "moltline-humanizer": {
      "type": "http",
      "url": "https://mcp.moltlinestudio.com/humanizer"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "moltline-humanizer",
  "transport": "streamable-http",
  "url": "https://mcp.moltlinestudio.com/humanizer"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • voice_fingerprint — Build a measurable voice profile from samples of a person's real writing.
  • burstiness_report — Map a draft's sentence rhythm and find where it goes flat.
  • humanize_plan — Produce a precise rewrite brief that de-AIs a draft, with numeric targets.
  • verify_rewrite — Verify a rewrite actually improved: score delta, meaning check, voice distance.