streamable-httpMITupdated 1mo ago
A remote Model Context Protocol server that gives researchers direct access to the corpus of Sayyid Ali Khamenei — juridical rulings, lectures and intellectual writings in Arabic and Persian — through seven read-only tools.
What can you do with SAKH — Ayatollah Khamenei Research Corpus?
SAKH — Ayatollah Khamenei Research Corpus (MCP Server)
A remote Model Context Protocol server that gives researchers direct access to the corpus of Sayyid Ali Khamenei — juridical rulings, lectures and intellectual writings in Arabic and Persian — through seven read-only tools.
This repository hosts the public listing and documentation for the SAKH MCP server. The server itself is hosted and operated by SADIQOON TECHNOLOGIES LTD; this repo does not contain its source.
Connect
- Server URL:
https://mcp.khamenei-online.org/mcp/sakh - Transport: Streamable HTTP
- Authentication: OAuth 2.1 with Dynamic Client Registration (PKCE S256)
- Website & documentation: https://khamenei-online.org/mcp/
- Official MCP Registry:
uk.sadiqoon/sakh
Access is granted on request via Google sign-in. Register at https://n8n.sadiqoon.com/form/SAKH-MCP-request and your access is enabled immediately.
What it does
Retrieval is hybrid: dense multilingual embeddings combined with sparse keyword matching, fused by reciprocal rank and then re-ranked, so a question phrased in ordinary language reaches the right passage even when the wording differs from the source.
Alongside the text corpus sits a knowledge graph of roughly 145,000 concepts joined by evidence-bearing relations (grounded-in, opposes, critiques, derives-from), which lets a researcher trace the structure of an argument rather than only collect quotations.
Every answer carries its source — book, page and chapter — and the system reports its own match confidence rather than presenting weak results as strong. It never composes a ruling that is not in the corpus.
Tools
All seven are read-only; none is destructive.
| Tool | Purpose |
|---|---|
sakh_about |
System card: methodology, evidence tiers, and when to use each tool |
sakh_get_fatwa |
Retrieves a juridical ruling verbatim with its source and match confidence |
sakh_search_corpus |
Hybrid semantic search across lectures, writings and jurisprudence |
sakh_graph_explore |
Traverses documented relations between concepts |
sakh_get_communities |
Panoramic survey of the thematic clusters in a domain |
sakh_subject_analysis |
Clarifies an external subject before a ruling is applied to it |
sakh_glossary_lookup |
Explains a juridical term from a composite glossary |
Example prompts
- What is Ayatollah Khamenei's ruling on a traveller who intends to stay ten days in one place?
- What has Ayatollah Khamenei said about the resistance economy? Cite the sources.
- Map the conceptual field around wilayat al-faqih: what does it rest on, and what does it stand against?
Publisher
SADIQOON TECHNOLOGIES LTD — registered in England and Wales, company number 17120720, 167–169 Great Portland Street, London, W1W 5PF. Contact: info@sadiqoon.uk
Intended use
Built for university faculty and researchers in Islamic studies and the humanities. Read-only access to a closed, self-hosted corpus.
License
Documentation in this repository is released under the MIT License. The corpus and the hosted service are proprietary to SADIQOON TECHNOLOGIES LTD.
Install
Add SAKH — Ayatollah Khamenei Research Corpus to your client. Pick the one you use.
claude mcp add --transport http sakh-ayatollah-khamenei-research-corpus https://mcp.khamenei-online.org/mcp/sakhcodex mcp add sakh-ayatollah-khamenei-research-corpus --url https://mcp.khamenei-online.org/mcp/sakh{
"mcpServers": {
"sakh-ayatollah-khamenei-research-corpus": {
"url": "https://mcp.khamenei-online.org/mcp/sakh"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"sakh-ayatollah-khamenei-research-corpus": {
"type": "http",
"url": "https://mcp.khamenei-online.org/mcp/sakh"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"sakh-ayatollah-khamenei-research-corpus": {
"url": "https://mcp.khamenei-online.org/mcp/sakh"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sakh-ayatollah-khamenei-research-corpus": {
"serverUrl": "https://mcp.khamenei-online.org/mcp/sakh"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 tools
SAKH — Ayatollah Khamenei Research Corpus exposes 7 tools to a connected agent.
- sakh_about
- System card: methodology, evidence tiers, and when to use each tool
- sakh_get_fatwa
- Retrieves a juridical ruling verbatim with its source and match confidence
- sakh_search_corpus
- Hybrid semantic search across lectures, writings and jurisprudence
- sakh_graph_explore
- Traverses documented relations between concepts
- sakh_get_communities
- Panoramic survey of the thematic clusters in a domain
- sakh_subject_analysis
- Clarifies an external subject before a ruling is applied to it
- sakh_glossary_lookup
- Explains a juridical term from a composite glossary
Score
61 / 100
Good
- Documentation11/25
- Maintenance16/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 42 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Jul 20, 2026 |
| 1.0.0 | Jul 19, 2026 |