search_quran
ActiveTool of Quran
Search the Quran for a keyword across ayahs (verses). Returns matching verses (up to 30) with their surah (chapter) and ayah number. Defaults to the en.asad English translation; pass another edition to search a different translation or Arabic (quran-uthmani).
Parameters schema
{
"type": "object",
"required": [
"keyword"
],
"properties": {
"surah": {
"type": [
"number",
"string"
],
"description": "Restrict to a surah number, or 'all' for the whole Quran (default)."
},
"edition": {
"type": "string",
"description": "Edition to search. Default 'en.asad'."
},
"keyword": {
"type": "string",
"description": "Word or phrase to search for."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Quran
https://github.com/pipeworx-io/mcp-quran
1/7 registries