mcpbeat Sign in

CleverTech MCP Server

by clevertech Your server? Claim it
local only

CleverTech runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Canadian gov data for AI agents: property, permits, zoning, census, registry, DLS. 50 free/day.

Installs / week
pypi · clevertech-mcp-server
0
Stars
0 open issues
19 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command railway_custom_domain.py:11
    result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clevertech-mcp-server -- uvx clevertech-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clevertech-mcp-server": {
      "args": [
        "clevertech-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clevertech-mcp-server]
command = "uvx"
args = ["clevertech-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clevertech-mcp-server": {
      "args": [
        "clevertech-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clevertech-mcp-server": {
      "args": [
        "clevertech-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CLEVERTECH_API_KEY (Optional CleverTech API key for higher rate limits (ctk_...). Without a key the server runs anonymously at 50 queries/day.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CleverTech

same job, measured the same way
C
Zillow Property Data (APIllow)
by apillow

Zillow property data for AI agents: search listings and get 50+ fields for any US property.

157 installs/wk local only
ArtistAlly
by alchemylab-artistally

Free fan-convention data for AI agents: dates, registration windows & table costs, US & Canada

4 tools answering
Zillow MCP — Property Data, Zestimates & Listings for AI Agents
by zillapi

Zillow MCP for AI agents: property data, Zestimates & listings — 300+ fields per home. Free tier.

answering
GUTHMANN® Berlin Real Estate
by guthmann

Berlin real estate for AI agents: granular market data and property search, free, by GUTHMANN®.

37 tools answering
gentry.fr, le logement en France
by gentry

French housing data for every commune: sale prices, rents, property tax and rent control.

5 tools answering
Daleads MCP
by resuly

Australian development application and property intelligence data for AI agents.

477 installs/wk local only
lilo Vacation Rentals
by lilo-property

Vacation rental discovery, direct booking, and property protection for AI agents.

67 tools answering
Meridian Edge — Prediction Market Consensus
by tmbot12

Real-time prediction market consensus data for AI agents

47 installs/wk local only

CleverTech — questions

Answers built from our own checks of this server.

Why is there no uptime for CleverTech?
CleverTech runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package clevertech-mcp-server.
How do I connect CleverTech?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clevertech-mcp-server straight from pypi; nothing to host, nothing to sign up for.
Is CleverTech open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.