Skip to main content
Glama

quran-mcp-server

by djalal
search.ts658 B
/** * Search-related schemas for the Quran.com API MCP Server */ import { z } from 'zod'; /** * Schema for search */ export const searchSchema = z.object({ q: z.string().describe("Search query, you can use *query* as well"), size: z.string().optional().describe("Results per page. *s* is also valid parameter."), page: z.string().optional().describe("Page number, well for pagination. You can use *p* as well"), language: z.string().optional().describe("ISO code of language, use this query params if you want to boost translations for specific language."), }); // Export all search-related schemas export default { search: searchSchema, };

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