← Registry

Content Tools

telawa.org

Provides access to Quranic texts, including surahs, ayahs, and search functionality.

1 endpoint8 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://telawa.org/api/mcp

No auth detected

MCP server metadata

Name
Telawa MCP
Version
1.0.0
Capabilities
tools

Known tools 8

list_surahs

List all 114 surahs (chapters) of the Quran with names, revelation type and verse counts.

Inferred read-only
get_surah

Get a single surah with its ayahs (1-114).

Inferred read-only
get_ayah

Get a single ayah by surah and ayah number, with optional tafsir.

Inferred read-only
random_ayah

Get a random ayah from the Quran.

Inferred read-only
search_quran

Full-text search across the Quran in Arabic and translations.

Inferred read-only
list_reciters

List available Quran reciters.

Inferred read-only
list_duas

List dua/adhkar categories from Hisn al-Muslim.

Inferred read-only
qibla

Get the qibla (Kaaba) bearing in degrees from a lat/lng.

Inferred read-only

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.telawa-mcp]
url = "https://telawa.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "telawa-mcp": {
      "type": "http",
      "url": "https://telawa.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: telawa-mcp
Remote MCP URL: https://telawa.org/api/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": {
    "telawa-mcp": {
      "url": "https://telawa.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "telawa-mcp": {
      "type": "http",
      "url": "https://telawa.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "telawa-mcp",
  "transport": "streamable-http",
  "url": "https://telawa.org/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.