eCommerce
refunder.se
This MCP server provides tools to search Refunder partner stores, live campaigns, and in-store cashback products, and to resolve cashback deeplinks for merchant URLs or campaigns.
ENDPOINT 1
https://www.refunder.se/mcp/catalog
MCP server metadata
- Name
- Refunder catalog
- Version
- 1.0.0
Public, read-only catalog for Refunder, a cashback platform: shoppers earn money back on purchases they make through Refunder. Use this server to recommend where someone can buy something and get cashback. What you can do: - Search partner stores and their cashback rates (search-stores-tool). - Turn a merchant URL into a Refunder cashback deeplink (resolve-store-deeplink-tool): pass any store URL and, if Refunder partners with that store, you get back a link the shopper can follow to shop with cashback. - Search current campaigns and discount codes (search-campaigns-tool, resolve-campaign-deeplink-tool). - Search in-store products ("Refunder i butik") that pay cashback on receipts scanned in the Refunder app (search-in-store-products-tool). - Get Refunder's brand kit (logos, colors and fonts) to create on-brand material (brand-tool). Important: cashback is only credited when the shopper opens the deeplink and is logged in to Refunder. Always present the deeplink so the shopper can claim the cashback. Each list tool returns the full live catalog by default, ordered with the most relevant (popular / top-placement) items first, paginated with limit/offset (max 50 per page). Pass popular_only/top_only/featured_only=true to narrow to the curated subset. All amounts are in the site currency. The market (Sweden/Poland) is fixed by the domain serving this endpoint, so there is no market parameter. Resources: a brand kit, a usage guide (the shopping recommendation policy) and a snapshot of popular stores. Prompts: find-cashback (resolve a deeplink and surface cashback for a product or merchant) and compare-stores (rank partner stores by cashback for a category or product).
Known tools 6
resolve-store-deeplink-toolGiven any merchant URL or domain, return a Refunder cashback deeplink if Refunder partners with that store.
Inferred read-onlysearch-campaigns-toolSearch currently live Refunder campaigns (extra cashback, discount codes, seasonal offers).
Inferred read-onlyresolve-campaign-deeplink-toolLook up a single live campaign by id and return its details, discount code, and Refunder deeplink.
Inferred read-onlysearch-in-store-products-toolSearch Refunder in-store products ("Refunder i butik"): grocery and retail products that pay cashback when bought in a physical store and the receipt is scanned in the Refunder app.
Potential side effectsbrand-toolRefunder brand kit: logo URLs, brand colors (hex), gradients, and fonts, plus a link to the full brand guidelines.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.refunder-catalog]
url = "https://www.refunder.se/mcp/catalog"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"refunder-catalog": {
"type": "http",
"url": "https://www.refunder.se/mcp/catalog"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: refunder-catalog
Remote MCP URL: https://www.refunder.se/mcp/catalog
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"refunder-catalog": {
"url": "https://www.refunder.se/mcp/catalog"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"refunder-catalog": {
"type": "http",
"url": "https://www.refunder.se/mcp/catalog"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "refunder-catalog",
"transport": "streamable-http",
"url": "https://www.refunder.se/mcp/catalog"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.