# Wasilah (remote · wasilah-mcp.aykiz.workers.dev)

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

- Trust score: 60/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `wasilah-mcp.aykiz.workers.dev`: 60/100 (this document), [markdown](https://verifymcp.io/servers/mumullickm-wasilah-mcp/wasilah-mcp.md), [page](https://verifymcp.io/servers/mumullickm-wasilah-mcp/wasilah-mcp)

## Channel facts

- Endpoint: `https://wasilah-mcp.aykiz.workers.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 1259 tokens (~139/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 98/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 94% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mumullickm-wasilah-mcp https://wasilah-mcp.aykiz.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.mumullickm-wasilah-mcp]
url = "https://wasilah-mcp.aykiz.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mumullickm-wasilah-mcp": {
      "type": "remote",
      "url": "https://wasilah-mcp.aykiz.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mumullickm-wasilah-mcp --url https://wasilah-mcp.aykiz.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mumullickm-wasilah-mcp:
    url: "https://wasilah-mcp.aykiz.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mumullickm-wasilah-mcp": {
      "type": "http",
      "url": "https://wasilah-mcp.aykiz.workers.dev/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 58, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 59, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (9)

### `get_prayer_times` (~280 tokens)

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.

Input parameters:

- `asr` (string): Asr juristic method. "auto" follows the calculation method’s regional default.
- `city` (string): City name to resolve, e.g. "Dhaka" or "Madinah". Ignored when latitude and longitude are given.
- `date` (string): Date as YYYY-MM-DD. Defaults to today in the location’s timezone.
- `latitude` (number): Latitude in degrees, north positive.
- `longitude` (number): Longitude in degrees, east positive.
- `method` (string): Calculation method. Defaults to "karachi" (the app default).
- `offset_minutes` (object): Optional per-prayer adjustment in whole minutes, matching the offset settings in the Wasilah app, e.g. {"maghrib": 3}. Applies to the five obligatory prayers only; Sunrise is never offset. These are…
- `timezone` (string): IANA timezone, e.g. "Asia/Dhaka". Used with explicit latitude/longitude. If omitted, the zone is inferred from the nearest known city and reported in the answer.

### `get_next_prayer` (~208 tokens)

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

Input parameters:

- `asr` (string)
- `city` (string): City name to resolve, e.g. "Dhaka" or "Madinah". Ignored when latitude and longitude are given.
- `latitude` (number): Latitude in degrees, north positive.
- `longitude` (number): Longitude in degrees, east positive.
- `method` (string)
- `offset_minutes` (object): Optional per-prayer adjustment in whole minutes, matching the offset settings in the Wasilah app, e.g. {"maghrib": 3}. Applies to the five obligatory prayers only; Sunrise is never offset. These are…
- `timezone` (string): IANA timezone, e.g. "Asia/Dhaka". Used with explicit latitude/longitude. If omitted, the zone is inferred from the nearest known city and reported in the answer.

### `get_qibla` (~133 tokens)

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

Input parameters:

- `city` (string): City name to resolve, e.g. "Dhaka" or "Madinah". Ignored when latitude and longitude are given.
- `latitude` (number): Latitude in degrees, north positive.
- `longitude` (number): Longitude in degrees, east positive.
- `timezone` (string): IANA timezone, e.g. "Asia/Dhaka". Used with explicit latitude/longitude. If omitted, the zone is inferred from the nearest known city and reported in the answer.

### `get_hijri_date` (~47 tokens)

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

Input parameters:

- `date` (string): Gregorian date as YYYY-MM-DD. Defaults to today (UTC).

### `get_ifb_district_offset` (~85 tokens)

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 a computation.

Input parameters:

- `district` (string): District name in English or Bengali, e.g. Sylhet or সিলেট.

### `get_hijri_calendar` (~163 tokens)

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 positions, not sighting announcements.

Input parameters:

- `date` (string): Gregorian date YYYY-MM-DD; returns the Hijri month containing it. Defaults to today.
- `language` (string): Language for significant-day notes. Defaults to en.
- `method` (string): umm_al_qura (default, the Saudi civil calendar) or tabular (Kuwaiti arithmetic).
- `month` (integer): Hijri month number, 1 = Muharram.
- `year` (integer): Hijri year, e.g. 1448.

### `get_asma_ul_husna` (~97 tokens)

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 all 99.

Input parameters:

- `number` (integer): Name number, 1 to 99.
- `search` (string): Match against transliteration, English meaning, Bengali or Arabic.

### `get_tasbeeh` (~113 tokens)

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.

Input parameters:

- `dhikr` (string): Phrase to look up, by transliteration, meaning or Arabic, e.g. "SubhanAllah", "forgiveness" or "أستغفر".
- `language` (string): Language for meanings and notes. Defaults to en.

### `get_quran_audio` (~133 tokens)

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.

Input parameters:

- `reciter` (string): Reciter edition. Defaults to "ar.alafasy" (Mishary Rashid Alafasy). Only ar.alafasy, ar.abdulbasitmurattal and ar.abdullahbasfar have single-file surah audio; the others are per-ayah.
- `surah` (integer, required): Surah number, 1 to 114.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mumullickm-wasilah-mcp/wasilah-mcp#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 59
- 2026-08-01: 59
- 2026-07-31: 58
- 2026-07-30: 59
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://wasilah-mcp.aykiz.workers.dev/mcp
- Repository: https://github.com/mumullickm/wasilah-mcp
- Changelog RSS feed: https://verifymcp.io/servers/mumullickm-wasilah-mcp/wasilah-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mumullickm-wasilah-mcp/wasilah-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mumullickm-wasilah-mcp/wasilah-mcp
