CleverTech MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLEVERTECH_API_KEY | No | Optional API key for higher query limits. Can also be passed as --api-key argument. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| property_searchA | Search for properties by address across 13+ Canadian cities. Returns assessment data including value, lot size, year built, and DLS coordinates. Supports sorting by assessed_value, address, year_built, community, and value range filtering. If no assessment results are found, falls back to Nominatim/OpenStreetMap forward geocoding; if the address resolves to a real location, returns a helpful message explaining why it may be missing from the assessment database (e.g. tax-exempt, new development, unit in larger parcel) instead of a plain '0 of 0'. |
| property_reportA | Get a consolidated property report — assessment data, building permits at this address, zoning information, and DLS coordinates in a single response. |
| property_by_rollA | Get a single property assessment record by its roll number. Faster than search when you already know the roll number. |
| property_topA | Get the top-N properties in a city sorted by assessed value, year built, or lot size. Perfect for finding the most expensive, oldest, or largest properties. Returns full assessment details for each result. |
| dls_convertC | Convert between GPS coordinates and Dominion Land Survey (DLS) grid system used in Western Canada. Supports GPS→DLS and DLS→GPS directions. |
| dls_batchA | Convert multiple GPS coordinates to DLS or multiple DLS strings to GPS in a single batch request. Up to 100 items per batch. |
| building_permit_searchA | Search building permits by address, contractor, applicant, or permit number across 13+ Canadian cities. Returns permit details including type, value, status, and dates. |
| building_permit_recentA | Get the most recently issued building permits for a city. Useful for monitoring new construction activity. |
| zoning_lookupA | Look up zoning district information for a GPS point or address in a Canadian city. Returns zone code, description, and district boundaries. |
| business_registry_searchA | Search the Canadian federal business registry. Find corporations by name, province, city, status, or industry act. |
| reverse_geocodeA | Convert GPS coordinates to a human-readable address, city, neighborhood, province, DLS grid reference, and — when available — the nearest property's roll number and assessed value. Works across all Canadian cities in the CleverTech database. |
| list_citiesA | List all available cities with their slugs, API capabilities, and property counts. Use this first to discover which cities are available and what services each supports. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clevertechca/Clevertech-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server