ManaMurah MCP Server
About
A Model Context Protocol (MCP) server that provides Malaysian consumer goods price data from the official KPDN Pricecatcher program via OpenDOSM. It enables direct integration with Claude Desktop and other MCP-compatible AI tools for querying and analyzing Malaysian retail…
Details
- Author
- manamurah
- Downloads
- 278
- Categories
- Other
Jump to
- Official Malaysian price data from KPDN Pricecatcher
- Natural language query parsing with support for Malaysian terms
- Serverless deployment on Cloudflare Workers
- Built-in rate limiting (10 requests/minute, 100/hour)
- Rich analytics: price comparisons, trends, and market insights
- One-click Claude Desktop integration
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
ManaMurah MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Deploy to Cloudflare Workers using npm run deploy, then connect to Claude Desktop by adding an MCP configuration with an SSE endpoint URL (e.g., https://mcp.manamurah.com/sse). The server is also accessible live at https://mcp.manamurah.com.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"manamurah mcp server": {
"manamurah": {
"type": "http",
"url": "https://mcp.manamurah.com/sse"
}
}
}
}
McpServers
{
"manamurah": {
"type": "http",
"url": "https://mcp.manamurah.com/sse"
}
}
ManaMurah MCP Server
A Model Context Protocol (MCP) server for Malaysian price data from KPDN Pricecatcher. This server enables direct integration with Claude Desktop and other MCP-compatible AI tools for querying Malaysian consumer goods prices.
Features
🇲🇾 Official Malaysian Price Data - KPDN Pricecatcher data via OpenDOSM
🤖 AI-Optimized - Natural language queries with intelligent parsing
⚡ Serverless - Deployed on Cloudflare Workers for global performance
🔒 Rate Limited - Built-in abuse protection and fair usage
📊 Rich Analytics - Price comparisons, trends, and market insights
🎯 Claude Desktop Ready - One-click setup for Claude Desktop integration
Live Demo
The MCP server is deployed and accessible at:
- Production: https://mcp.manamurah.com
- API Endpoint: https://mcp.manamurah.com/mcp
- Status: https://mcp.manamurah.com/ (returns server info)
Quick Start
Deploy to Cloudflare Workers
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



