Data Collection
manamurah.com
Provides tools to search and compare prices from the Malaysian PriceCatcher catalogue.
ENDPOINT 1
https://mcp.manamurah.com/mcp
MCP server metadata
- Name
- manamurah
- Version
- 2.13.0
Known tools 15
search_itemsSearch the Malaysian PriceCatcher item catalogue by name in any language (Malay/English/Chinese/Tamil).
Inferred read-onlyfind_cheapestReturn up to 10 premises with the lowest price this week, cheapest first.
Inferred read-onlyprice_historyGet weekly price trend for one item at a rollup scope (national / state / district / chain / urbanisation / region / chain_group).
Inferred read-onlycompare_pricesCompare one item's current-week price across national / state / district / chain / urbanisation dimensions in a single call.
Inferred read-onlylist_chainsEnumerate known retail chains with premise counts and geographic spread.
Inferred read-onlyprice_changeCompare one item's current week to its price 1/3/6/12 months ago at any rollup scope (national / state / district / chain / urbanisation / region / chain_group).
Inferred read-onlytop_moversThe items that moved most in price this week vs last week (or month vs prev month with period='monthly').
Inferred read-onlycategory_trendsSummarise price movement per item_category over 1/3/6/12 months at any rollup scope (national / state / district / chain / urbanisation / region / chain_group).
Inferred read-onlybasket_watchTrack total cost for a 1–20 item basket over 1/3/6/12 months at any rollup scope (national / state / district / chain / urbanisation / region / chain_group).
Inferred read-onlychain_mom_moversFind the biggest month-over-month price movers within a chain (or across all chains).
Inferred read-onlyfama_price_historyDaily FAMA price time series for one item at a chosen price level (RUNCIT retail / BORONG wholesale / LADANG farm-gate) and geographic grain.
Inferred read-onlyfama_marginPivot FAMA's three price levels for one item into per-day rows with all three prices side-by-side and the inter-leg markup percentages already computed (ladang_to_borong_pct, borong_to_runcit_pct, ladang_to_runcit_pct).
Inferred read-onlyfama_top_moversDaily-cadence movers per FAMA price level — daily counterpart to top_movers, separable by level so callers can ask 'what jumped at the farm-gate' (level='LADANG') distinctly from 'what jumped at retail' (level='RUNCIT').
Inferred read-onlyCONNECT 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.manamurah]
url = "https://mcp.manamurah.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"manamurah": {
"type": "http",
"url": "https://mcp.manamurah.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: manamurah
Remote MCP URL: https://mcp.manamurah.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": {
"manamurah": {
"url": "https://mcp.manamurah.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"manamurah": {
"type": "http",
"url": "https://mcp.manamurah.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "manamurah",
"transport": "streamable-http",
"url": "https://mcp.manamurah.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for manamurah.com was fetched 2026-08-24T02:40:35.675Z and is being refreshed.
manamurah.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.