Skip to main content
Glama

Quran MCP Server

by Prince77-7

get_recitation_url

Retrieve MP3 audio URL for Quran verse recitations by specifying surah, ayah, and reciter to enable listening to precise Islamic scripture passages.

Instructions

Get audio recitation URL for a specific Quran verse. Returns MP3 URL for listening to the verse.

Input Schema

NameRequiredDescriptionDefault
surahYesSurah number (1-114)
ayahYesAyah (verse) number
reciterNoReciter name (default: Maher_AlMuaiqly_64kbps). Use list_reciters to see all options.Maher_AlMuaiqly_64kbps

Input Schema (JSON Schema)

{ "properties": { "ayah": { "description": "Ayah (verse) number", "minimum": 1, "type": "number" }, "reciter": { "default": "Maher_AlMuaiqly_64kbps", "description": "Reciter name (default: Maher_AlMuaiqly_64kbps). Use list_reciters to see all options.", "type": "string" }, "surah": { "description": "Surah number (1-114)", "maximum": 114, "minimum": 1, "type": "number" } }, "required": [ "surah", "ayah" ], "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/Prince77-7/quranMCP'

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