Skip to main content
Glama

Malaysia Prayer Time MCP Server

malaysia_prayer_time.uvx.json1.73 kB
{ "name": "malaysia-prayer-time", "version": "0.2.0", "description": "Malaysia Prayer Time UVX Plugin", "tools": [ { "name": "get_prayer_times", "description": "Get prayer times for a specific city in Malaysia", "parameters": { "city": { "type": "string", "description": "Name of the city (default: kuala lumpur)" }, "country": { "type": "string", "description": "Country name (default: malaysia)" }, "date": { "type": "string", "description": "Date in YYYY-MM-DD format or 'today' (default: today)" } }, "required": ["city"] }, { "name": "get_prayer_times_by_coordinates", "description": "Get prayer times for a specific location using coordinates", "parameters": { "latitude": { "type": "number", "description": "Latitude of the location" }, "longitude": { "type": "number", "description": "Longitude of the location" }, "date": { "type": "string", "description": "Date in YYYY-MM-DD format or 'today' (default: today)" } }, "required": ["latitude", "longitude"] }, { "name": "list_zones", "description": "List all available prayer time zones in Malaysia", "parameters": {} }, { "name": "get_current_prayer", "description": "Get the current prayer time status for a specific zone", "parameters": { "zone": { "type": "string", "description": "The zone code (e.g., 'SGR01', 'KUL01', etc.)" } }, "required": ["zone"] } ] }

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/amanasmuei/mcp-server-malaysia-prayer-time'

If you have feedback or need assistance with the MCP directory API, please join our Discord server