Skip to main content
Glama

Quran MCP Server

by Prince77-7

get_hadith

Retrieve specific Hadiths from authenticated collections including Bukhari, Muslim, and others by providing collection name and hadith number for Islamic study and reference.

Instructions

Get a specific Hadith from a collection. Hadiths are sayings and actions of Prophet Muhammad (peace be upon him).

Input Schema

NameRequiredDescriptionDefault
collectionYesHadith collection name. Options: bukhari, muslim, abudawud, tirmidhi, nasai, ibnmajah
hadith_numberYesHadith number within the collection

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Hadith collection name. Options: bukhari, muslim, abudawud, tirmidhi, nasai, ibnmajah", "enum": [ "bukhari", "muslim", "abudawud", "tirmidhi", "nasai", "ibnmajah" ], "type": "string" }, "hadith_number": { "description": "Hadith number within the collection", "minimum": 1, "type": "number" } }, "required": [ "collection", "hadith_number" ], "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/Prince77-7/quranMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server