Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

DataGraph

io.github.team-earth/datagraph

Urban intelligence knowledge graph. Structured locality data for civic problem-solving.

Uptime
100.0%
1 direct probes · 30d
Response
869ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
3
available

Tools · 5

get_server_info

Get DataGraph MCP server metadata and GOSR framework info.

list_datasets

List available datasets. Optionally filter by locality code.

get_locality_schema

Get the graph schema for a locality (node types, relationships, sample queries). Call list_datasets first to get locality codes.

query_locality_data

Query data using natural language or Cypher. Requires auth.

get_usage_stats

Check your API usage and quota. Requires auth.

Prompts · 3

explore_locality_data

Guided exploration of a locality's data

analyze_gosr_dataset

Analyze a GOSR dataset using the Goal-Obstacles-Solutions-Resources framework

cypher_query_builder

Build a Cypher query from a natural language question

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "datagraph": {
      "url": "https://api.datagraph.city/mcp",
      "transport": "streamable-http"
    }
  }
}