Documentation Index
Fetch the complete documentation index at: https://docs.loopreturns.com/llms.txt
Use this file to discover all available pages before exploring further.
The Loop MCP Server is currently in preview. Tool inputs and outputs may change before general availability.
Get Shop Info
Tool name:get-shop-info-tool · Read-only · Permissions: any authenticated user
Returns metadata about the authenticated merchant’s shop, including shop ID, name, currency, and other identifying details.
Parameters
This tool takes no parameters.Example prompt
“What Loop shop am I connected to?”
Read Return Policies
Tool name:read-return-policies-tool · Read-only · Permissions: manage-return-policies
Read return policy information for the authenticated merchant’s shop. Call with no policy_identifier to list every policy; pass an ID or partial title to fetch one.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
policy_identifier | string | – | Policy ID (numeric) or full/partial policy title. Omit to list all policies. |
Example prompts
“What return policies do I have set up?”
“Show me the policy for international orders.”