Test prompts and responses using Sefaria Texts MCP and HebCal integrations.
This repository contains example prompts and their outputs for testing:
- Sefaria MCP: Access to Jewish texts, commentaries, and scholarly resources
- HebCal: Jewish calendar data, holidays, and zmanim
Add the following to your .mcp.json (or Claude Code MCP settings):
{
"mcpServers": {
"sefaria": {
"type": "sse",
"url": "https://mcp.sefaria.org/sse"
},
"hebcal": {
"type": "sse",
"url": "https://www.hebcal.com/mcp"
}
}
}Both MCPs use public SSE endpoints—no API keys required.
Copy .env.example to .env:
cp .env.example .envConfigure the following:
| Variable | Required | Description |
|---|---|---|
OPEN_ROUTER_API |
Yes | Your OpenRouter API key |
The Sefaria and HebCal MCPs use public endpoints—no additional keys needed.
Test cases demonstrating various queries and responses from these MCPs.