Skip to main content
Glama

quran-mcp-server

by djalal

search

Find specific terms in the Quran by entering a search query, adjusting results per page, and selecting a language. Use pagination to navigate through results efficiently.

Instructions

Search the Quran for specific terms

Input Schema

NameRequiredDescriptionDefault
languageNoISO code of language, use this query params if you want to boost translations for specific language.
pageNoPage number, well for pagination. You can use *p* as well
qYesSearch query, you can use *query* as well
sizeNoResults per page. *s* is also valid parameter.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "ISO code of language, use this query params if you want to boost translations for specific language.", "type": "string" }, "page": { "description": "Page number, well for pagination. You can use *p* as well", "type": "string" }, "q": { "description": "Search query, you can use *query* as well", "type": "string" }, "size": { "description": "Results per page. *s* is also valid parameter.", "type": "string" } }, "required": [ "q" ], "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