Skip to main content
Glama

quran-mcp-server

by djalal

GET-chapter

Retrieve Quranic chapters in specified languages using chapter IDs (1-114) through the quran-mcp-server's REST API v4.

Instructions

Get Chapter

Input Schema

NameRequiredDescriptionDefault
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": { "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