quran-search-engine-mcp
quran-search-engine-mcp is a TypeScript-ready Model Context Protocol (MCP) search engine built to power accurate, context-aware Quranic verse lookup for…
What it can do
- Find Verses By Lemma: Find verses containing a normalized lemma via the inverted lemma index. Paginated.
- Find Verses By Root: Find verses containing a normalized Arabic root via the inverted root index. Paginated.
- Get Sura Info: Look up one surah by numeric id (1–114), Arabic name, English name, or romanization. Returns the matching record or null.
What data it sees
Do you need an account
No: the server works without sign-in
quran-search-engine-mcp is a TypeScript-ready Model Context Protocol (MCP) search engine built to power accurate, context-aware Quranic verse lookup for MCP-compatible AI and applications. Instead of letting the model guess or hallucinate scripture, all search queries are routed through an MCP server that returns verified Quranic text with advanced Arabic normalization and semantic matching — including root forms, synonyms, and variants — so your app or assistant always works off real Quran content with zero hallucination.
Server tool list (8)
Raw names from tools/list. Only developers need these.
| find_verses_by_lemma | Find verses containing a normalized lemma via the inverted lemma index. Paginated. |
| find_verses_by_root | Find verses containing a normalized Arabic root via the inverted root index. Paginated. |
| get_sura_info | Look up one surah by numeric id (1–114), Arabic name, English name, or romanization. Returns the matching record or null. |
| get_verse | Fetch a single verse by global id or by (suraId, ayaId). Returns the full verse record or null. |
| get_verse_morphology | Get the lemmas and roots for a single verse by gid or by (suraId, ayaId). Returns morphology or null. |
| get_verses_by_range | Fetch verses by Quran range syntax: '2:255' (single), '1:1-7' (range), or '2:' (whole sura). |
| list_surahs | Return all 114 surahs with id, names (Arabic, English, romanization), verse count, juz list, and Mushaf page range. |
| search | Search the Quran with Arabic normalization, lemma/root options, and highlights. |