get_verse
Pack: bhagavad-gita · Endpoint: https://gateway.pipeworx.io/bhagavad-gita/mcp
Get a single verse (sloka) of the Bhagavad Gita by chapter and verse number. Returns the Sanskrit verse in Devanagari, its transliteration, and English translations from multiple commentators (Sivananda, Purohit, Gambirananda, Adidevananda) plus commentary.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
chapter | number | yes | Chapter number, 1-18. |
verse | number | yes | Verse (sloka) number within the chapter. |
Example call
curl -X POST https://gateway.pipeworx.io/bhagavad-gita/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_verse","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"bhagavad-gita": {
"url": "https://gateway.pipeworx.io/bhagavad-gita/mcp"
}
}
}
See Getting Started for client-specific install steps.