woolies-coles-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@woolies-coles-mcpsearch for milk at woolworths"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Woolworths & Coles Integration
Search and compare products from Woolworths and Coles, two major Australian supermarket chains.
Available as both an MCP server and a Claude Desktop plugin - choose the option that works best for you!
Features
Search Woolworths: Find products, prices, and availability at Woolworths
Search Coles: Find products, prices, and availability at Coles
Compare Prices: Compare products between both stores with price analysis
Zero Dependencies: Uses only Node.js built-in modules
Related MCP server: Woolworths MCP Server
Installation Options
Option 1: MCP Server (Recommended for Power Users)
Best for: Users who want a standalone service, multiple AI system integration, or need more control.
Quick Install:
Add to your Claude Desktop config (
~/.config/Claude/claude_desktop_config.json):{ "mcpServers": { "woolies-coles": { "command": "node", "args": ["/absolute/path/to/woolies-coles-mcp/index.mjs"] } } }Restart Claude Desktop
See SETUP.md for detailed instructions.
Option 2: Claude Desktop Plugin (Simpler)
Best for: Users who want easy installation with minimal configuration.
Quick Install:
Copy plugin files to your plugins directory:
mkdir -p ~/.claude/plugins/woolies-coles cp plugin.mjs plugin-package.json ~/.claude/plugins/woolies-coles/Restart Claude Desktop
See PLUGIN_INSTALL.md for detailed instructions.
Requirements
No installation required! Uses only Node.js built-in modules (Node.js 14+).
Usage
Once installed (either as MCP server or plugin), you can ask Claude natural language questions like:
"Search for milk at Woolworths"
"What's the price of bread at Coles?"
"Compare prices for coffee between Woolworths and Coles"
"Show me organic products at Woolworths"
"Find the cheapest olive oil between both stores"
Claude will automatically use the appropriate tool based on your request.
Available Tools
1. search_woolworths
Search for products at Woolworths supermarket.
Parameters:
query(string, required): Product search query
Returns: Product names, prices, availability, unit information, and product links
2. search_coles
Search for products at Coles supermarket.
Parameters:
query(string, required): Product search query
Returns: Product names, prices, availability, unit information, and product links
3. compare_prices
Compare prices for a product between Woolworths and Coles.
Parameters:
query(string, required): Product to compare
Returns: Results from both stores with average price comparison and analysis
Comparison: MCP Server vs Plugin
Feature | MCP Server | Plugin |
Installation | Config file | Copy to directory |
Process | Separate process | In-process |
Debugging | Full logs | Limited |
Flexibility | High | Medium |
Ease of use | Medium | High |
Best for | Power users, developers | General users |
Both options provide the same functionality - choose based on your preference!
Project Structure
woolies-coles-mcp/
├── index.mjs # MCP server implementation
├── plugin.mjs # Claude Desktop plugin implementation
├── plugin-package.json # Plugin metadata
├── test.mjs # Test script for MCP server
├── claude_desktop_config.example.json # Example MCP config
├── README.md # Main documentation (this file)
├── SETUP.md # Detailed MCP server setup
└── PLUGIN_INSTALL.md # Detailed plugin installationAPI Notes
This server attempts to query the public APIs of Woolworths and Coles. Note that:
These APIs are not officially documented for third-party use
API endpoints and response formats may change without notice
Rate limiting may apply
Some requests may require additional headers or authentication in the future
The server uses only Node.js built-in modules (no external dependencies)
Requirements
Node.js 14+ (with ES modules support)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnvouros/woolies-coles-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server