get_surah

Pack: quran · Endpoint: https://gateway.pipeworx.io/quran/mcp

Get the full text of a surah (chapter) of the Quran by its number (1-114). Returns every ayah (verse) in the chosen edition. Use an English translation edition (e.g. en.asad, en.sahih) for English, or quran-uthmani for the Arabic text.

Parameters

NameTypeRequiredDescription
numbernumberyesSurah number, 1-114.
editionstringnoEdition identifier. Default ‘en.asad’ (English translation). Other examples: ‘en.sahih’ (English), ‘quran-uthmani’ (Arabic).

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":"get_surah","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.

Regenerated from source · build June 7, 2026