Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Nova Scotia Data Explorer

io.github.sevask/nova-scotia-data-explorer

Query and explore Nova Scotia open datasets via the Socrata SODA API.

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

Tools · 4

list_categories

Returns all dataset categories and popular tags available on the Nova Scotia Open Data portal. Use this first to discover valid category names before calling search_datasets with a category filter.

search_datasets

Search the Nova Scotia Open Data catalog (data.novascotia.ca) for datasets by keyword, category, or tag. Returns dataset names, IDs, descriptions, column names, and direct portal links. Use list_categ…

get_dataset_metadata

Retrieve full schema and metadata for a Nova Scotia Open Data dataset by its 8-character identifier (e.g. '3nka-59nz'). Returns all column field names, data types, and descriptions — essential before …

query_dataset

Run a SoQL query against a Nova Scotia Open Data dataset. SoQL is SQL-like. Key clauses (combine with &): $select=col1,col2 — choose columns $where=field='value' — filter rows (use s…

How to use

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

{
  "mcpServers": {
    "nova_scotia_data_explorer": {
      "url": "https://scotiasignal.ca/mcp",
      "transport": "streamable-http"
    }
  }
}