An experimental Model Context Protocol (MCP) server implementation that allows AI assistants to search for product information from Australia's major
Coles woolworths mcp server connects Coles Woolworths to AI assistants that speak the Model Context Protocol. An experimental Model Context Protocol (MCP) server implementation that allows AI assistants to search for product information from Australia's major supermarkets: Coles and Woolworths. This server exposes product search functionality through the MCP protocol, making it easy for AI assistants to.
An experimental Model Context Protocol (MCP) server implementation that allows AI assistants to search for product information from Australia's major supermarkets: Coles and Woolworths. This server exposes product search functionality through the MCP protocol, making it easy for AI assistants to retrieve product pricing and details.
Once connected, the assistant can call these 4 tools directly:
get_coles_products — Search for products at Coles supermarkets with optional store selectionget_woolworths_products — Search for products at Woolworths supermarketsPrerequisites — The Prerequisites tool exposed by this serverSetup — 1. Clone the repository and navigate to the project directory 2. Use uv to install dependencies:The server is distributed via PyPI as fastmcp, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply one environment variable: COLES_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
uv package managerFile and storage servers are what separate an assistant that talks about your documents from one that actually works with them. Coles Woolworths sits in that group, and the shape of its toolset — get_coles_products, get_woolworths_products, Prerequisites among others — tells you what it is really for. Worth comparing against the other file systems servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| get_coles_products | Search for products at Coles supermarkets with optional store selection |
| get_woolworths_products | Search for products at Woolworths supermarkets |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | 1. Clone the repository and navigate to the project directory 2. Use uv to install dependencies: |
{
"mcpServers": {
"coles-woolworths": {
"command": "uvx",
"args": ["fastmcp"],
"env": {
"COLES_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
uv package manager| Variable | Description | Required |
|---|---|---|
| COLES_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.