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

Tarteel MCP Server

io.github.TarteelAI/tarteel-mcp-server

Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times.

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

Tools · 16

ayah_mutashabihat

Show repeated phrase metadata for one ayah with an interactive display. Use this when: the user asks which phrases in a specific ayah repeat elsewhere; the user needs phrase IDs and counts before call…

phrase_mutashabihat

Show phrase mutashabihat occurrences with an interactive display. Use this when: the user provides phrase text and asks where it appears; the user has a phrase_id (for example from ayah_mutashabihat) …

ayah_translation

DEFAULT tool for user-facing translation display. Use this for ANY user-facing request to show/see translations of a Quran ayah — including 'show me…', 'what's the translation of…', 'give me Saheeh/Cl…

ayah_tafsir

DEFAULT tool for user-facing tafsir display. Use this for ANY user-facing request to show/see tafsir commentary on a Quran ayah — including 'show me the tafsir of…', 'what does Ibn Kathir say about…',…

ayah_search

DEFAULT tool for user-facing Quran search. Use this for ANY user-facing search — 'find ayahs that contain X', 'where does X appear in the Quran', 'search the Quran for X', or similar. This is the FINA…

list_reciters

DEFAULT tool for user-facing reciter-listing questions. Use this for ANY user-facing query like 'what reciters are available', 'who can recite for me', 'list Quran reciters'. This is the FINAL tool ca…

list_tafsirs

DEFAULT tool for user-facing tafsir-listing questions. Use this for ANY user-facing query like 'what tafsirs are supported', 'list English tafsirs', 'which tafsir collections do you have'. This is the…

list_translations

DEFAULT tool for user-facing translation-listing questions. Use this for ANY user-facing query like 'what English translations are available', 'list French translations', 'which translators can I choo…

play_ayahs

Play Quranic ayah audio with an interactive player widget. Use this when: the user asks to play/listen to ayahs. RECITER HANDLING: If the user names a specific reciter (e.g. 'Husary', 'Minshawi', 'Al-…

prayer_times

Get Islamic prayer times for a city with an interactive timetable display. Use this when: the user asks for salah times in a location; the user asks to calculate times with a specific prayer method (f…

lookup_reciters

INTERNAL/preparatory tool — text-only, no widget rendered. NEVER use as the user-facing answer to a 'what reciters are available' question — use list_reciters for that (the default interactive widget)…

lookup_tafsirs

INTERNAL/preparatory tool — text-only, no widget rendered. NEVER use as the user-facing answer to a 'what tafsirs are supported' question — use list_tafsirs for that (the default interactive widget). …

lookup_translations

INTERNAL/preparatory tool — text-only, no widget rendered. NEVER use as the user-facing answer to a 'what translations are available' question — use list_translations for that (the default interactive…

get_translation_text

INTERNAL/preparatory tool — text-only, no widget rendered. NEVER use as the user-facing answer to any 'show me / what's the translation of…' request — use ayah_translation for that (the default intera…

get_tafsir_text

INTERNAL/preparatory tool — text-only, no widget rendered. NEVER use as the user-facing answer to any 'show me / explain with tafsir…' request — use ayah_tafsir for that (the default interactive widge…

search_ayahs_text

INTERNAL/preparatory tool — text-only, no widget rendered. NEVER use as the user-facing answer to a search query — use ayah_search for that (the default interactive widget). Use this ONLY when EITHER …

Resources · 20

ayah_mutashabihat

Display repeated phrase (mutashabihat) metadata for a single ayah, including phrase IDs, counts, and word ranges.

ui://widgets/apps-sdk/ayah_mutashabihat.html
ayah_mutashabihat

Display repeated phrase (mutashabihat) metadata for a single ayah, including phrase IDs, counts, and word ranges.

ui://widgets/ext-apps/ayah_mutashabihat.html
phrase_mutashabihat

Display all ayah occurrences for a mutashabihat phrase ID or phrase text (simple Arabic), including counts and word ranges.

ui://widgets/apps-sdk/phrase_mutashabihat.html
phrase_mutashabihat

Display all ayah occurrences for a mutashabihat phrase ID or phrase text (simple Arabic), including counts and word ranges.

ui://widgets/ext-apps/phrase_mutashabihat.html
ayah_translation

Display Quranic verses with non-Arabic translations. Arabic ayah text is already included in results.

ui://widgets/apps-sdk/ayah_translation.html
ayah_translation

Display Quranic verses with non-Arabic translations. Arabic ayah text is already included in results.

ui://widgets/ext-apps/ayah_translation.html
ayah_tafsir

Display Quranic verses with tafsir (scholarly commentary).

ui://widgets/apps-sdk/ayah_tafsir.html
ayah_tafsir

Display Quranic verses with tafsir (scholarly commentary).

ui://widgets/ext-apps/ayah_tafsir.html
ayah_search

Search Quran ayahs by Arabic text with an interactive result list.

ui://widgets/apps-sdk/ayah_search.html
ayah_search

Search Quran ayahs by Arabic text with an interactive result list.

ui://widgets/ext-apps/ayah_search.html
list_reciters

Browse available Quran reciters in an interactive list.

ui://widgets/apps-sdk/list_reciters.html
list_reciters

Browse available Quran reciters in an interactive list.

ui://widgets/ext-apps/list_reciters.html
list_tafsirs

Browse available Quran tafsirs in an interactive list.

ui://widgets/apps-sdk/list_tafsirs.html
list_tafsirs

Browse available Quran tafsirs in an interactive list.

ui://widgets/ext-apps/list_tafsirs.html
list_translations

Browse available Quran translations in an interactive list.

ui://widgets/apps-sdk/list_translations.html
list_translations

Browse available Quran translations in an interactive list.

ui://widgets/ext-apps/list_translations.html
play_ayahs

Play Quranic ayah audio with playlist controls.

ui://widgets/apps-sdk/play_ayahs.html
play_ayahs

Play Quranic ayah audio with playlist controls.

ui://widgets/ext-apps/play_ayahs.html
prayer_times

Calculate accurate Islamic prayer times (Salah/Namaz) for any city worldwide.

ui://widgets/apps-sdk/prayer_times.html
prayer_times

Calculate accurate Islamic prayer times (Salah/Namaz) for any city worldwide.

ui://widgets/ext-apps/prayer_times.html

How to use

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

{
  "mcpServers": {
    "tarteel_mcp_server": {
      "url": "https://mcp.tarteel.ai/mcp",
      "transport": "streamable-http"
    }
  }
}