MCP.so
Sign In

Salaah MCP (Muslim Community Prayer Times)

@yusufk

About Salaah MCP (Muslim Community Prayer Times)

A FastAPI and MCP service providing Islamic prayer times calculations

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

yusufk

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "salaah-mcp": {
      "command": "uv",
      "args": [
        "run",
        "run.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Salaah MCP (Muslim Community Prayer Times)?

Salaah MCP is a FastAPI and Model Context Protocol (MCP) service that calculates Islamic prayer times, Qiblah direction, and solar/lunar data using the islamic_times library. It is designed for developers and users who need accurate, location-based Islamic timing data, and integrates with Claude Desktop via MCP.

How to use Salaah MCP (Muslim Community Prayer Times)?

Clone the repository, install dependencies with pip install uv and uv install, then run with uv run run.py. The API serves endpoints at http://localhost:8000. To use with Claude Desktop, configure claude_desktop_config.json with the MCP proxy pointing to http://localhost:8000/mcp.

Key features of Salaah MCP (Muslim Community Prayer Times)

  • Calculate prayer times for any latitude/longitude.
  • Multiple calculation methods (ISNA, MWL, Umm al-Qura, Egyptian, Karachi, Tehran, Jafari).
  • Get Qiblah direction, distance, and angle from any location.
  • Detailed sun position and moon information including illumination and phase.
  • New moon visibility calculation using Yallop's criterion.

Use cases of Salaah MCP (Muslim Community Prayer Times)

  • Embedding accurate daily prayer times into Islamic apps or widgets.
  • Determining Qiblah direction for prayer in any city worldwide.
  • Computing moon visibility for Islamic calendar events (e.g., Ramadan start).
  • Integrating with Claude Desktop to answer prayer time queries conversationally.

FAQ from Salaah MCP (Muslim Community Prayer Times)

What calculation methods are supported?

Seven methods: ISNA, Muslim World League, Umm al-Qura (Makkah), Egyptian General Authority, University of Karachi, University of Tehran, and Jafari (Shia).

What data does the API require?

For prayer times, only latitude, longitude, and method. Optionally a date (defaults to current). For Qiblah, latitude, longitude, and optionally a date.

Does the service run locally or is it hosted?

The README describes a self-hosted service; no public hosted instance is mentioned.

How do I integrate with Claude Desktop?

Run the server, then configure the MCP proxy in Claude Desktop’s config pointing to http://localhost:8000/mcp. Claude can then invoke prayer time endpoints.

What transport or authentication is used?

The service uses SSE (Server-Sent Events) over HTTP for the MCP transport. No authentication mechanism is described.

Comments

More Other MCP servers