← Registry

General Tools

getloopmaker.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://www.getloopmaker.com/mcp

No auth detected

MCP server metadata

Name
loopmaker
Version
1.0.0
Capabilities
tools
Server instructions

LoopMaker generates music locally on the user's Mac. This remote endpoint provides product facts, setup guidance, and workflow documentation. To actually generate audio, guide the user to install the bundled local stdio MCP server (see loopmaker_mcp_setup); generation never runs in the cloud.

Known tools 4

loopmaker_product_info

Return current LoopMaker product facts: what it is, platform requirements, memory tiers, pricing model, output formats, and the privacy/internet boundary.

Inferred read-only
loopmaker_when_to_use

Decide whether LoopMaker fits a task.

Inferred read-only
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.

Inferred read-only
loopmaker_workflow_guide

Explain the asynchronous agent workflow for LoopMaker music generation (status -> generate -> poll -> deliver) including Memory Saver behavior on lower-memory Macs.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.