# io.github.amadeuserras/leaseclear-mcp (pypi · leaseclear-mcp)

MCP server for LeaseClear lease Q&A.

- Trust score: 61/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-21

## Components

- pypi · `leaseclear-mcp`: 61/100 (this document), [markdown](https://verifymcp.io/servers/amadeuserras-leaseclear-mcp/leaseclear-mcp.md), [page](https://verifymcp.io/servers/amadeuserras-leaseclear-mcp/leaseclear-mcp)

## Channel facts

- Registry: `pypi`
- Package: `leaseclear-mcp`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-21.

- **Supply Chain Security**: 94/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs a script at install time (build_backend) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does.
  - 1 of 30 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 47 tokens (~47/item across 1 items; 1 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add amadeuserras-leaseclear-mcp -- uvx leaseclear-mcp
```

### Codex

```bash
codex mcp add amadeuserras-leaseclear-mcp -- uvx leaseclear-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "amadeuserras-leaseclear-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "leaseclear-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add amadeuserras-leaseclear-mcp --command uvx --arg leaseclear-mcp
```

### Hermes

```yaml
mcp_servers:
  amadeuserras-leaseclear-mcp:
    command: "uvx"
    args: ["leaseclear-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "amadeuserras-leaseclear-mcp": {
      "command": "uvx",
      "args": [
        "leaseclear-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-20 (score 61)

First indexed and scored.

## MCP tools (1)

### `lease_qa` (~47 tokens)

Ask one neutral, precise question about lease terms. Returns an answer grounded
in the lease, or states that the lease does not address the question.

Input parameters:

- `question` (string, required)

Output parameters:

- `answer` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/amadeuserras-leaseclear-mcp/leaseclear-mcp#diagnostics

## Score history

- 2026-08-21: 61
- 2026-08-20: 61

## Links

- PyPI project: https://pypi.org/project/leaseclear-mcp/
- Socket report: https://socket.dev/pypi/package/leaseclear-mcp
- Repository: https://github.com/amadeuserras/leaseclear-mcp
- Changelog RSS feed: https://verifymcp.io/servers/amadeuserras-leaseclear-mcp/leaseclear-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/amadeuserras-leaseclear-mcp/leaseclear-mcp.json
- HTML version of this page: https://verifymcp.io/servers/amadeuserras-leaseclear-mcp/leaseclear-mcp
