Developer Tools
sukuk.fi
Provides on-chain data, documentation, and contract addresses for the SukukFi protocol on Berachain.
ENDPOINT 1
https://mcp.sukuk.fi/mcp
MCP server metadata
- Name
- sukukfi
- Version
- 1.0.0
Public data for SukukFi, an on-chain Islamic trade finance protocol on Berachain that funds wholesale telecom receivables. Use get_vault_stats for live on-chain figures, search_docs/get_doc for methodology and risk documentation, get_contracts for addresses, and get_vault_terms for the live Phase 1 vault terms. Yields are illustrative targets, not guarantees. This server exposes public data only.
Known tools 5
get_vault_statsCurrent on-chain metrics for SukukFi vaults on Berachain: capital held, pending deposits and redemptions, and participant counts.
Inferred read-onlysearch_docsFull-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").
Inferred read-onlyget_contractsVerified SukukFi contract addresses on Berachain Mainnet with explorer links: the duPRT share token and the vault proxies for each accepted asset.
Inferred read-onlyget_vault_termsDeposit terms for the live SukukFi vault: target yield, capacity, minimum ticket, lockup, accepted assets and settlement cycle.
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.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.
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.