list_chapters
Pack: bhagavad-gita · Endpoint: https://gateway.pipeworx.io/bhagavad-gita/mcp
List all 18 chapters of the Bhagavad Gita (Hindu scripture / Vedic text). Returns chapter number, Sanskrit name, transliteration, English meaning, summary, and verse count.
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":"list_chapters","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.