Skip to main content
Glama

quran-mcp-server

by djalal

info

Retrieve detailed chapter information from the Quran, including metadata and content, by specifying chapter ID and language. Designed for integration with the Quran.com corpus API.

Instructions

Get Chapter Info

Input Schema

NameRequiredDescriptionDefault
chapter_idNoChapter ID (1-114)
languageYesParameter language (e.g., 'en', 'ar', 'fr-CA')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chapter_id": { "anyOf": [ { "pattern": "^\\d+$", "type": "string" }, { "exclusiveMinimum": 0, "type": "integer" } ], "description": "Chapter ID (1-114)" }, "language": { "description": "Parameter language (e.g., 'en', 'ar', 'fr-CA')", "maxLength": 10, "minLength": 2, "pattern": "^[a-zA-Z-]+$", "type": "string" } }, "required": [ "language" ], "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