Loop
How it worksThe loopWhy LoopPricingDocs
guide Claude · 60 seconds

Connect Loop to Claude.

Loop is a remote MCP server. Claude Desktop, Claude.ai, and Claude Code all support MCP connectors natively — one URL is all you need. Claude can then search, verify, and act on real local businesses in Kreuzberg, Berlin.

option 1 Claude Desktop
1

Open the config file

In Claude Desktop, go to Settings → Developer → Edit Config. This opens claude.json (or claude_desktop_config.json).

2

Add Loop to mcpServers

Paste the block below into the mcpServers object. If the file already has other servers, add "loop": … as a sibling entry.

claude.json
{
  "mcpServers": {
    "loop": {
      "url": "https://stayinloop.dev/mcp"
    }
  }
}
3

Restart Claude Desktop

Save the file and quit + relaunch Claude Desktop. Loop will appear in the available tools sidebar. Start a new conversation to use it.

option 2 Claude.ai (web connectors)
1

Open Settings → Connectors

In claude.ai, go to Settings → Connectors and click Add connector.

2

Paste the MCP URL

Set the connector type to MCP server and paste the URL below. No authentication needed for the free tier.

MCP server URL — copy this
https://stayinloop.dev/mcp
3

Start a new conversation

Claude.ai will confirm the connection. Open a new chat — Loop’s four tools are now available. The connector icon will show active tools when Loop is called.

option 3 Claude Code (CLI)
1

Run one command

In your terminal, run the command below. It adds Loop as a persistent MCP server in your Claude Code configuration.

terminal
claude mcp add --transport http loop https://stayinloop.dev/mcp
2

Loop is available in all sessions

Loop tools are now available in every Claude Code session in this project. Use/mcpto verify it’s connected.

Have an API key?

Append ?key=sk_live_… to the MCP URL to use higher rate limits (60 reads/min vs 30 for anonymous). For Claude Desktop:

claude.json — with key
{
  "mcpServers": {
    "loop": {
      "url": "https://stayinloop.dev/mcp?key=sk_live_YOUR_KEY"
    }
  }
}

Get a free key at stayinloop.dev/#pricing — no credit card, instant.

try this prompt

Find me a quiet restaurant with outdoor seating and vegan options in Kreuzberg tonight — then verify how fresh the data is, and report back whether the result was correct.

This exercises all four tools in one shot: search finds results, verify re-checks freshness live, and report records the outcome — which immediately updates the record’s confidence and freshness for every future agent.

← Full API referenceWatch your calls on the signals board →