CleverTech for Grok
ca.clevertech/clevertech-mcp-server
Canadian gov data for AI agents: property, permits, zoning, census, registry, DLS. 50 free/day.
client:Grok
transport:stdio
runtime:pypi
Install CleverTech in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clevertech-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"clevertech-mcp-server"
],
"env": {
"CLEVERTECH_API_KEY": "<CLEVERTECH_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs