← moltlinestudio.com

INDIVIDUAL MCP TOOL

social_length_check

Check a post against every major platform's length limit at once.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/creator

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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-creator]
url = "https://mcp.moltlinestudio.com/creator"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

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-creator": {
      "url": "https://mcp.moltlinestudio.com/creator"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_products — List every product in the Creator Studio line with its included skills.
  • get_free_skill — Load a product's free gateway skill with its complete instructions.
  • analyze_writing — Analyze a draft for readability, passive voice, cliches, and hedging.
  • get_full_product — Load one product in full: its persona plus every paid skill.
  • get_full_skill — Load one paid skill's complete instructions from a product.
  • headline_analyzer — Score and rank up to 20 headlines, best first.
  • reading_time — Estimate reading and speaking time plus basic content stats.