General Tools
getloopmaker.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://www.getloopmaker.com/mcp
MCP server metadata
- Name
- loopmaker
- Version
- 1.0.0
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_infoReturn current LoopMaker product facts: what it is, platform requirements, memory tiers, pricing model, output formats, and the privacy/internet boundary.
Inferred read-onlyloopmaker_mcp_setupReturn setup instructions for connecting an MCP client to LoopMaker's bundled local stdio server, plus this Streamable HTTP endpoint's details.
Inferred read-onlyloopmaker_workflow_guideExplain the asynchronous agent workflow for LoopMaker music generation (status -> generate -> poll -> deliver) including Memory Saver behavior on lower-memory Macs.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.