Prayer

Quraysh - 106:4 Who has fed them against hunger and made them secure against fear.

Allah, Al-Wakeel (The Trustee), provides for our needs and protects us from harm, as mentioned in Surah Quraysh—He feeds us when hungry and grants us security when fearful. This divine care should inspire us to place our complete trust in Him and submit to His guidance, knowing that He manages all affairs with perfect wisdom and justice. Let us respond to this compassion by adhering to His boundaries and seeking His protection through righteous conduct.

Open Prayer →

Calling it

Everything here is public and free. No token, no account, no payment.

curl https://micro.mu/api/v1/prayer/qibla

The same method over MCP, which is what an agent speaks: prayer_qibla. The answer is identical.

How every call behaves →

Methods

GET /api/v1/prayer/qibla

Get the qibla — the compass bearing to face for Islamic prayer from a location

ArgumentTypeDescription
lat *numberLatitude of the location
lon *numberLongitude of the location
curl \
  "https://micro.mu/api/v1/prayer/qibla?lat=1.5&lon=1.5"
GET /api/v1/prayer/reflection

Get today's Islamic reflection — a verse of the Quran with its surah, a saying of the Prophet, and a name of Allah

curl \
  "https://micro.mu/api/v1/prayer/reflection"
GET /api/v1/prayer/saying

Look up a hadith from Sahih al-Bukhari, optionally from a given book

ArgumentTypeDescription
booknumberBook number within Sahih al-Bukhari. Omit for a saying from any book
curl \
  "https://micro.mu/api/v1/prayer/saying"
GET /api/v1/prayer/times

Get today's Islamic prayer times (salah) for a location, and which prayer is next

ArgumentTypeDescription
lat *numberLatitude of the location
lon *numberLongitude of the location
tzstringIANA timezone of the location, e.g. Europe/London (defaults to UTC)
methodstringCalculation convention: isna, mwl, egypt, karachi, gulf, diyanet, muis or jakim (defaults to isna)
curl \
  "https://micro.mu/api/v1/prayer/times?lat=1.5&lon=1.5"
GET /api/v1/prayer/verse

Look 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

ArgumentTypeDescription
chapter *numberChapter (surah) number, 1-114
versenumberVerse number within the chapter. Omit for the whole chapter
curl \
  "https://micro.mu/api/v1/prayer/verse?chapter=1.5"

The same methods are tools over MCP, and every service on this instance is in one reference.