Skip to main content

MCP Server for CleverTech Canadian government data APIs

Project description

CleverTech MCP Server

Canadian government data for AI agents. Property assessments, building permits, zoning, business registry, DLS grid conversion — 50 free queries/day, no signup.

npx @clevertech/mcp-server

PyPI version npm version License: MIT


Quick Start

Claude Code

Add to your ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "clevertech": {
      "command": "npx",
      "args": ["-y", "@clevertech/mcp-server"]
    }
  }
}

Cursor / Cline

Add to your MCP configuration:

{
  "mcpServers": {
    "clevertech": {
      "command": "uvx",
      "args": ["clevertech-mcp-server"]
    }
  }
}

GitHub Copilot

{
  "mcpServers": {
    "clevertech": {
      "command": "npx",
      "args": ["-y", "@clevertech/mcp-server"]
    }
  }
}

Direct CLI

# npm (Node.js)
npx @clevertech/mcp-server

# uv / PyPI
uvx clevertech-mcp-server

Available Tools (11)

Tool Description
dls_convert GPS ↔ Dominion Land Survey (DLS) coordinate conversion for Western Canada
dls_batch Batch GPS ↔ DLS conversion — up to 100 coordinates at once
property_search Property assessment search by address across 13+ Canadian cities
property_report Consolidated property report — assessment, permits, zoning, and DLS in one call
property_by_roll Direct property lookup by roll number — faster than address search
building_permit_search Building permit search by address, contractor, applicant, or permit number
building_permit_recent Recently issued building permits feed — monitor new construction activity
zoning_lookup Zoning district lookup by GPS coordinates or street address
business_registry_search Federal corporation search — find Canadian businesses by name, province, or city
reverse_geocode GPS → address, city, neighborhood, province, and DLS grid reference
list_cities Discover available cities, their API capabilities, and property counts

What Agents Can Do

  • Ask: "What's 1532 14 Ave SW in Calgary worth?" — Gets assessed value, land value, building value, year built, lot size, and DLS coordinates.
  • Ask: "Show me recent building permits in Vancouver" — Returns the latest construction permits with type, value, status, and issue dates.
  • Ask: "What zone is this GPS point in?" — Looks up zoning district, land use, and boundary info.
  • Ask: "Convert these 50 GPS points to DLS" — Batch converts in a single API call.
  • Ask: "Is Shopify still an active corporation?" — Searches the federal business registry.

Cities Supported

20 cities across Canada — and growing:

Province Cities
Alberta Calgary, Edmonton, High River
British Columbia Vancouver, Victoria
Ontario Toronto, Ottawa, Hamilton, Kitchener, London, Mississauga, Markham, Vaughan
Quebec Montreal, Quebec City
Manitoba Winnipeg
Saskatchewan Saskatoon, Regina
Nova Scotia Halifax
Newfoundland St. John's

Use list_cities to see live availability, API capabilities per city, and property counts.


Pricing

No signup required to start. Free tier gives you 50 queries/day out of the box.

Tier Queries/Day Price API Key
Free 50 $0 Not required
Developer 200 Free Sign up →
Pro 2,000 $10/mo Sign up →
Enterprise 10,000 $40/mo Sign up →

Get your API key →

Using an API Key

npx @clevertech/mcp-server --api-key YOUR_KEY

Or via environment variable:

export CLEVERTECH_API_KEY=your_key_here
npx @clevertech/mcp-server

Features

  • No signup required — 50 free queries/day out of the box
  • 11 MCP tools covering property, permits, zoning, business registry, and DLS
  • Batch DLS conversion — convert up to 100 coordinates in one call
  • Consolidated property reports — assessment + permits + zoning + DLS in a single response
  • stdio + SSE transport — works with Claude Code, Cursor, Cline, GitHub Copilot, and any MCP-compatible agent
  • Clean text output — formatted for easy LLM parsing and reformatting
  • 20 Canadian cities — urban and rural coverage with regular additions
  • MIT licensed — use it anywhere, no restrictions

Development

# Clone and set up
git clone https://github.com/anteriorclever/clevertech-mcp-server.git
cd clevertech-mcp-server
uv sync

# Run locally (stdio transport)
uv run clevertech-mcp-server --transport stdio

# Run with SSE transport (for HTTP-based agents)
uv run clevertech-mcp-server --transport sse --port 8000

Run Tests

uv run pytest

Project Structure

src/clevertech_mcp/
├── tools/
│   ├── property.py    # property_search, property_report, property_by_roll
│   ├── building.py    # building_permit_search, building_permit_recent
│   ├── zoning.py      # zoning_lookup
│   ├── dls.py         # dls_convert, dls_batch
│   ├── business.py    # business_registry_search
│   ├── geo.py         # reverse_geocode
│   └── meta.py        # list_cities
├── server.py          # FastMCP server entry point
├── client.py          # HTTP client for CleverTech API
├── auth.py            # API key authentication
├── rate_limit.py      # Rate limiting
└── config.py          # Configuration management

Documentation


License

MIT © 2026 CleverTech — see LICENSE for details.

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

clevertech_mcp_server-0.1.0.tar.gz (67.8 kB view details)

Uploaded Source

Built Distribution

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

clevertech_mcp_server-0.1.0-py3-none-any.whl (18.6 kB view details)

Uploaded Python 3

File details

Details for the file clevertech_mcp_server-0.1.0.tar.gz.

File metadata

  • Download URL: clevertech_mcp_server-0.1.0.tar.gz
  • Upload date:
  • Size: 67.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for clevertech_mcp_server-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8e73670e3b996e9c824fd30f5f96329323001ef53dbcb51af18cf8e7562d31e8
MD5 cf40523e4b336d7acfeae1f9fbb3d369
BLAKE2b-256 303b641b308f5fc3a23f468cd14865601a19d51f52077117aa7a5b43aa7f0ddd

See more details on using hashes here.

File details

Details for the file clevertech_mcp_server-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: clevertech_mcp_server-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 18.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for clevertech_mcp_server-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 484c38b8eeb72c27ecd01de552f91db9b3ad12bd80044ed8e28bbe61d7eb43c7
MD5 1c0d38c6818ed899a06e9b21536ab2ac
BLAKE2b-256 6cdb7d83c030821a406e4f9f1303982b92e85e04aeb442d1780820c30caaabfd

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