Loop
How it worksThe loopWhy LoopPricingDocs
guide Cursor · 60 seconds

Connect Loop to Cursor.

Loop is a remote MCP server. Cursor supports MCP natively — add it via the settings UI or a config file. Loop’s four tools then appear in Cursor’s Agent mode so your AI session can search, verify, and act on real local businesses in Kreuzberg, Berlin.

option 1 Cursor settings UI
1

Open MCP settings

In Cursor, open Settings (⌘, on Mac) → FeaturesMCP. Click Add new MCP server.

2

Add Loop as an HTTP server

Paste the URL below. Name it loop. For the transport, select http (not stdio).

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

Verify the connection

Save. Loop will appear in the MCP server list with a green status indicator. Open the Composer panel (⌘I) and switch to Agent mode — Loop tools are now available.

option 2 Config file (version-controlled)
1

Create .cursor/mcp.json

In your project root, create .cursor/mcp.json with the block below. Commit it to share Loop access with your whole team. For a user-wide install, use ~/.cursor/mcp.json instead.

.cursor/mcp.json
{
  "mcpServers": {
    "loop": {
      "url": "https://stayinloop.dev/mcp"
    }
  }
}
2

Reload Cursor

Cursor picks up the config automatically. The Loop server will appear in Settings → Features → MCP alongside any manually added servers.

Have an API key?

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

.cursor/mcp.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 in Agent mode

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: search finds candidates, verify re-checks freshness live, and report records the outcome — updating the record’s confidence for every future agent that calls Loop.

← Full API referenceWatch your calls on the signals board →