mcpbeat Sign in

Leaseclear MCP Server

by amadeuserras Your server? Claim it
local only

Leaseclear MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 160 installs a week from pypi. Last commit 21 Aug 2026.

MCP server for LeaseClear lease Q&A.

Installs per day peak 732 · avg 83 · -26% w/w
a month agotoday
160
Installs / week
pypi · leaseclear-mcp
0
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Leaseclear MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 leaseclear-mcp -- uvx leaseclear-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "leaseclear-mcp": {
      "args": [
        "leaseclear-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.leaseclear-mcp]
command = "uvx"
args = ["leaseclear-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "leaseclear-mcp": {
      "args": [
        "leaseclear-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "leaseclear-mcp": {
      "args": [
        "leaseclear-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: LEASECLEAR_API_KEY (Your LeaseClear API key. Omit for demo mode.), LEASECLEAR_API_URL (Override the LeaseClear API URL.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Leaseclear MCP

same job, measured the same way
I
Nodejsmcp
by steeped-registry

A Forgejo MCP Server

64 installs/wk local only
The MCP server for GoReleaser
by goreleaser

GoReleaser MCP server

75 installs/wk local only
MCP Server Fear Greed
by ycjcl868

An MCP server for mcp-server-fear-greed

39 installs/wk local only
Swapi MCP
by abhishekjkrsna

MCP server for SWAPI API

46 installs/wk local only
Security Mcp
by varvararatta

MCP server for Security

answering
Testdino MCP
by testdino-inc

A MCP server for TestDino

856 installs/wk local only
Anzenna
by anzenna

MCP server for Anzenna

answering
Vercel MCP
by vercel

An MCP server for Vercel

answering

Leaseclear MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Leaseclear MCP?
Leaseclear MCP 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 leaseclear-mcp was installed 160 times last week.
How do I connect Leaseclear MCP?
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 leaseclear-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Leaseclear MCP?
The pypi package leaseclear-mcp was installed 160 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Leaseclear MCP 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.