Prayer
Islamic prayer times, qibla and a daily reflection
Calling it
Everything here is public and free. No token, no account, no payment.
Methods
GET /api/v1/prayer/qiblaGet the qibla — the compass bearing to face for Islamic prayer from a location
| Argument | Type | Description |
|---|---|---|
lat * | number | Latitude of the location |
lon * | number | Longitude of the location |
curl \ "https://mu-mcp.yvangodard.me/api/v1/prayer/qibla?lat=1.5&lon=1.5"
GET /api/v1/prayer/reflectionGet today's Islamic reflection — a verse of the Quran with its surah, a saying of the Prophet, and a name of Allah
curl \ "https://mu-mcp.yvangodard.me/api/v1/prayer/reflection"
GET /api/v1/prayer/sayingLook up a hadith from Sahih al-Bukhari, optionally from a given book
| Argument | Type | Description |
|---|---|---|
book | number | Book number within Sahih al-Bukhari. Omit for a saying from any book |
curl \ "https://mu-mcp.yvangodard.me/api/v1/prayer/saying"
GET /api/v1/prayer/searchSearch the Quran, the hadith and the names of Allah by meaning — ask a question in plain language rather than naming a reference
| Argument | Type | Description |
|---|---|---|
query * | string | A question in plain language, e.g. "what is said about patience" |
curl \ "https://mu-mcp.yvangodard.me/api/v1/prayer/search?query=query"
GET /api/v1/prayer/timesGet today's Islamic prayer times (salah) for a location, and which prayer is next
| Argument | Type | Description |
|---|---|---|
lat * | number | Latitude of the location |
lon * | number | Longitude of the location |
tz | string | IANA timezone of the location, e.g. Europe/London (defaults to UTC) |
method | string | Calculation convention: isna, mwl, egypt, karachi, gulf, diyanet, muis or jakim (defaults to isna) |
curl \ "https://mu-mcp.yvangodard.me/api/v1/prayer/times?lat=1.5&lon=1.5"
GET /api/v1/prayer/verseLook up a chapter of the Quran, or one verse within it, by number. Use prayer_search to ask a question instead of naming a reference
| Argument | Type | Description |
|---|---|---|
chapter * | number | Chapter (surah) number, 1-114 |
verse | number | Verse number within the chapter. Omit for the whole chapter |
curl \ "https://mu-mcp.yvangodard.me/api/v1/prayer/verse?chapter=1.5"
The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.


