shopback-mcp.yml
No official hosted or remote Model Context Protocol server was found for ShopBack. Searched the developer hub (docs.shopback.com, including its llms.txt index), the corporate site, the ShopBack GitHub organisation and the public MCP registries — nothing published, and no /mcp endpoint responds on any ShopBack host. The tool set below is DERIVED from ShopBack's own published OpenAPI operations as a proposal only. It is NOT published by ShopBack, and no `MCPServer` pointer was wired in apis.yml.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
login_merchant— Exchange merchant credentials for a merchant JWT.create_online_order— Initiate a ShopBack Pay online order and return the checkout redirect context.get_online_order— Get the status and detail of an online order.refund_online_order— Issue a full or partial refund against an online order.initiate_link_session— Start an account-linking consent session for a user.get_link_session— Poll the state of an account-linking session.swap_payment_token— Exchange a one-time auth code for a reusable payment token.unlink_payment_token— Revoke a linked payment token.get_cashback_balance— Read the available cashback balance for a payment token.create_pre_auth— Place a hold on funds for a linked payment token.get_pre_auth— Read the current state of a pre-authorization.capture_pre_auth— Settle a held pre-authorization and create an order.void_pre_auth— Release a held pre-authorization.immediate_charge— Authorize and capture a tokenized payment in one step.create_instore_qr_order— Create an in-store order and return a dynamic QR or redirect URL.scan_consumer_qr— Create an in-store order from a consumer-presented QR payload.get_instore_order— Get the status and detail of an in-store order.refund_instore_order— Refund a captured in-store order.cancel_instore_order— Cancel an in-store payment before processing.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.