Skip to main content
Glama
djalal

quran-mcp-server

by djalal
index.ts790 B
/** * Export all handlers for the Quran.com API MCP Server */ // Chapter-related handlers export { handleListChapters, handleGetChapter, handleChapterInfo } from './chapters'; // Verse-related handlers export { handleVersesByChapterNumber, handleVersesByPageNumber, handleVersesByJuzNumber, handleVersesByHizbNumber, handleVersesByRubElHizbNumber, handleVersesByVerseKey, handleRandomVerse, } from './verses'; // Search-related handlers export { handleSearch } from './search'; // Juzs-related handlers export { handleJuzs } from './juzs'; // Resource-related handlers export { handleTranslations, handleTranslationInfo, handleTafsirs, handleTafsirInfo, handleTafsir, handleChapterReciters, handleRecitationStyles, handleLanguages } from './resources';

Latest Blog Posts

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