Loop
How it worksThe loopWhy LoopPricingDocs

No marketing filler. This page is built for machines to read.

what loop is

Loop is the real-time data and action layer for AI agents. One endpoint — remote MCP at https://stayinloop.dev/mcp or REST at api.stayinloop.dev/v1/* — where agents search, verify, and act on real local businesses. Four tools. Structured errors. Every field stamped with when it was last seen. Every call leaves a signal; report() genuinely mutates record confidence and freshness.

connect

MCP (streamable HTTP — works in Claude, Cursor, Vercel AI SDK, any MCP-compatible client):

MCP endpoint
https://stayinloop.dev/mcp

REST base URL:

REST base
https://api.stayinloop.dev/v1
tools
ToolWhen to fire
searchUse when a user needs to find a real local business with current data
get_detailsUse once the user has chosen a result and needs full details to act
verifyUse before any consequential action — confirms a fact is still true now
reportUse whenever an outcome is observed — improves data for all agents
coverage

Restaurants and salons in Kreuzberg, Berlin. Expanding by vertical as agent demand signals show where to go next.

honesty model

Availability is always inferred: true and labeled until a merchant connects directly. No silent guesses. Every response field carries a confidence score (0–1), an observed_at timestamp (ISO 8601, not the time of your request), and a suggested_action on every error so agents can self-recover without human intervention.

rate limits
TierReads / minReports / min
Anonymous (no key)3010
Free (keyed)6020

No key required during the open wave. Retry-After: 60 is always present on 429 responses.

resources for ai agents
ResourceDescription
/llms.txtPlain-text summary of Loop for LLM context windows
OpenAPI specMachine-readable API spec — drop directly into ChatGPT Actions or tool frameworks
/docsFull API reference: all four tools, data model, error codes, rate limits
/signalsLive aggregated demand and outcome signals flowing through Loop
/ai-infoThis page — machine-readable agent onboarding without marketing copy