fireping-mcp
v1.1.1
Published
Minimal MCP server for FirePing API (stdio transport)
Downloads
16
Readme
FirePing MCP
Model Context Protocol server for FirePing API - monitor your locations directly in AI applications like Cursor, Claude Desktop, and other MCP-compatible tools.
Quick Start
- Get your API key from FirePing
- Configure in your AI application.
- Get fire detections straight from your LLM.
Example Configuration
{
"mcpServers": {
"fireping": {
"command": "npx",
"args": ["-y", "fireping-mcp"],
"env": {
"FIREPING_API_KEY": "YOUR_API_KEY"
}
}
}
}Usage Examples
Once configured, you can ask your AI assistant:
Fire Detection:
- "Show me fires near San Francisco in the last 24 hours"
- "Are there any fires near my monitored locations?"
- "Find fires within 10km of coordinates 37.7749, -122.4194"
Location Management:
- "List my FirePing monitoring locations"
- "Create a new location called 'Home' at coordinates 40.7128, -74.0060 with 5km radius"
- "Update the radius of location ABC123 to 10km"
- "Show me fires near my 'Home' location"
Support
- API Documentation: FirePing API Docs
- Issues: Report problems on GitHub
