Thermal Sentinel MCP Server
Enables AI agents to monitor urban heat risk, detect heat waves and anomalies, and generate alerts with urban-planning recommendations via the FortyGuard Temperature API.
README
🌡️ Thermal Sentinel
Heat-risk monitoring agent powered by the FortyGuard Temperature API. Detects heat waves and temperature anomalies, generates alerts with urban-planning recommendations, and exposes an MCP tool interface. Built for the FortyGuard Hackathon'26 (Agentic AI track).
Live demo: https://thermal-sentinel-agent.vercel.app · GitHub: 0xConsole/thermal-sentinel-agent
What It Does
Thermal Sentinel is an AI agent that:
- Queries the FortyGuard Temperature API for real-time urban temperature data
- Detects heat waves and anomalies using Sentinel-style multi-signal anomaly detection (WHO heat bands + z-score + sustained-heat + rate-of-change)
- Generates heat-risk alerts with actionable urban-planning recommendations
- Exposes 11 tools via the MCP (Model Context Protocol) — any AI agent can call them
- Displays a live dashboard with city grid, alerts, charts, and one-click demo
Quick Start
# Clone
git clone https://github.com/0xConsole/thermal-sentinel-agent.git
cd thermal-sentinel-agent
# Install deps
pip install -r requirements.txt
# Run locally (no API key needed — mock data works out of the box)
uvicorn app.main:app --reload --port 8000
# Open dashboard
open http://localhost:8000
With Real FortyGuard API
export FORTYGUARD_API_KEY="your-api-key"
export FORTYGUARD_API_BASE="https://api.fortyguard.com" # default
uvicorn app.main:app --reload --port 8000
Architecture
┌─────────────────────────────────────────────────────────┐
│ Dashboard UI (static) │
│ REST API + MCP Tool Interface │
├─────────────────────────────────────────────────────────┤
│ FastAPI (app/main.py) │
│ /api/* routes + /mcp/tools /mcp/call │
├─────────────────────────────────────────────────────────┤
│ Agent (app/agent.py) │
│ scan_cities → monitor_city → heat_risk_report │
├──────────────┬───────────────────┬──────────────────────┤
│ FortyGuard │ Anomaly Detector │ Store (SQLite) │
│ Client │ (Sentinel-style) │ /tmp persistence │
│ Real or mock │ 4 signals + score │ readings + alerts │
└──────────────┴───────────────────┴──────────────────────┘
MCP Tools (11)
| Tool | Endpoint | Description |
|---|---|---|
scan_cities |
POST /mcp/call |
Scan multiple cities for heat risk |
get_temperature |
POST /mcp/call |
Current temperature for a city |
get_temperature_history |
POST /mcp/call |
Hourly temperature history |
detect_heat_anomaly |
POST /mcp/call |
Run anomaly detection |
monitor_city |
POST /mcp/call |
Deep single-city monitoring |
get_heat_risk_report |
POST /mcp/call |
Consolidated risk report |
get_alerts |
POST /mcp/call |
Active alerts from log |
acknowledge_alert |
POST /mcp/call |
Dismiss an alert |
list_monitored_cities |
POST /mcp/call |
List monitorable cities |
get_monitoring_stats |
POST /mcp/call |
Monitoring statistics |
run_demo |
POST /mcp/call |
One-click demo scan |
List tools: GET /mcp/tools
Call tool: POST /mcp/call with {"name": "scan_cities", "arguments": {"cities": ["Dubai", "Phoenix"]}}
REST API
| Method | Path | Description |
|---|---|---|
GET |
/ |
Dashboard UI |
GET |
/health |
Health check (shows live/mock mode) |
POST |
/api/scan |
Scan cities |
GET |
/api/temperature/{city} |
Current temperature |
GET |
/api/history/{city}?hours=24 |
Temperature history |
GET |
/api/monitor/{city}?hours=24 |
Deep city monitoring |
GET |
/api/report?city=... |
Heat-risk report |
GET |
/api/alerts?city=...&limit=50 |
Active alerts |
POST |
/api/alerts/{id}/ack |
Acknowledge alert |
GET |
/api/stats |
Monitoring stats |
GET |
/api/cities |
List cities |
POST |
/api/demo |
One-click demo |
Anomaly Detection
Multi-signal, composite 0-100 risk score:
| Signal | Max Points | Catches |
|---|---|---|
| WHO heat-risk band | 40 | Absolute heat level |
| Z-score (vs 24h baseline) | 25 | Statistical outlier |
| Sustained heat-wave (consecutive ≥38°C) | 20 | Heat wave declaration |
| Rate-of-change (≥5°C/hr) | 15 | Rapid shifts |
Severity: info → low → medium → high → critical
Project Structure
thermal-sentinel-agent/
├── api/
│ └── index.py # Vercel entry
├── app/
│ ├── __init__.py
│ ├── main.py # FastAPI app + routes
│ ├── fortyguard_client.py # API client + mock transport
│ ├── anomaly_detector.py # Sentinel-style detection
│ ├── agent.py # Orchestration
│ ├── mcp_server.py # MCP tool registry
│ └── store.py # SQLite persistence
├── static/
│ └── index.html # Dashboard UI
├── CONCEPT.md
├── README.md
├── vercel.json
├── requirements.txt
└── .gitignore
What's Real vs Mocked
- ✅ Real: FortyGuard API integration (when
FORTYGUARD_API_KEYset), anomaly detection engine, MCP tool protocol, alert generation, dashboard UI, Vercel deployment - 🔶 Mock (fallback): When no API key, temperature data is generated from per-city climate baselines with realistic diurnal variation and anomaly injection — for zero-credential demos
Deploy
# Vercel (auto-creates project on first deploy)
vercel --prod --yes --token "$VERCEL_TOKEN"
# Or set env var on Vercel
vercel env add FORTYGUARD_API_KEY production
License
MIT
Built For
FortyGuard Hackathon'26 — Agentic AI track
- Prize: $6K + NVIDIA Jetson
- Judging: Impact (40%), Technical Execution (35%), Innovation (15%), Communication (10%)
- See CONCEPT.md for full concept and judging-criteria alignment
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。