← getloopmaker.com

INDIVIDUAL MCP TOOL

loopmaker_when_to_use

Decide whether LoopMaker fits a task.

getloopmaker.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.getloopmaker.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for loopmaker_when_to_use 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

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

.mcp.json

{
  "mcpServers": {
    "loopmaker": {
      "type": "http",
      "url": "https://www.getloopmaker.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: loopmaker
Remote MCP URL: https://www.getloopmaker.com/mcp

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "loopmaker": {
      "type": "http",
      "url": "https://www.getloopmaker.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "loopmaker",
  "transport": "streamable-http",
  "url": "https://www.getloopmaker.com/mcp"
}
MCP Inspector

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

Related tools

  • loopmaker_product_info — Return current LoopMaker product facts: what it is, platform requirements, memory tiers, pricing model, output formats, and the privacy/internet boundary.
  • loopmaker_mcp_setup — Return setup instructions for connecting an MCP client to LoopMaker's bundled local stdio server, plus this Streamable HTTP endpoint's details.
  • loopmaker_workflow_guide — Explain the asynchronous agent workflow for LoopMaker music generation (status -> generate -> poll -> deliver) including Memory Saver behavior on lower-memory Macs.