Skip to main content
Glama

Quran MCP Server

by Prince77-7

get_quran_verse

Retrieve Quran verses with Arabic text and English translation by specifying surah and ayah numbers. Access multiple translation options to study Islamic scripture directly.

Instructions

Get a Quran verse with both Arabic text and English translation. Returns the specified verse from the Quran.

Input Schema

NameRequiredDescriptionDefault
surahYesSurah number (1-114)
ayahYesAyah (verse) number within the surah
translationNoTranslation to use (default: en.asad). Options: en.asad, en.sahih, en.pickthall, en.yusufali, en.hilalien.asad

Input Schema (JSON Schema)

{ "properties": { "ayah": { "description": "Ayah (verse) number within the surah", "minimum": 1, "type": "number" }, "surah": { "description": "Surah number (1-114)", "maximum": 114, "minimum": 1, "type": "number" }, "translation": { "default": "en.asad", "description": "Translation to use (default: en.asad). Options: en.asad, en.sahih, en.pickthall, en.yusufali, en.hilali", "type": "string" } }, "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