INDIVIDUAL MCP TOOL
fama_top_movers
Daily-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').
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 endpoint
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.manamurah-com]
url = "https://mcp.manamurah.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"manamurah-com": {
"type": "http",
"url": "https://mcp.manamurah.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: manamurah-com
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-com": {
"url": "https://mcp.manamurah.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"manamurah-com": {
"type": "http",
"url": "https://mcp.manamurah.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "manamurah-com",
"transport": "streamable-http",
"url": "https://mcp.manamurah.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_items— Search the Malaysian PriceCatcher item catalogue by name in any language (Malay/English/Chinese/Tamil).find_cheapest— Return up to 10 premises with the lowest price this week, cheapest first.price_history— Get weekly price trend for one item at a rollup scope (national / state / district / chain / urbanisation / region / chain_group).nearby_premises— Find premises within a geographic radius of a coordinate.compare_prices— Compare one item's current-week price across national / state / district / chain / urbanisation dimensions in a single call.list_chains— Enumerate known retail chains with premise counts and geographic spread.price_change— Compare 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).top_movers— The items that moved most in price this week vs last week (or month vs prev month with period='monthly').