prayer_times
Pack: prayer-times · Endpoint: https://gateway.pipeworx.io/prayer-times/mcp
Islamic prayer times (salah times: Fajr, Sunrise, Dhuhr, Asr, Maghrib, Isha, plus Imsak and Midnight) for a location today. Provide either city+country or latitude+longitude. Returns timings, Gregorian and Hijri (Islamic calendar) dates, timezone, and the calculation method used.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
city | string | no | City name, e.g. “London”. Requires country. |
country | string | no | Country name or code, e.g. “UK”. Requires city. |
latitude | number | no | Latitude in decimal degrees. Use with longitude as an alternative to city+country. |
longitude | number | no | Longitude in decimal degrees. Use with latitude. |
method | number | no | Prayer-time calculation method. Default 2 = ISNA (Islamic Society of North America); 3 = MWL (Muslim World League); 4 = Umm al-Qura (Makkah); and others. |
Example call
curl -X POST https://gateway.pipeworx.io/prayer-times/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"prayer_times","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"prayer-times": {
"url": "https://gateway.pipeworx.io/prayer-times/mcp"
}
}
}
See Getting Started for client-specific install steps.