Analytics
monarkgate.tech
A risk-analytics MCP server that provides coverage-gated authorization decisions, interbank/liquidation cascade estimation, Shōgen witness attestation, and split-conformal calibration tools.
ENDPOINT 1
https://mcp.monarkgate.tech/mcp
MCP server metadata
- Name
- monark
- Version
- 1.0.0
Known tools 4
gateCoverage-gated decision from the real HIKAE L3 policy (commit/defer/abstain) over a caller-carried authorization budget B_t.
Inferred read-onlycascadeEstimated liquidable amount from the real UKEMI cascade primitives (imported, never re-implemented): an Eisenberg-Noe clearing of the interbank system (L, e) with alpha=beta=1 yields the largest clearing vector L*; each node is then read as a leveraged position — collateral is its cleared balance-sheet value (external assets plus interbank receipts under L*), debt is its nominal obligations, liquidation threshold K=1 — and liquidableAmount sums the debts of the nodes whose cleared value, once shocked by the caller-carried 24h fraction, no longer covers their obligations.
Inferred read-onlyattestprojection of a committed Shōgen-verified witness (Binance BTCUSDT, self-notarized); the verifier is NOT executed at call time.
Inferred read-onlycalibratesplit-conformal quantile at miscoverage α over caller-supplied nonconformity scores.
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.monark]
url = "https://mcp.monarkgate.tech/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"monark": {
"type": "http",
"url": "https://mcp.monarkgate.tech/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: monark
Remote MCP URL: https://mcp.monarkgate.tech/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": {
"monark": {
"url": "https://mcp.monarkgate.tech/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"monark": {
"type": "http",
"url": "https://mcp.monarkgate.tech/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "monark",
"transport": "streamable-http",
"url": "https://mcp.monarkgate.tech/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.