← moltlinestudio.com

INDIVIDUAL MCP TOOL

budget_split

Split monthly income into needs/wants/savings buckets with weekly equivalents.

moltlinestudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.moltlinestudio.com/personal

No auth detected

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_products — List every product in the Personal Suite line with its included skills.
  • get_free_skill — Load a product's free gateway skill with its complete instructions.
  • spaced_repetition_plan — Build a spaced-repetition review schedule with expanding intervals.
  • 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.
  • savings_goal — Compute months to reach a savings target at a monthly contribution.
  • tip_split — Compute the tip and per-person split for a bill.
  • countdown_days — Count the days until each named event, soonest first.