-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.html
More file actions
134 lines (128 loc) · 6.98 KB
/
Copy pathtools.html
File metadata and controls
134 lines (128 loc) · 6.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Free Intelligence Tools — Monarch Castle Technologies</title>
<meta name="description" content="Free browser-based risk and intelligence calculators from Monarch Castle Technologies.">
<link rel="icon" href="assets/icon.png">
<link rel="apple-touch-icon" href="assets/icon.png">
<link rel="stylesheet" href="styles.css">
<script defer src="tools.js"></script>
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html" aria-label="Monarch Castle Technologies home">
<img src="assets/icon.png" alt="" class="brand-icon">
<span>Monarch Castle Technologies</span>
</a>
<nav aria-label="Primary navigation">
<a href="index.html#products">Products</a>
<a href="tools.html">Tools</a>
<a href="mcp.html">MCP</a>
<a href="index.html#sdcofa">SDCofA</a>
<a href="index.html#contact">Contact</a>
</nav>
</header>
<main>
<section class="tool-hero">
<div>
<img src="assets/logo.png" alt="Monarch Castle Technologies" class="tool-mark">
<p class="eyebrow">Free intelligence tool bench</p>
<h1>Calculators for repeatable risk thinking.</h1>
<p>
These tools run entirely in your browser. They do not call an AI model, send your inputs to a server,
or generate analyst conclusions. They turn your own inputs into deterministic scores and checklists.
</p>
<div class="hero-actions">
<a class="button primary" href="#country-risk">Use calculators</a>
<a class="button" href="mcp.html">MCP-ready packs</a>
</div>
</div>
</section>
<section class="section tool-grid-section">
<article class="tool-card" id="country-risk">
<div class="tool-card-head">
<img src="assets/macrointel-icon.png" alt="">
<div>
<h2>Country Risk Score Calculator</h2>
<p>Convert simple country-risk inputs into a transparent 0-100 score.</p>
</div>
</div>
<div class="tool-inputs">
<label>Political stability <input data-tool="country" data-key="political" type="range" min="0" max="10" value="5"></label>
<label>Security pressure <input data-tool="country" data-key="security" type="range" min="0" max="10" value="5"></label>
<label>Economic stress <input data-tool="country" data-key="economic" type="range" min="0" max="10" value="5"></label>
<label>Source confidence <input data-tool="country" data-key="confidence" type="range" min="0" max="10" value="6"></label>
</div>
<output class="tool-output" id="country-output">Score: 50 / 100</output>
</article>
<article class="tool-card" id="supply-chain">
<div class="tool-card-head">
<img src="assets/supplychain-icon.png" alt="">
<div>
<h2>Supply Chain Exposure Calculator</h2>
<p>Estimate exposure from geography, supplier concentration, route fragility, and buffer depth.</p>
</div>
</div>
<div class="tool-inputs">
<label>Critical suppliers <input data-tool="supply" data-key="suppliers" type="number" min="1" max="50" value="4"></label>
<label>Single-country dependency <input data-tool="supply" data-key="dependency" type="range" min="0" max="100" value="35"></label>
<label>Route fragility <input data-tool="supply" data-key="routes" type="range" min="0" max="10" value="4"></label>
<label>Inventory buffer days <input data-tool="supply" data-key="buffer" type="number" min="0" max="180" value="21"></label>
</div>
<output class="tool-output" id="supply-output">Exposure: moderate</output>
</article>
<article class="tool-card" id="esg-severity">
<div class="tool-card-head">
<img src="assets/esgmap-icon.png" alt="">
<div>
<h2>ESG Incident Severity Calculator</h2>
<p>Score incident materiality from scale, reversibility, stakeholder intensity, and recurrence.</p>
</div>
</div>
<div class="tool-inputs">
<label>Operational scale <input data-tool="esg" data-key="scale" type="range" min="0" max="10" value="4"></label>
<label>Reversibility concern <input data-tool="esg" data-key="reversibility" type="range" min="0" max="10" value="5"></label>
<label>Stakeholder intensity <input data-tool="esg" data-key="stakeholder" type="range" min="0" max="10" value="5"></label>
<label>Recurrence risk <input data-tool="esg" data-key="recurrence" type="range" min="0" max="10" value="3"></label>
</div>
<output class="tool-output" id="esg-output">Severity: 43 / 100</output>
</article>
<article class="tool-card" id="market-weather">
<div class="tool-card-head">
<img src="assets/cloudy-shiny-icon.png" alt="">
<div>
<h2>Market Weather Checklist</h2>
<p>A deterministic checklist for market regime notes.</p>
</div>
</div>
<div class="check-list">
<label><input data-tool="market" type="checkbox"> Credit spreads widening</label>
<label><input data-tool="market" type="checkbox"> Volatility above 30-day average</label>
<label><input data-tool="market" type="checkbox"> Breadth deteriorating</label>
<label><input data-tool="market" type="checkbox"> Policy uncertainty elevated</label>
<label><input data-tool="market" type="checkbox"> Safe-haven assets bid</label>
</div>
<output class="tool-output" id="market-output">Weather: clear</output>
</article>
<article class="tool-card" id="source-reliability">
<div class="tool-card-head">
<img src="assets/prepturk-icon.png" alt="">
<div>
<h2>OSINT Source Reliability Scorer</h2>
<p>Score a source using provenance, independence, timeliness, and correction history.</p>
</div>
</div>
<div class="tool-inputs">
<label>Primary-source proximity <input data-tool="source" data-key="proximity" type="range" min="0" max="10" value="6"></label>
<label>Independent corroboration <input data-tool="source" data-key="corroboration" type="range" min="0" max="10" value="5"></label>
<label>Timeliness <input data-tool="source" data-key="timeliness" type="range" min="0" max="10" value="7"></label>
<label>Correction record <input data-tool="source" data-key="corrections" type="range" min="0" max="10" value="6"></label>
</div>
<output class="tool-output" id="source-output">Reliability: B</output>
</article>
</section>
</main>
</body>
</html>