streamable-httpupdated 1mo ago
ุฏููู ยท Daleel (Arabic for evidence) screens US-listed stocks and ETFs for Sharia compliance โ and shows its receipts. Every verdict cites the SEC filing behind it: the XBRL tag, the form (10-K / 20-F / 40-F), the period, and a link to the filing on sec.gov. Five methodologies checked side by side: AAOIFI, DJIM, MSCI, S&P, and FTSE.
What can you do with daleel?
Daleel โ Auditable Halal Stock Screening (Developer Hub)
ุฏููู ยท Daleel (Arabic for evidence) screens US-listed stocks and ETFs for Sharia compliance โ and shows its receipts. Every verdict cites the SEC filing behind it: the XBRL tag, the form (10-K / 20-F / 40-F), the period, and a link to the filing on sec.gov. Five methodologies checked side by side: AAOIFI, DJIM, MSCI, S&P, and FTSE.
Live: https://daleel.o11r.com ยท Docs: https://daleel.o11r.com/developers ยท Methodology: https://daleel.o11r.com/methodology
This repo is the public developer hub (docs, examples, MCP metadata). The screening engine itself is closed source.
For AI agents (MCP)
Daleel runs a Model Context Protocol server โ connect any MCP-capable agent:
{
"mcpServers": {
"daleel": {
"type": "http",
"url": "https://daleel.o11r.com/mcp"
}
}
}
Tools: screen_ticker(ticker) โ full verdict with evidence citations ยท
screening_methodology() โ the methodology summary.
Anonymous use: 10 req/min per IP. With an X-API-Key header: 30+ req/min.
REST quickstart
# No key needed (demo tier, 10 req/min):
curl https://daleel.o11r.com/v1/screen/MSFT
# Free key (30 req/min, batch + history):
curl -X POST https://daleel.o11r.com/api/keys \
-H "Content-Type: application/json" -d '{"email": "you@example.com"}'
curl https://daleel.o11r.com/v1/screen/MSFT -H "X-API-Key: YOUR_KEY"
The response includes a per-methodology audit matrix (every ratio vs every
threshold), an evidence ledger with sec.gov links, purification percentages,
and โ with ?overlays=all โ values/ESG screens sourced from official
government lists (UFLPA, DoD 1260H, state divestment lists), each with its
citation. See examples/ for Python and JavaScript.
Principles
- Missing data is never treated as compliant. Unscreenable โ says so.
- Every approximation is disclosed in the response itself.
- Verdicts are methodology calculations, not religious rulings; consult a qualified scholar for matters of fiqh. Nothing here is investment advice.
Links
- OpenAPI: https://daleel.o11r.com/openapi.json
- llms.txt: https://daleel.o11r.com/llms.txt
- Why we built this: https://daleel.o11r.com/blog/why-my-trading-bot-made-nothing
- Contact: daleel@o11r.com
Install
Add daleel to your client. Pick the one you use.
claude mcp add --transport http daleel https://daleel.o11r.com/mcpcodex mcp add daleel --url https://daleel.o11r.com/mcp{
"mcpServers": {
"daleel": {
"url": "https://daleel.o11r.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"daleel": {
"type": "http",
"url": "https://daleel.o11r.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"daleel": {
"url": "https://daleel.o11r.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"daleel": {
"serverUrl": "https://daleel.o11r.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance19/25
- Trust6/20
- Capability0/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 27 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 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 | Aug 4, 2026 |
| 1.0.0 | Aug 4, 2026 |