datagraph-city-mcp-server
Verified Safeby team-earth
Overview
Provides a Model Context Protocol (MCP) interface for LLMs (like Claude Desktop) to query various urban intelligence datasets from the DataGraph API, including NYC building permits, property sales, crime, demographics, subway data, and GOSR framework-based civic programs.
Installation
npx -y datagraph-city-mcp-serverEnvironment Variables
- DATAGRAPH_API_KEY
- DATAGRAPH_API_URL
Security Notes
The server acts as a proxy to the external DataGraph API, requiring a DATAGRAPH_API_KEY which is securely handled via environment variables (not hardcoded). There are no 'eval' calls or obfuscation detected. The server explicitly enforces read-only operations and includes a LIMIT clause validation for user-provided Cypher queries, demonstrating a focus on preventing malicious database operations. The core security depends on the DataGraph API itself, but the server component appears robust.
Similar Servers
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
datadog-mcp
Provides Datadog monitoring and management capabilities as a Model Context Protocol (MCP) server for Claude Desktop and other MCP clients.
pinax-mcp
Connects MCP-compatible clients (e.g., Claude Desktop) to remote MCP servers, specifically The Graph Token API, by acting as a bridge between stdio and HTTP/SSE transports.