← prayer-times.co.uk

INDIVIDUAL MCP TOOL

list_uk_cities

List UK city slugs this API covers, with method (london-unified or mwl) and page URL.

prayer-times.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://prayer-times.co.uk/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_uk_cities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

prayer-times.co.uk

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.uk-prayer-times]
url = "https://prayer-times.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uk-prayer-times": {
      "type": "http",
      "url": "https://prayer-times.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uk-prayer-times
Remote MCP URL: https://prayer-times.co.uk/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "uk-prayer-times": {
      "url": "https://prayer-times.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uk-prayer-times": {
      "type": "http",
      "url": "https://prayer-times.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uk-prayer-times",
  "transport": "streamable-http",
  "url": "https://prayer-times.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_today_prayer_times — Today’s Fajr, Sunrise, Dhuhr, Asr, Maghrib and Isha for one UK city.
  • get_city_prayer_times — Upcoming prayer-time window (up to 7 days) for one UK city, plus a URL for the full 40-day JSON.