# Muslim Welfare House Sheffield (MWHS) > Community mosque and Islamic centre in Sheffield, UK. Prayer times, Jummah, events, khutbahs, Islamic schools, and community services since 1985. ## Essential facts - Name: Muslim Welfare House Sheffield (MWHS) - Address: 10-12 Severn Road, Sheffield, S10 2SU, United Kingdom - Phone: 0114 267 1969 (+44 114 267 1969) - Maps: https://www.google.com/maps/search/?api=1&query=10-12+Severn+Road+Sheffield+S10+2SU - Centre Manager: manager@mwhs.org.uk - Jummah Khateeb: khateeb@mwhs.org.uk - Instagram: https://www.instagram.com/mwhsheffield - WhatsApp community: https://chat.whatsapp.com/LvL5pmZnpHpDrHJxtlEzY2 - Website: https://www.mwhs.org.uk ## Prayer times (preferred sources) 1. **Today (HTML):** https://www.mwhs.org.uk/ — today's adhan + iqamah + Jummah are in the initial HTML (no JS required). 2. **Prayer times page:** https://www.mwhs.org.uk/prayer-times — includes a crawlable today summary plus an interactive calendar. 3. **MCP API (best for agents):** `POST https://www.mwhs.org.uk/api/mcp` - Protocol: Model Context Protocol (JSON-RPC 2.0, streamable HTTP) - Accept header must include both `application/json` and `text/event-stream` - Tools: `get_prayer_times` (optional `date` as YYYY-MM-DD), `list_upcoming_events`, `list_khutbahs`, `get_khutbah` - Example initialize: `{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"agent","version":"1.0"}}}` - Example tool call: `{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"get_prayer_times","arguments":{}}}` 4. **Monthly adhan JSON:** https://www.mwhs.org.uk/data/{month}.json - Months: january … december (lowercase), plus ramadan.json - Fields per day: date, fajr, shurooq, dhuhr, asr, maghrib, isha (adhan/entry times; iqamah via MCP or HTML) Timezone for all prayer times: Europe/London. ## Other public JSON - Events: https://www.mwhs.org.uk/api/events - Services: https://www.mwhs.org.uk/api/services - DST config: https://www.mwhs.org.uk/docs/dst-start-end.json ## Key pages - [Home](https://www.mwhs.org.uk/) - [Prayer Times](https://www.mwhs.org.uk/prayer-times) - [Events](https://www.mwhs.org.uk/events) - [Khutbahs](https://www.mwhs.org.uk/khutbahs) - [Services](https://www.mwhs.org.uk/services) - [Islamic Schools](https://www.mwhs.org.uk/school) - [Contact](https://www.mwhs.org.uk/contact) - [Donate](https://www.mwhs.org.uk/donate) ## Optional - [Privacy Policy](https://www.mwhs.org.uk/privacy-policy) - [Sitemap](https://www.mwhs.org.uk/sitemap.xml)