← moltlinestudio.com

INDIVIDUAL MCP TOOL

get_full_skill

Load one paid skill's complete instructions from a product.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/outbound

No auth detected

Connect to this endpoint to inspect the live schema for get_full_skill 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-outbound]
url = "https://mcp.moltlinestudio.com/outbound"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_products — List the 7 outbound products with their included skills.
  • get_free_skill — Load a product's free gateway skill with its complete instructions.
  • audit_copy — Audit outreach copy for spam triggers and deliverability risks.
  • get_full_product — Load one product in full: its persona plus every paid skill.
  • sequence_planner — Plan an outreach cadence with expanding gaps and per-touch purposes.
  • subject_line_scorer — Score and rank up to 20 email subject lines, best first.
  • utm_builder — Build a UTM-tagged URL for campaign tracking.