MCP.so
登录

Salaah MCP (Muslim Community Prayer Times)

@yusufk

关于 Salaah MCP (Muslim Community Prayer Times)

A FastAPI and MCP service providing Islamic prayer times calculations

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

yusufk

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器