Skip to main content

MCP server for searching, downloading, and analyzing datasets from Ontario, Toronto, and Ottawa open data portals

Project description

ontario-data-mcp

[!IMPORTANT]
Beta: This project is under active development. The data structure and tool interfaces may change, as may the data sources until v0.1. LLM-generated analysis may contain errors. Always verify critical findings against the returned source data.

This is an MCP server for discovering, downloading, querying, and analyzing datasets from Ontario's Open Data portals. It allows asking questions of the data in English (or Spanish, Chinese, French, etc).

It currently supports the Ontario, Toronto, and Ottawa portals, and utilizes a shared DuckDB cache for fast SQL queries, statistical analysis, and geospatial operations.

Contributing

Contributions welcome! To get started, see Installation below.

Found a bug? Have an idea? Discovered something interesting? Open an issue here: https://github.com/sprine/ontario-data-mcp/issues

Features

  • find - search across supported Ontario open data portals
  • download - retrieve and cache datasets
  • query - run SQL, statistical, and geospatial analysis via DuckDB
  • WIP A validate step to verify query outputs against original source files and metadata.
  • A shared DuckDB cache for high-performance analytics
Portal APIs find → Dataset download → DuckDB cache → MCP tools (find, download, query)

Installation

With Claude Code

claude mcp add ontario-data -- uvx ontario-data-mcp

To auto-approve all tool calls (no confirmation prompts), add to your Claude Code settings:

{
  "permissions": {
    "allow": ["mcp:ontario-data:*"]
  }
}

All read-only tools are annotated as such. The only destructive tool is cache_manage, which removes local cached data (no remote mutations).

With VS Code

Add to .vscode/mcp.json:

{
  "mcpServers": {
    "ontario-data": {
      "command": "uvx",
      "args": ["ontario-data-mcp"]
    }
  }
}
From Source
git clone https://github.com/sprine/ontario-data-mcp
cd ontario-data-mcp
uv sync
uv run ontario-data-mcp

Supported Portals

All searches fan out to every portal by default — no need to select a portal. Dataset and resource IDs are prefixed with their portal (e.g. toronto:abc123).

Portal Platform Datasets
ontario CKAN ~5,700
toronto CKAN ~533
ottawa ArcGIS Hub ~665

List of tools available to the AI agent

Discovery (5 tools)
Tool Description
search_datasets Search for datasets across all portals (or narrow with portal=)
list_portals List all available portals with platform type
list_organizations List government ministries with dataset counts
list_topics List all tags/topics in the catalogue
find_related_datasets Find datasets related by tags and organization
Metadata (4 tools)
Tool Description
get_dataset_info Get full metadata for a dataset (use prefixed ID like toronto:abc123)
list_resources List all files in a dataset with formats and sizes
get_resource_schema Get column schema and sample values for a datastore resource
compare_datasets Compare metadata side-by-side for multiple datasets (cross-portal)
Retrieval & Caching (4 tools)
Tool Description
download_resource Download a resource and cache it in DuckDB (use prefixed ID like toronto:abc123)
cache_info Cache statistics + list all cached datasets with staleness
cache_manage Remove single resource, clear all, or refresh (action enum)
refresh_cache Re-download cached resources with latest data
Querying (4 tools)
Tool Description
query_resource Query a resource via CKAN Datastore API (remote)
sql_query Run SQL against the CKAN Datastore (remote)
query_cached Run SQL against locally cached data in DuckDB
preview_data Quick preview of first N rows of a resource
Data Quality (3 tools)
Tool Description
check_data_quality Analyze nulls, type consistency, duplicates, outliers
check_freshness Check if a dataset is current vs. its update schedule
profile_data Statistical profile using DuckDB SUMMARIZE
Geospatial (3 tools)
Tool Description
load_geodata Cache a geospatial resource (SHP, KML, GeoJSON) into DuckDB
spatial_query Run spatial queries against cached geospatial data
list_geo_datasets Find datasets containing geospatial resources

Prompts

Context-aware guided workflow prompts:

  • explore_topic — Guided exploration of a topic (fetches live catalogue context)
  • data_investigation — Deep dive into a specific dataset: schema, quality, statistics
  • compare_data — Side-by-side analysis of multiple datasets

Environment Variables

Variable Default Purpose
ONTARIO_DATA_CACHE_DIR ~/.cache/ontario-data DuckDB storage + log file location
ONTARIO_DATA_TIMEOUT 30 HTTP timeout in seconds
ONTARIO_DATA_RATE_LIMIT 10 Max CKAN requests per second

Development

uv sync
uv run python -m pytest tests/ -v

License

MIT — see LICENSE for the software.

Data accessed through this tool is provided under the following open government licences:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ontario_data_mcp-0.1.7.tar.gz (198.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ontario_data_mcp-0.1.7-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file ontario_data_mcp-0.1.7.tar.gz.

File metadata

  • Download URL: ontario_data_mcp-0.1.7.tar.gz
  • Upload date:
  • Size: 198.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.9

File hashes

Hashes for ontario_data_mcp-0.1.7.tar.gz
Algorithm Hash digest
SHA256 df25963ca60f0323e11314f46db180601a199f4f2a8a1707350af788c7fa5905
MD5 6c2af075e586f86306a2ee954b2eefae
BLAKE2b-256 0e6efecf91c2f0c87f916e4dc419eab1345b05565523713daa09ad45a6d21a14

See more details on using hashes here.

File details

Details for the file ontario_data_mcp-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for ontario_data_mcp-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 432e813ec51ed453e2e82196b0951d3f670e4951a68a9e1ca5ffaa2de2bf00a1
MD5 2eb54a48003e940d2097c5aacc637ef0
BLAKE2b-256 24b46542bb4cc22603f9ca2962949c868b32e58b49b094b90a50f5cee8b06ea4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page