Skip to main content
Glama

quran-mcp-server

by djalal

list-chapters

Retrieve Quran chapters in a specified language using the 'list-chapters' tool from the quran-mcp-server. Simplify Quran navigation by accessing chapter details in your preferred language.

Instructions

List Chapters

Input Schema

NameRequiredDescriptionDefault
languageYesParameter language (e.g., 'en', 'ar', 'fr-CA')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "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