Back to search
100
MCP live v2.0.0 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%
2 probes
Response
905ms
last probe
Tools
16
callable

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 …

Similar MCP servers embedding-nearest

Tarteel MCP Server
Quran MCP server for translation, tafsir, mutashabihat, recitation playlists, and prayer times.
0 tools · streamable-http
quran-search-engine-mcp
MCP server wrapping quran-search-engine for AI tools. Provides Quran search, Arabic normalization, and highlighting as CLI tools.
0 tools
io.github.adelpro/quran-search-engine-mcp
Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting.
0 tools
rabeawahab/mcp-quran
A Model Context Protocol (MCP) server that provides comprehensive access to the Quran
0 tools
darija-mcp
MCP server with Darija/Arabic NLP tools
0 tools
Slugify AI
Python MCP server for text slugification and URL-safe string generation.
0 tools

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"
    }
  }
}