qibla

Pack: prayer-times · Endpoint: https://gateway.pipeworx.io/prayer-times/mcp

Qibla direction (compass bearing toward the Kaaba in Mecca) for a given latitude/longitude, in degrees from true north.

Parameters

NameTypeRequiredDescription
latitudenumberyesLatitude in decimal degrees.
longitudenumberyesLongitude in decimal degrees.

Example call

curl -X POST https://gateway.pipeworx.io/prayer-times/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"qibla","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "prayer-times": {
      "url": "https://gateway.pipeworx.io/prayer-times/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 7, 2026