MCP Uptime
← MCP Reliability Index  /  Databases
N

Nova Scotia Data Explorer

io.github.SevaSk/nova-scotia-data-explorer
Query and explore Nova Scotia open datasets via the Socrata SODA API.
healthy
status
4
tools exposed
1233ms
connect latency
792e5a72c3d3
schema fingerprint

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_categories first to see valid category and tag names. Use the returned dataset ID with query_dataset or g
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 calling query_dataset so you know the exact field names to use in $select and $where clauses.
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 single quotes for strings) $where=field like '%val%' — partial match $order=field DESC —

Endpoint

https://scotiasignal.ca/mcp
Category: Databases · Last checked: 2026-07-30T13:49:02Z

Monitor your own MCP server

Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.

Get early access
How we measure →
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.