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

NameTypeRequiredDescription
citystringnoCity name, e.g. “London”. Requires country.
countrystringnoCountry name or code, e.g. “UK”. Requires city.
latitudenumbernoLatitude in decimal degrees. Use with longitude as an alternative to city+country.
longitudenumbernoLongitude in decimal degrees. Use with latitude.
methodnumbernoPrayer-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.

Regenerated from source · build June 7, 2026