{ "name": "local-dfw-mcp", "version": "0.2.4", "description": "Your AI's local guide to Dallas-Fort Worth: what's happening around here (city calendars + optional Ticketmaster concerts/sports/theater), 311 requests, crime, flood zone, schools, water/sewer provider, council district, county appraisal values — from authoritative city/county/state sources. No API keys required for the base install.", "main": "index.js", "type": "module", "bin": { "local-dfw-mcp": "index.js" }, "files": [ "index.js", "lib/", "tools/", "resources/", "README.md", "CHANGELOG.md", "changelog/", "LICENSE", "NOTICE" ], "publishConfig": { "access": "public" }, "mcpName": "io.github.LizzleChen/local-dfw-mcp", "repository": { "type": "git", "url": "git+https://github.com/LizzleChen/local-dfw-mcp.git" }, "scripts": { "start": "node index.js", "dev": "node --watch index.js", "prepublishOnly": "npm run test:unit", "test": "node --test test/unit/*.test.js", "test:unit": "node --test test/unit/*.test.js", "test:handshake": "node test/mcp-handshake.js", "test:smoke:311": "node test/smoke-311.js", "test:smoke:events": "node test/smoke-events.js", "test:smoke:crime": "node test/smoke-crime.js", "test:smoke:tea": "node test/smoke-tea-schools.js", "test:smoke:flood": "node test/smoke-fema-flood.js", "test:smoke:nws": "node test/smoke-nws-alerts.js", "test:smoke:utility": "node test/smoke-utility-providers.js", "test:smoke:district": "node test/smoke-district-lookup.js", "test:smoke:appraisal": "node test/smoke-appraisal.js", "test:smoke:traffic": "node test/smoke-traffic.js", "test:smoke:permits": "node test/smoke-permits.js", "test:smoke:code-cases": "node test/smoke-code-cases.js", "test:smoke": "node test/smoke-311.js && node test/smoke-crime.js && node test/smoke-events.js && node test/smoke-tea-schools.js && node test/smoke-fema-flood.js && node test/smoke-nws-alerts.js && node test/smoke-utility-providers.js && node test/smoke-district-lookup.js && node test/smoke-appraisal.js && node test/smoke-traffic.js && node test/smoke-permits.js && node test/smoke-code-cases.js" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "anthropic", "llm-tools", "dallas", "fort-worth", "dfw", "texas", "dallas-county", "tarrant-county", "collin-county", "denton-county", "events", "civic-data", "open-data", "socrata", "gis", "flood-zone", "schools", "311", "crime" ], "author": "LizzleChen", "license": "Apache-2.0", "engines": { "node": ">=20" }, "devDependencies": { "undici": "^6.19.8" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" } }