Skip to main content
ClaudeWave

Auditable halal stock screening — every verdict cites its SEC filing. MCP server + REST API.

MCP ServersOfficial Registry0 stars0 forksNOASSERTIONUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/obedier/daleel
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "daleel": {
      "command": "node",
      "args": ["/path/to/daleel/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/obedier/daleel and follow its README for install instructions.
Use cases

MCP Servers overview

# 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:

```json
{
  "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

```bash
# 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/](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

What people ask about daleel

What is obedier/daleel?

+

obedier/daleel is mcp servers for the Claude AI ecosystem. Auditable halal stock screening — every verdict cites its SEC filing. MCP server + REST API. It has 0 GitHub stars and was last updated today.

How do I install daleel?

+

You can install daleel by cloning the repository (https://github.com/obedier/daleel) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is obedier/daleel safe to use?

+

obedier/daleel has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains obedier/daleel?

+

obedier/daleel is maintained by obedier. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to daleel?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy daleel to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: obedier/daleel
[![Featured on ClaudeWave](https://claudewave.com/api/badge/obedier-daleel)](https://claudewave.com/repo/obedier-daleel)
<a href="https://claudewave.com/repo/obedier-daleel"><img src="https://claudewave.com/api/badge/obedier-daleel" alt="Featured on ClaudeWave: obedier/daleel" width="320" height="64" /></a>

More MCP Servers

daleel alternatives