@driftwest/mcp-server 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +157 -0
- package/examples/quickstart.md +122 -0
- package/examples/research-notebook.py +159 -0
- package/index.js +485 -0
- package/package.json +42 -0
- package/registry-submissions.md +405 -0
- package/server.json +56 -0
|
@@ -0,0 +1,405 @@
|
|
|
1
|
+
# DriftWest MCP Server - Registry Submission Content
|
|
2
|
+
|
|
3
|
+
Ready-to-paste content for each MCP registry. Copy the field values directly into each web form.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## 1. PulseMCP (https://www.pulsemcp.com/use-cases/submit)
|
|
8
|
+
|
|
9
|
+
**Server Name:**
|
|
10
|
+
```
|
|
11
|
+
DriftWest Environmental Data
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
**npm Package Name:**
|
|
15
|
+
```
|
|
16
|
+
@driftwest/mcp-server
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
**URL / Homepage:**
|
|
20
|
+
```
|
|
21
|
+
https://driftwest.xyz
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
**Category:**
|
|
25
|
+
```
|
|
26
|
+
Environmental / Data / Science
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
**Short Description:**
|
|
30
|
+
```
|
|
31
|
+
28 tools for real-time environmental monitoring across 6 domains: EMF sensor networks, space weather (GOES/Kp/Dst), 355 Pacific Northwest beaches with water quality and biodiversity indices, Canadian wildfire tracking via NASA FIRMS, air quality for 12 cities, and USGS seismic activity with Canadian risk zone scoring. Free tier available.
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
**Full Description:**
|
|
35
|
+
```
|
|
36
|
+
DriftWest provides AI agents with direct access to live environmental data through 28 MCP tools spanning 6 scientific domains:
|
|
37
|
+
|
|
38
|
+
- EMF Sensors: Real-time electromagnetic field readings from 3 ESP32 EMF nodes + 1 house monitor in Strathmore, Alberta — including air, soil, plant stem, and root measurements
|
|
39
|
+
- Space Weather: GOES X-ray flux, solar proton events, Kp/Dst geomagnetic indices, solar wind speed, and composite disturbance scoring (0-100)
|
|
40
|
+
- Coastal Environment: 355 beaches across British Columbia, Alberta, and Oregon with water quality indices, biodiversity hotspots, recreation scores, shoreline risk alerts, and algae bloom analysis
|
|
41
|
+
- Wildfire Monitoring: Active fire count, NASA FIRMS satellite hotspot detection, per-city smoke impact with AQI/PM2.5, and national danger ratings — refreshed every 15 minutes
|
|
42
|
+
- Air Quality: 12-city health risk assessment covering 6 pollutants (PM2.5, O3, NO2, PM10, SO2, CO) with UV index and safety ratings
|
|
43
|
+
- Seismic Activity: USGS earthquake feed, Canadian-specific monitoring, activity scores for 5 risk zones (Cascadia Subduction, St. Lawrence, Ottawa-Gatineau, Alberta induced seismicity, Arctic), and proximity search
|
|
44
|
+
|
|
45
|
+
Includes a composite safety_check tool that returns go/no-go verdicts for any lat/lon by combining air quality, wildfire proximity, and seismic data — designed for autonomous agent decision-making.
|
|
46
|
+
|
|
47
|
+
Install: npx @driftwest/mcp-server
|
|
48
|
+
Free API keys: POST https://driftwest.xyz/api/account/register
|
|
49
|
+
Docs: https://driftwest.xyz/llms.txt
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
**Tags / Keywords:**
|
|
53
|
+
```
|
|
54
|
+
environmental, mcp, emf, space-weather, beaches, water-quality, wildfire, air-quality, earthquake, seismic, ai-agent, monitoring, science, canada
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 2. mcp.so (https://mcp.so — submit via their site)
|
|
60
|
+
|
|
61
|
+
**Name:**
|
|
62
|
+
```
|
|
63
|
+
DriftWest Environmental Data
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
**Description:**
|
|
67
|
+
```
|
|
68
|
+
An MCP server that gives AI agents access to 28 environmental monitoring tools across 6 scientific domains. Query real-time EMF sensor networks, space weather indices, water quality for 355 Pacific Northwest beaches, Canadian wildfire conditions from NASA FIRMS, air quality health risk scores for 12 cities, and global seismic activity from USGS. Includes a composite safety assessment tool for autonomous agent decision-making. Free tier with API key registration.
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
**Features List:**
|
|
72
|
+
```
|
|
73
|
+
- 28 tools across 6 environmental domains
|
|
74
|
+
- Real-time EMF sensor data from 3 ESP32 EMF nodes + 1 house monitor (air, soil, plant stem, root)
|
|
75
|
+
- Space weather dashboard: GOES flux, Kp/Dst indices, solar wind, disturbance score
|
|
76
|
+
- 355 beach profiles with water quality, biodiversity, recreation, and risk indices
|
|
77
|
+
- Canadian wildfire monitoring: NASA FIRMS hotspots, smoke impact, danger ratings
|
|
78
|
+
- Air quality health risk for 12 cities with 6-pollutant breakdown
|
|
79
|
+
- USGS seismic feed with 5 Canadian risk zone activity scores
|
|
80
|
+
- Composite safety_check tool: go/no-go verdicts combining AQI + wildfire + seismic
|
|
81
|
+
- Beach comparison tool: side-by-side analysis of up to 10 beaches
|
|
82
|
+
- Algae bloom risk analysis with chlorophyll and cyanobacteria data
|
|
83
|
+
- Proximity-based search for beaches, earthquakes, and fire hotspots
|
|
84
|
+
- 15-minute refresh on wildfire and air quality data
|
|
85
|
+
- Free tier available — no credit card required
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
**Install Command:**
|
|
89
|
+
```
|
|
90
|
+
npx @driftwest/mcp-server
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
**Claude Desktop Config:**
|
|
94
|
+
```json
|
|
95
|
+
{
|
|
96
|
+
"mcpServers": {
|
|
97
|
+
"driftwest": {
|
|
98
|
+
"command": "npx",
|
|
99
|
+
"args": ["@driftwest/mcp-server"],
|
|
100
|
+
"env": { "DRIFTWEST_API_KEY": "dw_your_key" }
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
**npm Package:**
|
|
107
|
+
```
|
|
108
|
+
@driftwest/mcp-server
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
**Repository:**
|
|
112
|
+
```
|
|
113
|
+
https://github.com/driftwest/mcp-server
|
|
114
|
+
```
|
|
115
|
+
|
|
116
|
+
**Homepage:**
|
|
117
|
+
```
|
|
118
|
+
https://driftwest.xyz
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## 3. mcpservers.org (https://mcpservers.org/submit)
|
|
124
|
+
|
|
125
|
+
**Title:**
|
|
126
|
+
```
|
|
127
|
+
DriftWest Environmental Data
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
**Description:**
|
|
131
|
+
```
|
|
132
|
+
Connect AI agents to real-world environmental data with 28 MCP tools. DriftWest aggregates live data from EMF sensor networks, NOAA space weather feeds, 355 coastal beach profiles, NASA FIRMS wildfire detection, multi-city air quality monitoring, and USGS earthquake tracking into a single MCP server. Designed for researchers, environmental analysts, and AI agents that need to make location-aware decisions using current environmental conditions. Includes a safety_check tool that produces composite go/no-go assessments for any coordinate. Free API keys available.
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
**Installation:**
|
|
136
|
+
```
|
|
137
|
+
npx @driftwest/mcp-server
|
|
138
|
+
|
|
139
|
+
Or add to Claude Desktop config (claude_desktop_config.json):
|
|
140
|
+
|
|
141
|
+
{
|
|
142
|
+
"mcpServers": {
|
|
143
|
+
"driftwest": {
|
|
144
|
+
"command": "npx",
|
|
145
|
+
"args": ["@driftwest/mcp-server"],
|
|
146
|
+
"env": { "DRIFTWEST_API_KEY": "dw_your_key" }
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
Get a free API key:
|
|
152
|
+
curl -X POST https://driftwest.xyz/api/account/register -H "Content-Type: application/json" -d '{"email":"you@example.com"}'
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
**Features:**
|
|
156
|
+
```
|
|
157
|
+
- 28 environmental monitoring tools via Model Context Protocol
|
|
158
|
+
- EMF Sensors: 3 ESP32 EMF nodes + 1 house monitor measuring air, soil, plant stem, and root electromagnetic fields in real time
|
|
159
|
+
- Space Weather: GOES X-ray/proton flux, Kp and Dst indices, solar wind, composite disturbance score (0-100)
|
|
160
|
+
- Coastal Atlas: 355 beaches (BC, Alberta, Oregon) with water quality index, biodiversity richness, recreation scores, and shoreline risk alerts
|
|
161
|
+
- Wildfire Tracking: Active fires, NASA FIRMS satellite hotspots, smoke impact on 10 Canadian cities, national danger rating
|
|
162
|
+
- Air Quality: AQI and 6-pollutant breakdown (PM2.5, O3, NO2, PM10, SO2, CO) for 12 cities, health risk scoring, UV index
|
|
163
|
+
- Seismic Monitoring: USGS global earthquakes, Canada-specific feed, 5 risk zone activity scores, proximity search
|
|
164
|
+
- Agent Decision Support: safety_check returns go/no-go verdict for any lat/lon
|
|
165
|
+
- Beach Comparison: Compare up to 10 beaches across all environmental indices
|
|
166
|
+
- Algae Risk: Bloom probability with chlorophyll and cyanobacteria levels
|
|
167
|
+
- Data refreshed every 5-15 minutes depending on domain
|
|
168
|
+
- Free tier — no payment required to start
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
**Categories:**
|
|
172
|
+
```
|
|
173
|
+
Environmental, Data, Science, Monitoring
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
**Author:**
|
|
177
|
+
```
|
|
178
|
+
DriftWest Labs
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
**License:**
|
|
182
|
+
```
|
|
183
|
+
MIT
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
---
|
|
187
|
+
|
|
188
|
+
## 4. Glama.ai (https://glama.ai/mcp/servers)
|
|
189
|
+
|
|
190
|
+
**Server Name:**
|
|
191
|
+
```
|
|
192
|
+
DriftWest Environmental Data
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
**Package:**
|
|
196
|
+
```
|
|
197
|
+
@driftwest/mcp-server
|
|
198
|
+
```
|
|
199
|
+
|
|
200
|
+
**Description:**
|
|
201
|
+
```
|
|
202
|
+
MCP server providing 28 tools for querying live environmental data across 6 domains. Covers EMF sensor networks (3 ESP32 EMF nodes + 1 house monitor in Alberta), space weather conditions (GOES flux, geomagnetic indices, solar wind), a coastal atlas of 355 Pacific Northwest beaches with water quality and biodiversity scoring, Canadian wildfire monitoring via NASA FIRMS with smoke impact analysis, air quality health assessments for 12 cities across 6 pollutants, and USGS seismic activity with risk zone scoring for Canadian fault lines. Features a composite safety_check tool for autonomous agents to assess environmental hazards at any coordinate. Free tier — register for an API key at no cost.
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
**Install:**
|
|
206
|
+
```
|
|
207
|
+
npx @driftwest/mcp-server
|
|
208
|
+
```
|
|
209
|
+
|
|
210
|
+
**Configuration:**
|
|
211
|
+
```json
|
|
212
|
+
{
|
|
213
|
+
"mcpServers": {
|
|
214
|
+
"driftwest": {
|
|
215
|
+
"command": "npx",
|
|
216
|
+
"args": ["@driftwest/mcp-server"],
|
|
217
|
+
"env": { "DRIFTWEST_API_KEY": "dw_your_key" }
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
**Homepage:**
|
|
224
|
+
```
|
|
225
|
+
https://driftwest.xyz
|
|
226
|
+
```
|
|
227
|
+
|
|
228
|
+
**Documentation:**
|
|
229
|
+
```
|
|
230
|
+
https://driftwest.xyz/llms.txt
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
**Repository:**
|
|
234
|
+
```
|
|
235
|
+
https://github.com/driftwest/mcp-server
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
**Categories:**
|
|
239
|
+
```
|
|
240
|
+
Environmental, Science, Data, Monitoring
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
**Key Capabilities:**
|
|
244
|
+
```
|
|
245
|
+
- 28 tools, 6 environmental domains, 355 beaches
|
|
246
|
+
- Real-time EMF sensor readings from IoT network
|
|
247
|
+
- NOAA/GOES space weather with disturbance scoring
|
|
248
|
+
- NASA FIRMS wildfire hotspot detection and smoke impact
|
|
249
|
+
- 12-city air quality with 6-pollutant health risk analysis
|
|
250
|
+
- USGS seismic feed + 5 Canadian risk zone activity scores
|
|
251
|
+
- Composite safety assessments for autonomous agents
|
|
252
|
+
- Free API tier available
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
---
|
|
256
|
+
|
|
257
|
+
## 5. MCP Server Finder (https://www.mcpserverfinder.com)
|
|
258
|
+
|
|
259
|
+
**Server Name:**
|
|
260
|
+
```
|
|
261
|
+
DriftWest Environmental Data
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
**Short Description (one-liner):**
|
|
265
|
+
```
|
|
266
|
+
28 environmental monitoring tools: EMF sensors, space weather, 355 beaches, wildfire tracking, air quality, and seismic activity via MCP.
|
|
267
|
+
```
|
|
268
|
+
|
|
269
|
+
**Full Description:**
|
|
270
|
+
```
|
|
271
|
+
DriftWest is an MCP server that exposes 28 tools for accessing real-time environmental data from multiple scientific sources. AI agents can query EMF sensor networks with 3 ESP32 EMF nodes + 1 house monitor measuring electromagnetic fields in air, soil, and plants; monitor space weather using GOES satellite flux and geomagnetic storm indices; explore 355 Pacific Northwest beaches with water quality, biodiversity, and recreation indices; track Canadian wildfires through NASA FIRMS with city-level smoke impact; check air quality across 12 cities with detailed pollutant breakdowns and health risk scoring; and access USGS earthquake data with specialized Canadian risk zone analysis.
|
|
272
|
+
|
|
273
|
+
The server includes a safety_check tool that combines air quality, wildfire proximity, and seismic data into a single go/no-go verdict for any geographic coordinate — built for autonomous agents making location-dependent decisions.
|
|
274
|
+
|
|
275
|
+
Data refreshes every 5 to 15 minutes. Free API keys available with no credit card required.
|
|
276
|
+
```
|
|
277
|
+
|
|
278
|
+
**npm Package:**
|
|
279
|
+
```
|
|
280
|
+
@driftwest/mcp-server
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
**Install Command:**
|
|
284
|
+
```
|
|
285
|
+
npx @driftwest/mcp-server
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
**Homepage URL:**
|
|
289
|
+
```
|
|
290
|
+
https://driftwest.xyz
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
**Documentation URL:**
|
|
294
|
+
```
|
|
295
|
+
https://driftwest.xyz/llms.txt
|
|
296
|
+
```
|
|
297
|
+
|
|
298
|
+
**GitHub Repository:**
|
|
299
|
+
```
|
|
300
|
+
https://github.com/driftwest/mcp-server
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
**Author:**
|
|
304
|
+
```
|
|
305
|
+
DriftWest Labs <info@driftwest.xyz>
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
**License:**
|
|
309
|
+
```
|
|
310
|
+
MIT
|
|
311
|
+
```
|
|
312
|
+
|
|
313
|
+
**Categories / Tags:**
|
|
314
|
+
```
|
|
315
|
+
environmental, data, science, monitoring, weather, air-quality, wildfire, earthquake, water-quality, emf, space-weather, beaches
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
**Tool Count:**
|
|
319
|
+
```
|
|
320
|
+
28
|
|
321
|
+
```
|
|
322
|
+
|
|
323
|
+
**Pricing:**
|
|
324
|
+
```
|
|
325
|
+
Free tier available. Researcher plan: $29/month.
|
|
326
|
+
```
|
|
327
|
+
|
|
328
|
+
**Claude Desktop Configuration:**
|
|
329
|
+
```json
|
|
330
|
+
{
|
|
331
|
+
"mcpServers": {
|
|
332
|
+
"driftwest": {
|
|
333
|
+
"command": "npx",
|
|
334
|
+
"args": ["@driftwest/mcp-server"],
|
|
335
|
+
"env": { "DRIFTWEST_API_KEY": "dw_your_key" }
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
```
|
|
340
|
+
|
|
341
|
+
---
|
|
342
|
+
|
|
343
|
+
## Complete Tool List (for any registry that asks)
|
|
344
|
+
|
|
345
|
+
```
|
|
346
|
+
EMF Sensors (4):
|
|
347
|
+
emf_latest — Latest reading from any sensor node
|
|
348
|
+
emf_stats — 24-hour statistics for all nodes
|
|
349
|
+
emf_history — Historical time-series data
|
|
350
|
+
sensor_nodes — List all nodes with online/offline status
|
|
351
|
+
|
|
352
|
+
Space Weather (2):
|
|
353
|
+
space_weather — Current Kp/Dst, solar wind, GOES flux, disturbance score
|
|
354
|
+
space_weather_alerts — Active NOAA alerts (storms, flares, radiation)
|
|
355
|
+
|
|
356
|
+
Coastal Environment (8):
|
|
357
|
+
search_beaches — Search by location, province, or water type
|
|
358
|
+
beach_detail — Complete beach dossier with all indices
|
|
359
|
+
nearby_beaches — Proximity search sorted by recreation score
|
|
360
|
+
water_quality_rankings — Beaches ranked by water quality index
|
|
361
|
+
water_quality_summary — Aggregate stats across all 355 beaches
|
|
362
|
+
biodiversity_hotspots — Top fauna/flora richness locations
|
|
363
|
+
shoreline_risk_alerts — Active environmental risk alerts
|
|
364
|
+
compare_beaches — Side-by-side comparison of up to 10 beaches
|
|
365
|
+
algae_risk — Bloom probability with chlorophyll data
|
|
366
|
+
|
|
367
|
+
Wildfire (3):
|
|
368
|
+
wildfire_current — Active fires, danger rating, city proximity
|
|
369
|
+
wildfire_hotspots — NASA FIRMS satellite detections
|
|
370
|
+
wildfire_smoke_impact — Per-city AQI and PM2.5 from smoke
|
|
371
|
+
|
|
372
|
+
Air Quality (4):
|
|
373
|
+
air_quality_current — 12-city overview
|
|
374
|
+
air_quality_city — Single city with full pollutant breakdown
|
|
375
|
+
air_quality_rankings — Cities ranked by health risk
|
|
376
|
+
air_quality_alerts — Cities exceeding AQI 100
|
|
377
|
+
|
|
378
|
+
Seismic (4):
|
|
379
|
+
seismic_recent — Global earthquakes M2.5+
|
|
380
|
+
seismic_canada — Canadian earthquakes M1.0+
|
|
381
|
+
seismic_activity_score — 5 Canadian risk zone scores
|
|
382
|
+
seismic_nearby — Earthquakes near a coordinate
|
|
383
|
+
|
|
384
|
+
Cross-Domain (2):
|
|
385
|
+
alberta_environment — Combined EMF + water + space weather dashboard
|
|
386
|
+
safety_check — Composite go/no-go environmental safety verdict
|
|
387
|
+
```
|
|
388
|
+
|
|
389
|
+
---
|
|
390
|
+
|
|
391
|
+
## API Key Registration (for any registry that asks for auth details)
|
|
392
|
+
|
|
393
|
+
```
|
|
394
|
+
Free API keys available. No credit card required.
|
|
395
|
+
|
|
396
|
+
Register: POST https://driftwest.xyz/api/account/register
|
|
397
|
+
Body: {"email": "you@example.com"}
|
|
398
|
+
Returns: {"apiKey": "dw_..."}
|
|
399
|
+
|
|
400
|
+
Set via environment variable: DRIFTWEST_API_KEY=dw_your_key
|
|
401
|
+
|
|
402
|
+
Tiers:
|
|
403
|
+
- Free: Rate-limited access to all 28 tools
|
|
404
|
+
- Researcher: $29/month — higher rate limits, priority support
|
|
405
|
+
```
|
package/server.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://registry.modelcontextprotocol.io/schema/server.json",
|
|
3
|
+
"name": "driftwest/mcp-server",
|
|
4
|
+
"description": "Environmental data MCP server — 28 tools: EMF sensors, space weather, 355 beaches, wildfire monitoring, air quality, and seismic activity across Western Canada and Pacific Northwest.",
|
|
5
|
+
"version": "1.1.0",
|
|
6
|
+
"repository": {
|
|
7
|
+
"url": "https://github.com/driftwest/mcp-server",
|
|
8
|
+
"source": "https://github.com/driftwest/mcp-server"
|
|
9
|
+
},
|
|
10
|
+
"packages": [
|
|
11
|
+
{
|
|
12
|
+
"registryType": "npm",
|
|
13
|
+
"name": "@driftwest/mcp-server",
|
|
14
|
+
"version": "1.1.0",
|
|
15
|
+
"runtime": "node",
|
|
16
|
+
"runtimeArgs": [],
|
|
17
|
+
"environmentVariables": [
|
|
18
|
+
{
|
|
19
|
+
"name": "DRIFTWEST_API_KEY",
|
|
20
|
+
"description": "API key for DriftWest environmental data (register free at https://driftwest.xyz/api/account/register)",
|
|
21
|
+
"required": false
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"tools": [
|
|
27
|
+
{ "name": "emf_latest", "description": "Latest EMF reading from any sensor node" },
|
|
28
|
+
{ "name": "emf_stats", "description": "24-hour statistics for all EMF sensor nodes" },
|
|
29
|
+
{ "name": "emf_history", "description": "Historical EMF time-series data" },
|
|
30
|
+
{ "name": "sensor_nodes", "description": "List all sensor nodes with online/offline status" },
|
|
31
|
+
{ "name": "space_weather", "description": "Current Kp/Dst index, solar wind speed, disturbance score" },
|
|
32
|
+
{ "name": "space_weather_alerts", "description": "Active NOAA space weather alerts" },
|
|
33
|
+
{ "name": "search_beaches", "description": "Geographic beach search across 355 beaches" },
|
|
34
|
+
{ "name": "beach_detail", "description": "Complete beach dossier with all environmental indices" },
|
|
35
|
+
{ "name": "water_quality_rankings", "description": "Beaches ranked by Water Quality Index" },
|
|
36
|
+
{ "name": "biodiversity_hotspots", "description": "Beaches ranked by biodiversity score" },
|
|
37
|
+
{ "name": "nearby_beaches", "description": "Find nearby beaches by location" },
|
|
38
|
+
{ "name": "shoreline_risk_alerts", "description": "Beaches by environmental risk level" },
|
|
39
|
+
{ "name": "compare_beaches", "description": "Side-by-side comparison of up to 10 beaches" },
|
|
40
|
+
{ "name": "water_quality_summary", "description": "Provincial water quality statistics" },
|
|
41
|
+
{ "name": "algae_risk", "description": "Algae bloom risk analysis" },
|
|
42
|
+
{ "name": "wildfire_current", "description": "Active fires, danger level, city proximity scores" },
|
|
43
|
+
{ "name": "wildfire_hotspots", "description": "Fire hotspot locations from NASA FIRMS satellite" },
|
|
44
|
+
{ "name": "wildfire_smoke_impact", "description": "Per-city smoke impact with AQI and PM2.5" },
|
|
45
|
+
{ "name": "air_quality_current", "description": "All 12 cities with AQI and health risk scores" },
|
|
46
|
+
{ "name": "air_quality_city", "description": "Detailed pollutant breakdown for one city" },
|
|
47
|
+
{ "name": "air_quality_rankings", "description": "Cities ranked by health risk score" },
|
|
48
|
+
{ "name": "air_quality_alerts", "description": "Cities exceeding AQI 100" },
|
|
49
|
+
{ "name": "seismic_recent", "description": "Recent global earthquakes (M2.5+) from USGS" },
|
|
50
|
+
{ "name": "seismic_canada", "description": "Canadian earthquakes only (M1.0+)" },
|
|
51
|
+
{ "name": "seismic_activity_score", "description": "Risk zone scores for 5 Canadian zones" },
|
|
52
|
+
{ "name": "seismic_nearby", "description": "Earthquakes near a geographic point" },
|
|
53
|
+
{ "name": "alberta_environment", "description": "Combined EMF + water quality + space weather dashboard" },
|
|
54
|
+
{ "name": "safety_check", "description": "Composite go/no-go verdict for air quality, wildfire, seismic" }
|
|
55
|
+
]
|
|
56
|
+
}
|