Skip to main content
Glama

quran-mcp-server

by djalal

verses-by_juz_number

Retrieve Quranic verses by Juz number, including translations, tafsirs, audio, and word details, using the Quran MCP server for precise and structured access to scripture content.

Instructions

Get verses by Juz number

Input Schema

NameRequiredDescriptionDefault
audioNoId of recitation
fieldsNoComma separated list of ayah fields
juz_numberYesJuz number (1-30)
languageNoLanguage to fetch word translation
pageNoFor paginating within the result
per_pageNoRecords per api call
tafsirsNoComma separated ids of tafsirs
translation_fieldsNoComma separated list of translation fields
translationsNoComma separated ids of translations
word_fieldsNoComma separated list of word fields
wordsNoInclude words of each ayah

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audio": { "description": "Id of recitation", "type": "string" }, "fields": { "description": "Comma separated list of ayah fields", "type": "string" }, "juz_number": { "description": "Juz number (1-30)", "type": "string" }, "language": { "description": "Language to fetch word translation", "type": "string" }, "page": { "description": "For paginating within the result", "type": "string" }, "per_page": { "description": "Records per api call", "type": "string" }, "tafsirs": { "description": "Comma separated ids of tafsirs", "type": "string" }, "translation_fields": { "description": "Comma separated list of translation fields", "type": "string" }, "translations": { "description": "Comma separated ids of translations", "type": "string" }, "word_fields": { "description": "Comma separated list of word fields", "type": "string" }, "words": { "description": "Include words of each ayah", "type": "string" } }, "required": [ "juz_number" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/djalal/quran-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server