Skip to main content
Glama

Quran MCP Server

by Prince77-7

get_tafsir

Retrieve scholarly commentary and interpretation for specific Quran verses to understand their meaning and context.

Instructions

Get Tafsir (commentary/explanation) for a specific Quran verse. Provides scholarly interpretation and context.

Input Schema

NameRequiredDescriptionDefault
surahYesSurah number (1-114)
ayahYesAyah (verse) number
tafsirNoTafsir source (default: en-tafisr-ibn-kathir). Use list_tafsir_sources to see all options.en-tafisr-ibn-kathir

Input Schema (JSON Schema)

{ "properties": { "ayah": { "description": "Ayah (verse) number", "minimum": 1, "type": "number" }, "surah": { "description": "Surah number (1-114)", "maximum": 114, "minimum": 1, "type": "number" }, "tafsir": { "default": "en-tafisr-ibn-kathir", "description": "Tafsir source (default: en-tafisr-ibn-kathir). Use list_tafsir_sources to see all options.", "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