← Registry

eCommerce

refunder.pl

Search Refunder partner stores, cashback deeplinks, live campaigns, and in-store products to find and link to cashback deals.

1 endpoint6 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://www.refunder.pl/mcp/catalog

No auth detected

MCP server metadata

Name
Refunder catalog
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

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

search-stores-tool

Search Refunder partner stores and their cashback rates.

Inferred read-only
resolve-store-deeplink-tool

Given any merchant URL or domain, return a Refunder cashback deeplink if Refunder partners with that store.

Inferred read-only
search-campaigns-tool

Search currently live Refunder campaigns (extra cashback, discount codes, seasonal offers).

Inferred read-only
resolve-campaign-deeplink-tool

Look up a single live campaign by id and return its details, discount code, and Refunder deeplink.

Inferred read-only
search-in-store-products-tool

Search 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 effects
brand-tool

Refunder brand kit: logo URLs, brand colors (hex), gradients, and fonts, plus a link to the full brand guidelines.

Inferred read-only

CONNECT 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.pl/mcp/catalog"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "refunder-catalog": {
      "type": "http",
      "url": "https://www.refunder.pl/mcp/catalog"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: refunder-catalog
Remote MCP URL: https://www.refunder.pl/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.pl/mcp/catalog"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "refunder-catalog": {
      "type": "http",
      "url": "https://www.refunder.pl/mcp/catalog"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "refunder-catalog",
  "transport": "streamable-http",
  "url": "https://www.refunder.pl/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.