You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/showcase/flameguardai.mdx
+389Lines changed: 389 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,3 +161,392 @@ We’re proud to stand with homeowners — not just to raise awareness, but to e
161
161
162
162
Big thanks to **DevPost** and **Perplexity** for making this hackathon possible. Without the **Perplexity Sonar API**, this level of structured, trusted, AI-driven research would simply not be possible.
163
163
164
+
165
+
# FlameGuardAI MCP Server Setup Guide
166
+
167
+
## Connect FlameGuardAI to Claude Desktop for AI-Powered Fire Risk Analysis
168
+
169
+
Transform Claude Desktop into a powerful fire risk assessment tool by connecting it to FlameGuardAI's remote MCP (Model Context Protocol) server. This integration allows you to analyze properties for fire risks, get detailed prevention recommendations, and access professional resources - all through natural conversation with Claude.
170
+
171
+
---
172
+
173
+
## 🔥 What You'll Get
174
+
175
+
With FlameGuardAI MCP integration, Claude can:
176
+
177
+
-**🏠 Analyze Property Fire Risks**: Describe your property and get comprehensive fire risk assessments
178
+
-**📋 Generate Prevention Recommendations**: Receive detailed DIY solutions and professional guidance
179
+
-**🛒 Find Local Resources**: Get information about material suppliers and professional services in your area
180
+
-**📊 Create Assessment Reports**: Generate detailed reports with actionable fire prevention strategies
181
+
-**🔍 Research Fire Safety**: Access specialized fire prevention research powered by Perplexity AI
182
+
183
+
---
184
+
185
+
## 📋 Prerequisites
186
+
187
+
Before you begin, make sure you have:
188
+
189
+
-**Claude Desktop App**: Download from [claude.ai](https://claude.ai/download) (latest version required)
190
+
-**FlameGuardAI Account**: Sign up at [https://flameguardai.dlyog.com](https://flameguardai.dlyog.com)
191
+
-**Node.js**: Download from [nodejs.org](https://nodejs.org/) (for the MCP proxy)
192
+
-**Active Internet Connection**: Required for remote MCP server communication
193
+
194
+
> **💡 Note**: This integration works with Claude Desktop on Mac and Windows. The free Claude plan doesn't support MCP integrations - you'll need a Claude Pro, Team, or Enterprise subscription.
195
+
196
+
---
197
+
198
+
## 🚀 Step-by-Step Setup
199
+
200
+
### Step 1: Verify Your System Requirements
201
+
202
+
**Check if Node.js is installed:**
203
+
```bash
204
+
node --version
205
+
npm --version
206
+
```
207
+
208
+
If you don't see version numbers, [download and install Node.js](https://nodejs.org/).
209
+
210
+
**Verify Claude Desktop version:**
211
+
- Open Claude Desktop
212
+
- Go to Claude menu → About Claude
213
+
- Ensure you have the latest version (MCP support requires recent versions)
214
+
215
+
### Step 2: Create FlameGuardAI Account
216
+
217
+
1.**Visit FlameGuardAI**: Go to [https://flameguardai.dlyog.com](https://flameguardai.dlyog.com)
218
+
2.**Sign Up**: Create your account with a valid email address
219
+
3.**Verify Email**: Check your inbox and verify your email address
220
+
4.**Complete Profile**: Fill out your profile information
221
+
222
+
> **🔐 Important**: Remember your email address - you'll need it for MCP authentication.
223
+
224
+
### Step 3: Configure Claude Desktop
225
+
226
+
**1. Open Claude Desktop Configuration:**
227
+
228
+
**On Mac:**
229
+
```bash
230
+
open "~/Library/Application Support/Claude/claude_desktop_config.json"
231
+
```
232
+
233
+
**On Windows:**
234
+
- Go to: `%APPDATA%\Claude\claude_desktop_config.json`
235
+
- Or: File → Settings → Developer → Edit Config
236
+
237
+
**2. Add FlameGuardAI MCP Server:**
238
+
239
+
If the file is empty or doesn't exist, create it with this content:
240
+
241
+
```json
242
+
{
243
+
"mcpServers": {
244
+
"flameguard-ai": {
245
+
"command": "npx",
246
+
"args": [
247
+
"mcp-remote",
248
+
"https://mcp-flameguardai.dlyog.com/sse"
249
+
]
250
+
}
251
+
}
252
+
}
253
+
```
254
+
255
+
If you already have other MCP servers configured, add the FlameGuardAI entry to your existing `mcpServers` object:
256
+
257
+
```json
258
+
{
259
+
"mcpServers": {
260
+
"your-existing-server": {
261
+
"command": "...",
262
+
"args": ["..."]
263
+
},
264
+
"flameguard-ai": {
265
+
"command": "npx",
266
+
"args": [
267
+
"mcp-remote",
268
+
"https://mcp-flameguardai.dlyog.com/sse"
269
+
]
270
+
}
271
+
}
272
+
}
273
+
```
274
+
275
+
**3. Save and Restart:**
276
+
- Save the configuration file
277
+
- Completely quit Claude Desktop (⌘+Q on Mac, Alt+F4 on Windows)
278
+
- Reopen Claude Desktop
279
+
280
+
### Step 4: Verify the Connection
281
+
282
+
**1. Look for the Tools Icon:**
283
+
After restarting Claude Desktop, you should see a 🔨 (hammer) icon in the bottom right corner of the input area.
284
+
285
+
**2. Check Available Tools:**
286
+
Click the hammer icon to see the FlameGuardAI tools:
-**Session Duration**: Your authentication session lasts for the current Claude conversation
333
+
-**Re-authentication**: You'll need to authenticate again in new conversations
334
+
-**Logout**: Use `logout_user` tool or simply start a new conversation
335
+
336
+
---
337
+
338
+
## 🏠 Using FlameGuardAI for Fire Risk Analysis
339
+
340
+
Once authenticated, you can perform comprehensive fire risk assessments using natural language.
341
+
342
+
### Basic Fire Risk Analysis
343
+
344
+
**Example Prompt:**
345
+
> "Analyze my property for fire risks. I have a two-story wooden house with a cedar shake roof. There's dry vegetation within 30 feet of the house, and I'm located in ZIP code 90210, California."
346
+
347
+
**What Happens:**
348
+
1. Claude recognizes this needs fire risk analysis
349
+
2. Asks permission to use the `fire_risk_deep_research` tool
350
+
3. Processes your property description
351
+
4. Triggers comprehensive AI research using Perplexity API
352
+
5. Provides immediate status and promises detailed email report
353
+
354
+
### Advanced Analysis with Context
355
+
356
+
**Example Prompt:**
357
+
> "I need a detailed fire risk assessment for my property. Here are the details:
358
+
>
359
+
> - Location: 94102, San Francisco, CA
360
+
> - Structure: 1920s Victorian home, wood frame construction
361
+
> - Roofing: Asphalt shingles, gutters need cleaning
362
+
> - Landscaping: Eucalyptus trees 20 feet from house, dry grass in backyard
-[ ] Configuration file updated with FlameGuardAI MCP server
530
+
-[ ] Claude Desktop restarted
531
+
-[ ] 🔨 Tools icon visible in Claude Desktop
532
+
-[ ] Authentication completed with email verification
533
+
-[ ] First fire risk analysis test completed
534
+
535
+
---
536
+
537
+
## 🔮 What's Next?
538
+
539
+
Once you have FlameGuardAI integrated with Claude Desktop, you can:
540
+
541
+
-**Regular Property Assessments**: Schedule periodic fire risk evaluations
542
+
-**Seasonal Reviews**: Check fire safety before high-risk seasons
543
+
-**Home Improvement Planning**: Use recommendations to plan fire safety upgrades
544
+
-**Insurance Preparation**: Generate detailed reports for insurance reviews
545
+
-**Community Education**: Share fire safety knowledge with neighbors
546
+
547
+
---
548
+
549
+
**🏠 Ready to protect your property? Start your fire risk analysis today!**
550
+
551
+
*This integration brings professional-grade fire risk assessment directly to your Claude Desktop conversations. Stay safe, stay protected with FlameGuardAI.*
0 commit comments