hijri_calendar

Pack: prayer-times · Endpoint: https://gateway.pipeworx.io/prayer-times/mcp

Monthly Islamic prayer-times calendar for a city: per-day Gregorian and Hijri (Islamic calendar) dates with salah times (Fajr, Dhuhr, Maghrib, Isha).

Parameters

NameTypeRequiredDescription
citystringyesCity name, e.g. “London”.
countrystringyesCountry name or code, e.g. “UK”.
monthnumberyesGregorian month, 1-12.
yearnumberyesGregorian year, e.g. 2026.
methodnumbernoPrayer-time calculation method. Default 2 = ISNA; 3 = MWL; 4 = Umm al-Qura; 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":"hijri_calendar","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