General Tools
nissab-zakat.com
Provides live gold and silver price data to compute daily nisab thresholds for zakat, with optional currency conversion.
ENDPOINT 1
https://nissab-zakat.com/mcp
MCP server metadata
- Name
- nissab-zakat
- Version
- 1.0.0
Use the get_nisab_status tool to fetch today's nisab thresholds for zakat. Values are computed from live gold (85g) and silver (595g) prices and can be converted to any supported ISO 4217 currency.
Known tools 1
get_nisab_statusReturns today's nisab thresholds for zakat based on live gold (85g) and silver (595g) prices, including per-gram metal prices, optionally converted to a given ISO 4217 currency (defaults to USD).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nissab-zakat]
url = "https://nissab-zakat.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nissab-zakat": {
"type": "http",
"url": "https://nissab-zakat.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nissab-zakat
Remote MCP URL: https://nissab-zakat.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nissab-zakat": {
"url": "https://nissab-zakat.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nissab-zakat": {
"type": "http",
"url": "https://nissab-zakat.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nissab-zakat",
"transport": "streamable-http",
"url": "https://nissab-zakat.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.