Skip to content
LangChain

halal.sh Shariah compliance for LangChain

sh.halal/mcp

Screen stocks and ETFs under AAOIFI Standard 21, with the SEC filing and ratios behind each verdict.

client:LangChain transport:streamable-http

Install halal.sh Shariah compliance in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mcp": {
            "transport": "streamable_http",
            "url": "https://api.halal.sh/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

halal.sh Shariah compliance in other clients