Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Halal Terminal
H
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:25:29 PM

Halal Terminal

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Shariah-compliant stock and ETF screening across AAOIFI, DJIM, FTSE, MSCI and S&P methodologies.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "halal-terminal": {
      "command": "npx",
      "args": [
        "-y",
        "halal-terminal"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Documentation Overview

Halal Terminal MCP β€” Shariah-compliant stock & ETF screening for AI agents

English | Ψ§Ω„ΨΉΨ±Ψ¨ΩŠΨ© | Bahasa Indonesia | Melayu | اردو | FranΓ§ais

AAPL halal status live badge from the API, embed one for any symbol

npm version Apache 2.0 MCP Powered by Halal Terminal

The official Model Context Protocol server for Halal Terminal. Give your AI agent 22 tools to answer Islamic-finance questions: screen any stock or ETF across 5 methodologies (AAOIFI, DJIM, FTSE, MSCI, S&P), audit portfolios, calculate zakat and dividend purification, and pull live market data, news and SEC filings. Works inside Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, Zed, Goose, and any other MCP client.

"Is AAPL halal?" Β· "Audit my portfolio: AAPL 30%, MSFT 20%, JNJ 50%" Β· "Calculate zakat on my holdings."

Quick start

  1. Get a free API key β€” email-only signup at api.halalterminal.com. No credit card. Key arrives in your inbox in seconds.
  2. Connect your client β€” one-liners below (or see CONNECT.md for Cursor, Windsurf, Cline, and others).
  3. Ask your first question β€” "Is AAPL halal?" β†’ the agent calls screen_stock and returns verdicts across all 5 methodologies.

Install

bash
# Recommended β€” no install needed
npx -y @halalterminal/mcp

# Or pin globally
npm install -g @halalterminal/mcp

Claude Desktop

config.json
{
  "mcpServers": {
    "halalterminal": {
      "command": "npx",
      "args": ["-y", "@halalterminal/mcp"],
      "env": { "HALALTERMINAL_API_KEY": "ht_yourkey" }
    }
  }
}

Claude Code

Terminal
claude mcp add --transport sse halalterminal \
  https://mcp.halalterminal.com/sse \
  --header "X-API-Key: ht_yourkey"

Cursor / Windsurf / direct SSE

Code
https://mcp.halalterminal.com/sse?api_key=ht_yourkey

Full setup guide for all clients: CONNECT.md.

What you get β€” 22 tools across 8 categories

CategoryTools
Screeningscreen_stock, screen_etf, bulk_screen, get_screening_result, get_all_screening_results
Market dataget_quote, get_stock_info, get_price_history, get_trending_stocks, search_stocks
ETF analysisget_etf_info, etf_purification, compare_etfs
Portfolio & watchlistscan_portfolio, manage_watchlist
Comparisoncompare_stocks
Income & zakatget_dividends, calculate_zakat
News & filingsget_news, get_sec_filings
Reports & educationgenerate_report, islamic_finance_education

Full input/output reference in TOOLS.md. End-to-end prompt walkthroughs in EXAMPLES.md.

Why Halal Terminal

  • 5 methodologies, one tool. AAOIFI, DJIM, FTSE Shariah, MSCI Islamic, and S&P Shariah β€” each with distinct business-activity rules and financial-ratio thresholds β€” surfaced side-by-side per stock so users pick the standard they follow.
  • Holdings-level ETF screening. Every constituent is screened, weighted, and aggregated into an overall verdict plus a per-dollar purification rate. Covers SPY, QQQ, VTI, ISDU, SPUS, HLAL, and 8,000+ ETFs.
  • Zakat & purification, computed. 2.5% zakat against a live nisab threshold; per-dividend impure-income calculation based on the issuer's non-compliant revenue ratio.
  • Bulk index screens. Trigger-and-poll runs on the S&P 500, NASDAQ-100, FTSE 100, and others; filter by methodology, sector, or compliant-only.
  • Free tier, no credit card. Email signup β†’ key in your inbox in seconds β†’ ~5–10 full screens per month at no cost.

Endpoint & transport

Code
SSE: https://mcp.halalterminal.com/sse
Auth: X-API-Key: <your_key>   (or ?api_key=<your_key>)

Transports supported: SSE (recommended), stdio (via this @halalterminal/mcp bridge for clients that need it).

Plans & quotas

The Halal Terminal API is token-metered, not request-metered.

PlanMonthly tokensPriceNotes
Free50$0~5–10 full screenings Β· email signup, no credit card
Starter2,500$19Individual investors
Pro15,000$49Webhooks, bulk priority
EnterpriseUnlimited$199+Custom methodologies, SLA

Sign up: api.halalterminal.com Β· Pricing: halalterminal.com/pricing

What this MCP server is NOT

  • Not a fatwa. Every verdict is a methodology-based screening. Consult a qualified scholar for personal rulings.
  • Not a trading platform. No broker integrations, no order execution.
  • Not a real-time alert system. Request-response only in v1; webhook-driven alerts are on the Pro+ roadmap.
  • English-only in v1. Arabic + French rendering is on the roadmap.

FAQ

Is this MCP server free to use?

Yes. The @halalterminal/mcp package is Apache-2.0 and free. The Halal Terminal API has a free tier (500 tokens / month, no credit card) that covers ~100 full stock screenings β€” enough to evaluate it before upgrading.

Which AI clients does it work with?

Any client that supports the Model Context Protocol over SSE or stdio β€” Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Continue, Zed, Goose, and more. SSE is recommended; the @halalterminal/mcp package wraps it as stdio for clients that don't yet support SSE.

How is "halal" determined?

Each verdict applies the published rules of the chosen methodology β€” AAOIFI, Dow Jones Islamic Market (DJIM), FTSE Shariah, MSCI Islamic, and S&P Shariah. Two layers: (1) a business-activity screen (no alcohol, gambling, conventional finance, adult content, weapons, pork, …), then (2) financial-ratio thresholds (e.g. interest-bearing debt over market cap, illiquid assets, interest income share). The MCP exposes all five verdicts so the user β€” or scholar β€” can pick the standard they follow.

What is dividend purification?

When you hold a stock with a small share of non-compliant revenue, scholars require donating the non-compliant fraction of any dividend received. calculate_zakat(calculation_type="purification", …) and get_dividends(include_purification=True) compute that amount automatically.

Can it screen ETFs?

Yes β€” screen_etf walks every underlying holding, applies the methodology to each, and returns an overall verdict, compliant percentage, and aggregate purification rate. Sukuk ETFs are handled separately (asset-based methodologies).

Can I screen an entire index at once?

Yes β€” bulk_screen triggers an asynchronous run on indices like S&P 500, NASDAQ-100, FTSE 100, and lets you poll for status, filter results by methodology / sector / compliant-only, and diff two runs.

Does it support webhooks for compliance changes?

Webhooks are a Pro-plan feature on the API roadmap; v1 of this MCP is request-response only.

Where do I report bugs or request tools?

github.com/goww7/halalterminal-mcp/issues or email yassir@halalterminal.com.

Learn more

  • API reference
  • Building an Islamic finance MCP server
  • What is Islamic finance?
  • Sukuk screening guide
  • Is my stock halal? Screener

Part of the Halal Terminal ecosystem

Website Β· API Β· Python SDK Β· JS SDK Β· Claude plugin Β· Discord bot Β· TradingView indicator Β· Portfolio tracker

Related projects (sibling OSS)

Open-source tools that share the same Halal Terminal API β€” different surfaces, same data:

ProjectWhat it isLicense
halalterminal-claude-skillsClaude Code plugin β€” curated skills, slash commands, and a portfolio-builder subagent on top of this MCP server.Apache-2.0
yassir-ossOpen-source ReAct agent for halal finance research β€” CLI + web UI; supports OpenAI / Anthropic / local LLMs.Apache-2.0
halal-discord-botDiscord bot β€” /halal AAPL, /portfolio, /trending slash commands.MIT
halal-portfolio-trackerNext.js 14 app β€” enter holdings, get per-stock compliance + portfolio halal % + purification owed. One-click Vercel deploy.MIT
halal-pineTradingView Pine Script v5 indicator that overlays compliance status on charts. Refreshed daily from this API.MIT

License & trademarks

Apache-2.0 β€” see LICENSE.

"Halal Terminal", "HalalTerminal", and the Halal Terminal logo are reserved trademarks β€” see TRADEMARKS.md.

Legal

  • Legal & Disclaimer β€” educational-research framing, investment disclaimer, Shariah compliance notice, liability limits, jurisdiction notices
  • Privacy Policy
  • Cookie Policy

Support

  • Contact: yassir@halalterminal.com
  • Dashboard: api.halalterminal.com/dashboard
  • API docs: api.halalterminal.com/docs (Swagger) Β· api.halalterminal.com/redoc (ReDoc)

Powered by Halal Terminal β€” halalterminal.com


Part of the Halal Terminal open ecosystem: API Β· MCP server Β· Python SDK Β· JS SDK Β· Datasets Β· Awesome Islamic Finance

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • D
    Daleel

    Halal stock screening with receipts: every Sharia verdict cites its SEC filing. 5 methodologies.

    πŸ’° Finance & Fintech0 views
    Compare vs Daleel β†’
  • M
    Mcp Server

    34 stock valuation, financial data, and portfolio management tools for AI agents.

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp Server β†’
  • A
    Aicastle School Openai Api Agent Project

    Fetch current stock prices and key data for symbols across global markets. Look up companies like…

    πŸ’° Finance & Fintech0 views
    Compare vs Aicastle School Openai Api Agent Project β†’
  • Mcp logoMcp

    Apideck Unified API MCP β€” 229 tools across 200+ SaaS connectors (accounting, HRIS, file storage).

    πŸ’° Finance & Fintech0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Halal Terminal

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "halal-terminal": { "command": "npx", "args": ["-y", "Halal Terminal"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHalal Terminal AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/halal-terminal?style=directory)](https://allmcps.com/mcp/halal-terminal)
HTML Embed
<a href="https://allmcps.com/mcp/halal-terminal"><img src="https://allmcps.com/api/badge/halal-terminal?style=directory" alt="Halal Terminal on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Halal Terminal β†’Install in Claude DesktopInstall in CursorInstall in VS Code