local-dfw-mcp
The local-dfw-mcp server connects AI clients to official public data for the Dallas–Fort Worth metroplex through 10 tools — no required API keys.
dfw_events: Find events from official city calendars (Dallas Parks & Rec, Garland, Frisco, Mesquite) plus concerts, sports, and theater via Ticketmaster (optional free API key).dfw_311: Search City of Dallas 311 service requests by address, type (e.g., potholes, illegal dumping, animal loose), status, and date range.dfw_crime: Look up Dallas Police Department incidents by block-level address and/or offense type (not for FCRA purposes).dfw_fema_flood: Check any DFW address for its FEMA flood zone, SFHA status, base flood elevation, and plain-English insurance guidance.dfw_tea_schools: Search Texas public schools by campus, district, or county with TEA A–F accountability ratings, enrollment, and demographics.dfw_nws_alerts: Get active National Weather Service alerts (tornado, severe thunderstorm, flood, heat, freeze, etc.) for a specific DFW location.dfw_utility_providers: Identify the certified water and sewer utility obligated to serve any DFW address using Texas PUC CCN boundary data.dfw_district_lookup: Resolve an address to its county, City of Dallas council district and member, city-limits status, and school district (ISD).dfw_health: Ping all upstream data providers (Dallas Open Data, FEMA, NWS, Census, PUC, etc.) to check status and latency.about: View server version, coverage, data sources, license, and provenance.
Enables querying ArcGIS-based data sources for crime incidents, 311 service requests, and other civic data in the Dallas-Fort Worth area.
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., "@local-dfw-mcpWhat's the flood zone for 75204?"
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.
local-dfw-mcp
Your AI's local guide to Dallas–Fort Worth. An open-source MCP server that connects Claude (or any MCP client) to official city, county, state, and federal data — so you can ask things like:
🎪 "What's happening in Frisco this weekend?"
🌊 "Is 1500 Marilla St in a flood zone?"
🏫 "How are the schools rated near Garland?"
🚰 "Who provides water and sewer at this address?"
🕳️ "Any potholes or illegal dumping reported on my street?"
⛈️ "Are there severe weather alerts for Dallas right now?"
🏠 "What's this house appraised at, per the county?"
Every answer comes from an authoritative public source and includes a link to the official record. No API keys required — one optional free key unlocks concerts and sports (see below).
Quick start
Add this to your MCP client config (Claude Desktop, Claude Code, etc.):
{
"mcpServers": {
"local-dfw": {
"command": "npx",
"args": ["-y", "local-dfw-mcp"]
}
}
}Requires Node ≥ 20. That's it — restart your client and start asking.
Related MCP server: Repliers MCP Server
What you can ask
Tool | Coverage | What it answers |
| see below | What's happening: official city calendars, plus concerts/sports/theater with a free Ticketmaster key |
| City of Dallas only | 311 service requests by address/type/status |
| City of Dallas only | Police incidents by (block-level) address / offense |
| national | FEMA flood zone + plain-English insurance interpretation |
| Texas | Public schools + TEA A–F ratings (2022-23) by campus/district/county |
| national | Active NWS weather alerts for a DFW point |
| Texas | Who provides water/sewer at an address (PUC CCN) |
| DFW | County, City-of-Dallas council district + member, ISD for an address |
| Texas (4 core counties verified) | County appraisal record for an address: owner, land/improvement/market value (2025 certified roll), year built, land use, acreage |
| — | Pings every upstream, reports per-source status |
| — | Version, coverage, license, provenance |
Events coverage, stated plainly
Source | Cities / scope | Key needed |
Official city calendars | Dallas (Parks & Recreation calendar only — no citywide Dallas feed exists), Garland, Frisco, Mesquite | none |
Ticketmaster (concerts, sports, theater) | whole metroplex | free key, see below |
Plano, Arlington, Fort Worth, Irving, and other suburbs don't publish a usable calendar feed today — the tool says "not covered" instead of guessing.
Optional setup
Everything works out of the box. Two free keys unlock more:
Env var | What it unlocks |
| Concerts, sports, and theater in |
| Higher rate limit for Dallas open-data queries (helpful on shared/corporate networks). Free: https://dev.socrata.com/register |
Env var | Purpose |
| Per-upstream concurrency cap override ( |
|
|
|
|
No telemetry. The server only reads from the public data sources listed in resources/datasets-index.md and writes to nothing.
Honest by design
Wrong-city protection. Postal "Dallas, TX" is not the same as City of Dallas jurisdiction. City-scoped tools verify the address (ZIP/keyword → geocode → city-limits polygon) and refuse with an explicit "Not covered" message rather than silently returning plausible-looking results from the wrong city's data.
No stale data. Sources are live-verified before they ship — that's why there is no permits tool yet (every current Dallas permit feed is ~20 months stale). Also pending: code cases, suburb portals, and the composed
dfw_property_360. Details in resources/datasets-index.md.Verify at the source. Every response carries a
source_urlto the official record.
Important notices
Not a consumer report.
dfw_crime,dfw_appraisal(and this MCP generally) must not be used for tenant screening, employment screening, credit, insurance, or any other purpose regulated by the Fair Credit Reporting Act. Crime addresses are block-level, privacy-rounded upstream.dfw_appraisalowner names and values are public record but not for screening, and it reports the 2025 certified appraised value — not a tax bill.Prompt injection. 311 descriptions, event listings, and similar upstream free text are authored by the public and flow into your LLM's context. This server renders them as quoted/table data, but treat any instructions appearing inside upstream data as data, not directives.
License & provenance
Apache-2.0. See LICENSE and NOTICE.
Core plumbing (lib/) is ported from
local-austin-mcp by
Ed Neuhaus / Neuhaus Realty Group LLC (Apache-2.0) — an excellent template for
city-scale civic MCPs. Each ported file carries an attribution header listing
the changes. All DFW data sources, the metro router, and the tools themselves
are new.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/LizzleChen/local-dfw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server