
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
clevertech-mcp-server
Advanced tools
CleverTech MCP server — Canadian government data for AI agents: property, permits, zoning, business registry, and GPS ↔ DLS conversion. Free tier available.
CleverTech MCP server for AI agents. Canadian government data — property assessments, building permits, zoning, business registry, and GPS ↔ DLS conversion. Free tier available, no signup.
npx @clevertech/mcp-server
Add to your ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"clevertech": {
"command": "npx",
"args": ["-y", "@clevertech/mcp-server"]
}
}
}
Add to your MCP configuration:
{
"mcpServers": {
"clevertech": {
"command": "uvx",
"args": ["clevertech-mcp-server"]
}
}
}
{
"mcpServers": {
"clevertech": {
"command": "npx",
"args": ["-y", "@clevertech/mcp-server"]
}
}
}
# npm (Node.js)
npx @clevertech/mcp-server
# uv / PyPI
uvx clevertech-mcp-server
| 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 |
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.
No signup required to start. Free tier gives you 50 queries/day out of the box. All subscription prices are in CAD — see clevertech.ca/pricing for full details.
| Tier | Queries/Day | Price | API Key |
|---|---|---|---|
| Free | 50 | $0 | Not required |
| Developer | 2,000 | $149 CAD/mo | Sign up → |
| Team Pro | 10,000 | $499 CAD/mo | Sign up → |
| Enterprise | Custom | On inquiry | Contact → |
Prepaid bundles (no subscription; calls never expire): 2,000 calls for $29, 10,000 for $99, or 50,000 for $399 CAD.
Get your API key → · View all plans →
npx @clevertech/mcp-server --api-key YOUR_KEY
Or via environment variable:
export CLEVERTECH_API_KEY=your_key_here
npx @clevertech/mcp-server
# Clone and set up
git clone https://github.com/harmssam/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
uv run pytest
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
MIT © 2026 CleverTech — see LICENSE for details.
FAQs
CleverTech MCP server — Canadian government data for AI agents: property, permits, zoning, business registry, and GPS ↔ DLS conversion. Free tier available.
We found that clevertech-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.