Daleel
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DaleelIs AAPL Sharia compliant?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Rozkoduj MCP
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables deep analysis of SEC EDGAR filings through universal company search, document content extraction, and advanced filing search capabilities. Provides AI-ready access to business descriptions, risk factors, financial statements, and full-text search across any public company's SEC documents.Last updated

Rozkoduj MCPofficial
AlicenseAqualityAmaintenanceProvides AI assistants with market screening, analysis, and scoring across stocks, crypto, and forex, enabling natural language queries for trading insights.Last updated4MIT- Flicense-qualityBmaintenanceEnables risk analysis of US public companies by analyzing 8-K filings and insider activity using live SEC EDGAR data.Last updated
- AlicenseAqualityDmaintenanceTurns plain-English strategy descriptions into executable quant research: screen stocks, backtest over historical data, and run factor analysis, all computed from real market data.Last updated39MIT
Related MCP Connectors
Analytical engine for US-listed equities: screens, rankings, and event studies in plain English.
Source-linked SEC 13F research, quality checks, watchlists and audit trails for agents.
13-model stock valuation engine for AI agents - fair values for 5,900+ US stocks, updated daily.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/obedier/daleel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server