Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wasilah

io.github.mumullickm/wasilah-mcp

Prayer times, Qibla, Hijri calendar, 99 Names, Quran audio, Bangladesh offsets. English + Bengali.

Uptime
100.0%
1 direct probes · 30d
Response
106ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

get_prayer_times

Get the five daily prayer times plus sunrise for a city or coordinates, computed with the same engine as the Wasilah app. On Fridays, Dhuhr is marked as Jumu’ah.

get_next_prayer

Get the next upcoming prayer and how long until it begins, for a city or coordinates.

get_qibla

Get the Qibla direction (compass bearing to the Kaaba) for a city or coordinates.

get_hijri_date

Get the Islamic (Hijri) date for a given Gregorian date, or today.

get_ifb_district_offset

Get the Islamic Foundation Bangladesh published time offset from Dhaka for a Bangladeshi district, for sehri end and iftar. Omit the district to list all 64. These are IFB's own published values, not …

get_hijri_calendar

Get a full Hijri month mapped to Gregorian dates, with the significant days that fall in it. Give a Hijri year and month, or a Gregorian date to get the month containing it. Dates are calendar positio…

get_asma_ul_husna

Look up the 99 Names of Allah (Asma ul Husna). Returns Arabic, transliteration, English and Bengali. Give a number for one name, a search term to match by meaning or transliteration, or neither to get…

get_tasbeeh

Look up the dhikr phrases in the Wasilah tasbeeh counter: Arabic, transliteration, English and Bengali meaning, and the customary count. Give a phrase to look one up, or omit it for all six.

get_quran_audio

Get streaming audio for a surah, plus the surah name and ayah count. Most reciters return a single full-surah URL; the rest return per-ayah numbering to build a playlist from.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wasilah": {
      "url": "https://wasilah-mcp.aykiz.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}