Clevertech MCP

Canadian municipal and government open data for AI agents: property assessments, building permits, zoning, business registry, and DLS↔GPS conversion across 20+ cities. Free: 50 API calls/day after sign-in. Install: uvx clevertech-mcp-server (set CLEVERTECH_API_KEY). Site: https://clevertech.ca/agents

Documentation

Clevertech MCP Server

Canadian government and municipal open data for AI agents. Property assessments, building permits, zoning, business registry, DLS grid conversion, and more.

uvx clevertech-mcp-server

Requires a Clevertech API key (CLEVERTECH_API_KEY). Free tier: 50 API calls/day after sign-in at clevertech.ca/keys.

PyPI version License: MIT


Quick Start

  1. Create an API key: https://clevertech.ca/keys
  2. Set CLEVERTECH_API_KEY in your MCP client config (examples below)
  3. Run uvx clevertech-mcp-server

Product overview: https://clevertech.ca/agents

Cursor / Claude / Copilot (MCP config)

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

Or paste your key directly as the CLEVERTECH_API_KEY string value.

Direct CLI

export CLEVERTECH_API_KEY=your_key_here
uvx clevertech-mcp-server

Available Tools

ToolDescription
dls_convertGPS ↔ Dominion Land Survey (DLS) for Western Canada
dls_batchBatch GPS ↔ DLS (up to 100 coordinates)
property_searchProperty assessment search by address
property_reportConsolidated property report
property_by_rollLookup by roll number
building_permit_searchBuilding permits by address, contractor, applicant, or number
building_permit_recentRecently issued permits feed
zoning_lookupZoning by GPS or address
business_registry_searchFederal corporation search
reverse_geocodeGPS → address, city, neighborhood, province, DLS
list_citiesCities, capabilities, and property counts

Use list_cities for live coverage. Cities span Alberta, BC, Ontario, Quebec, Manitoba, Saskatchewan, Nova Scotia, Newfoundland, and more.


Pricing (CAD)

Site is the source of truth: clevertech.ca/agents

TierWhat you getPrice
Free50 API calls/day after sign-in$0
PrepaidPay-as-you-go prepaid credit$29
DeveloperHigher limits for builders$149
Team ProTeam / higher tier$499

Get a key: https://clevertech.ca/keys


Features

  • MCP stdio server for Cursor, Claude, Copilot, and other MCP clients
  • Canadian municipal / government open-data tools for agents
  • PyPI package: clevertech-mcp-server
  • MIT licensed

Development

git clone https://github.com/clevertechca/Clevertech-mcp-server.git
cd Clevertech-mcp-server
uv sync
export CLEVERTECH_API_KEY=your_key_here
uv run clevertech-mcp-server
uv run pytest

Documentation


License

MIT © Clevertech — see LICENSE for details.