search_quran
Pack: quran · Endpoint: https://gateway.pipeworx.io/quran/mcp
Search the Quran for a keyword across ayahs (verses). Returns matching verses (up to 30) with their surah (chapter) and ayah number. Defaults to the en.asad English translation; pass another edition to search a different translation or Arabic (quran-uthmani).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Word or phrase to search for. |
edition | string | no | Edition to search. Default ‘en.asad’. |
surah | number,string | no | Restrict to a surah number, or ‘all’ for the whole Quran (default). |
Example call
curl -X POST https://gateway.pipeworx.io/quran/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_quran","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"quran": {
"url": "https://gateway.pipeworx.io/quran/mcp"
}
}
}
See Getting Started for client-specific install steps.