Seattle Fire Department MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Seattle Fire Department MCP Serverare there any active fires in Seattle right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP SFD - Seattle Fire Department MCP Server
A Model Context Protocol (MCP) server that provides tools for LLMs to fetch and analyze Seattle Fire Department live incident data.
Features
Low-level API proxy (
sfd.fetch_raw) with normalization and cachingLatest incident retrieval (
sfd.latest_incident) for quick updatesFire detection (
sfd.is_fire_active) with intelligent status analysisEvacuation monitoring (
sfd.has_evacuation_orders) with keyword scanningRobust error handling and retry logic
Comprehensive data normalization
In-memory caching with configurable TTL
Related MCP server: SF Permits MCP Server
Installation
# Install the package
pip install -e .
# Install development dependencies
pip install -e ".[dev]"Usage
Running the MCP Server
# Run with default settings
python -m mcp_sfd.server
# Or use the CLI command
mcp-sfdEnvironment Variables
SFD_BASE_URL: Base URL for SFD API (default:https://sfdlive.com/api/data/)DEFAULT_CACHE_TTL: Default cache TTL in seconds (default: 15)
Available Tools
sfd.fetch_raw
Low-level proxy for the SFD API with full parameter control.
{
"order": "new",
"length": 100,
"search": "Any",
"cacheTtlSeconds": 15
}sfd.latest_incident
Returns the single most recent incident.
{}sfd.is_fire_active
Checks if there are any active fire incidents in Seattle.
{
"lookbackMinutes": 120
}sfd.has_evacuation_orders
Scans for evacuation-related keywords in recent incidents.
{
"lookbackMinutes": 180
}Development
Running Tests
# Run all tests
pytest
# Run with coverage
pytest --cov=mcp_sfd
# Run specific test file
pytest tests/test_normalize.pyCode Quality
# Format code
black mcp_sfd/ tests/
# Lint
ruff check mcp_sfd/ tests/
# Type check
mypy mcp_sfd/Architecture
The server is built with several key components:
HTTP Client (
http_client.py): Handles API requests with retry logic and cachingData Normalization (
normalize.py): Converts upstream API format to standardized schemasPydantic Schemas (
schemas.py): Type-safe data models for all inputs and outputsTool Implementations (
tools/): Individual MCP tool logicServer (
server.py): MCP server registration and error handling
Data Normalization
The server handles complex data transformations:
Flattens nested upstream data structures
Converts Seattle local time to UTC
Normalizes coordinates from various formats
Parses unit identifiers and status information
Standardizes boolean fields
Error Handling
All tools use standardized MCP error codes:
UPSTREAM_HTTP_ERROR: API connectivity issuesUPSTREAM_TIMEOUT: Request timeoutsSCHEMA_VALIDATION_ERROR: Data parsing failures
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides real-time access to Israeli emergency alerts from the official Pikud Haoref (Home Front Command) API. Enables AI assistants to check current alerts, retrieve alert history with intelligent city filtering, and monitor emergency notifications including rocket alerts, aerial intrusions, and earthquakes.5
- Flicense-quality-maintenanceProvides access to San Francisco public permitting, business, and property data through the Socrata SODA API. Users can search permit details, aggregate statistics, and look up property assessments using natural language.
- Flicense-qualityDmaintenanceEnables interaction with Incident.io to manage incidents, severities, and health checks via natural language. Provides endpoints for getting and creating incidents.1
- Alicense-qualityCmaintenanceProvides real-time San Francisco Bay Area Rapid Transit data, enabling queries about BART schedules, routes, and station information through natural language.7MIT
Related MCP Connectors
Wildfire events and aggregates across global, U.S., and Canada sources. Paid via x402 USDC.
Live California road conditions: CHP incidents, Caltrans closures, chain controls, and wildfires.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dpkirschner/mcp-sfd'
If you have feedback or need assistance with the MCP directory API, please join our Discord server