DataGraph
io.github.team-earth/datagraphUrban intelligence knowledge graph. Structured locality data for civic problem-solving.
Tools · 5
Get DataGraph MCP server metadata and GOSR framework info.
List available datasets. Optionally filter by locality code.
Get the graph schema for a locality (node types, relationships, sample queries). Call list_datasets first to get locality codes.
Query data using natural language or Cypher. Requires auth.
Check your API usage and quota. Requires auth.
Prompts · 3
Guided exploration of a locality's data
Analyze a GOSR dataset using the Goal-Obstacles-Solutions-Resources framework
Build a Cypher query from a natural language question
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"datagraph": {
"url": "https://api.datagraph.city/mcp",
"transport": "streamable-http"
}
}
}