MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Local Dfw MCP Server

by LizzleChen
Developer ToolsUse Caution4.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Your AI's DFW guide: Dallas 311, crime, flood zones, schools, utilities, districts. No API keys.

About

Your AI's DFW guide: Dallas 311, crime, flood zones, schools, utilities, districts. No API keys.

Security Report

4.9
Use Caution4.9High Risk

This is a well-structured civic data MCP server with proper authentication safeguards, careful jurisdiction routing to prevent wrong-city data access, and appropriate network/data permissions for its use case. Input validation and error handling are solid. Minor code quality issues (broad exception handling, SQL-like string escaping) exist but do not create exploitable vulnerabilities. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Optional Socrata app token — raises the shared per-IP rate limit for Dallas open-data queries. Free at https://dev.socrata.com/register. Works fine without it.Required

Environment variable: DFW_SODA_APP_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lizzlechen-local-dfw-mcp": {
      "env": {
        "DFW_SODA_APP_TOKEN": "your-dfw-soda-app-token-here"
      },
      "args": [
        "-y",
        "local-dfw-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

local-dfw-mcp

Your AI's local guide to Dallas–Fort Worth. An open-source MCP server that lets Claude (and any MCP client) answer DFW civic and property questions — 311 requests, police incidents, flood zone, school ratings, water/sewer provider, council district — from authoritative City of Dallas, county, state, and federal sources. No API keys required.

Install

// Claude Desktop / any MCP client config
{
  "mcpServers": {
    "local-dfw": {
      "command": "npx",
      "args": ["-y", "github:LizzleChen/local-dfw-mcp"]
    }
  }
}

Requires Node ≥ 20.

Tools (v0.1)

ToolCoverageWhat it answers
dfw_311City of Dallas only311 service requests by address/type/status
dfw_crimeCity of Dallas onlyPolice incidents by (block-level) address / offense
dfw_fema_floodnationalFEMA flood zone + plain-English insurance interpretation
dfw_tea_schoolsTexasPublic schools + TEA A–F ratings (2022-23) by campus/district/county
dfw_nws_alertsnationalActive NWS weather alerts for a DFW point
dfw_utility_providersTexasWho provides water/sewer at an address (PUC CCN)
dfw_district_lookupDFWCounty, City-of-Dallas council district + member, ISD for an address
dfw_health—Pings every upstream, reports per-source status
about—Version, coverage, license, provenance

Not in v0.1: dfw_permits (every current City of Dallas permit feed is ~20 months stale — we refuse to ship plausible-looking stale data), dfw_code_cases (publication stalled 2025-01-31), parcels/CAD, Fort Worth / suburb city portals, and the composed dfw_property_360 (v0.2). Details in resources/datasets-index.md.

Wrong-city protection

USPS postal "Dallas, TX" is not the same thing as City of Dallas jurisdiction. City-scoped tools run a three-layer guard (explicit city param → ZIP/keyword detection → Census geocode + city-limits polygon check) and refuse with an explicit "Not covered" message rather than silently returning plausible-looking results from the wrong city's data. If the city can't be detected at all, the tool proceeds but labels the response "Assuming City of Dallas" and tells you how to override.

Configuration (all optional)

Env varPurpose
DFW_SODA_APP_TOKENSocrata app token — raises the shared per-IP rate limit. Free: https://dev.socrata.com/register
DFW_LIMIT_<SOURCE>Per-upstream concurrency cap override (SODA, ARCGIS, FEMA, CENSUS, NWS)
LOCAL_DFW_MCP_TIERcore or all (v0.1: identical sets)
DFW_CACHE_DISABLED1 disables the in-process cache (used by tests)

No telemetry. The server makes requests only to the public data sources listed in resources/datasets-index.md and writes to nothing.

Important notices

  • Not a consumer report. dfw_crime (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.
  • Prompt injection. 311 descriptions 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.
  • Verify at the source. Every response carries a source_url to the official record.

Development

npm install
npm test                # unit + offline mocked-handler tests (CI gate)
npm run test:handshake  # spawns the server over stdio, lists tools (live)
npm run test:smoke      # live network smoke tests, one per tool

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.

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published July 7, 2026
Version 0.1.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
7
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
536
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
80
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
47
Installs
6.0
Security
5.0
Local

MCP Marketplace

Free

by mcp-marketplace · Developer Tools

Search and install MCP servers from inside your AI client.

-
Stars
36
Installs
10.0
Security
5.0
Remote