← conomize.com

INDIVIDUAL MCP TOOL

get_store

Get one Conomize merchant by slug: what it sells, the markets where availability is evidence-backed (delivery.availability = "confirmed"; "not_confirmed" means unknown, never unavailable), its Conomize relationship status, and any verified offers for a country.

conomize.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://conomize.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_store and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

conomize.com

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.conomize-ai]
url = "https://conomize.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "conomize-ai": {
      "type": "http",
      "url": "https://conomize.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: conomize-ai
Remote MCP URL: https://conomize.com/mcp

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": {
    "conomize-ai": {
      "url": "https://conomize.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "conomize-ai": {
      "type": "http",
      "url": "https://conomize.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "conomize-ai",
  "transport": "streamable-http",
  "url": "https://conomize.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_stores — Search Conomize's merchant directory by store name, slug, category or shopping area.
  • list_deals — List Conomize discount codes and offers, optionally filtered by merchant slug, category slug, country and status.