← sukuk.fi
INDIVIDUAL MCP TOOL
get_vault_stats
Current on-chain metrics for SukukFi vaults on Berachain: capital held, pending deposits and redemptions, and participant counts.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.sukukfi]
url = "https://mcp.sukuk.fi/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sukukfi": {
"type": "http",
"url": "https://mcp.sukuk.fi/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sukukfi
Remote MCP URL: https://mcp.sukuk.fi/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": {
"sukukfi": {
"url": "https://mcp.sukuk.fi/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sukukfi": {
"type": "http",
"url": "https://mcp.sukuk.fi/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sukukfi",
"transport": "streamable-http",
"url": "https://mcp.sukuk.fi/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_docs— Full-text search across public SukukFi writing: the documentation (how vaults work, obligor credit assessment, Islamic finance structuring, redemptions, risk, transparency) and the blog (explainers such as "is DeFi halal", "are stablecoins halal").get_doc— Return a full SukukFi documentation page as markdown.get_contracts— Verified SukukFi contract addresses on Berachain Mainnet with explorer links: the duPRT share token and the vault proxies for each accepted asset.get_vault_terms— Deposit terms for the live SukukFi vault: target yield, capacity, minimum ticket, lockup, accepted assets and settlement cycle.