# com.edgethirteen.www/vercelpycheck (remote · www.edgethirteen.com)

Scan a public GitHub repo for known Vercel Python-runtime deploy footguns.

- Trust score: 74/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `www.edgethirteen.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-edgethirteen-www-vercelpycheck/api-mcp-vercelpycheck.md), [page](https://verifymcp.io/servers/com-edgethirteen-www-vercelpycheck/api-mcp-vercelpycheck)

## Channel facts

- Endpoint: `https://www.edgethirteen.com/api/mcp/vercelpycheck`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-09-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 80/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 226 tokens (~226/item across 1 items; 1 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 6 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 1 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 1 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.edgethirteen.www/vercelpycheck MCP server?

com.edgethirteen.www/vercelpycheck is a hosted endpoint at https://www.edgethirteen.com/api/mcp/vercelpycheck, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-edgethirteen-www-vercelpycheck 'https://www.edgethirteen.com/api/mcp/vercelpycheck'
```

### Cursor

```json
{
  "mcpServers": {
    "com-edgethirteen-www-vercelpycheck": {
      "url": "https://www.edgethirteen.com/api/mcp/vercelpycheck"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-edgethirteen-www-vercelpycheck": {
      "type": "http",
      "url": "https://www.edgethirteen.com/api/mcp/vercelpycheck"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-edgethirteen-www-vercelpycheck]
url = "https://www.edgethirteen.com/api/mcp/vercelpycheck"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-edgethirteen-www-vercelpycheck": {
      "type": "remote",
      "url": "https://www.edgethirteen.com/api/mcp/vercelpycheck",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-edgethirteen-www-vercelpycheck --url 'https://www.edgethirteen.com/api/mcp/vercelpycheck' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-edgethirteen-www-vercelpycheck:
    url: "https://www.edgethirteen.com/api/mcp/vercelpycheck"
```

### Netclaw

```json
{
  "McpServers": {
    "com-edgethirteen-www-vercelpycheck": {
      "Transport": "http",
      "Url": "https://www.edgethirteen.com/api/mcp/vercelpycheck"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-edgethirteen-www-vercelpycheck -t streamable-http -u 'https://www.edgethirteen.com/api/mcp/vercelpycheck'
```

### Other

```json
{
  "mcpServers": {
    "com-edgethirteen-www-vercelpycheck": {
      "type": "http",
      "url": "https://www.edgethirteen.com/api/mcp/vercelpycheck"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-09-18 (score 74, +2)

- [functional improvement] MCP protocol: fail → pass
- [functional] MCP protocol version: 2025-03-26 → 2025-11-25

### 2026-09-17 (score 72, +7)

- [security improvement] Authorization: unverified → partial
- [security] Tool “check_vercel_python_project” rewrote its description, which is the text the model reads

### 2026-09-15 (score 65, −1)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security] Tool “check_vercel_python_project” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: pass → fail
- [functional regression] “check_vercel_python_project” added a required parameter “files”, so existing callers break
- [functional regression] “check_vercel_python_project” dropped the required parameter “repo”

### 2026-09-14 (score 66)

First indexed and scored.

## MCP tools (1)

### `check_vercel_python_project` (~226 tokens)

Scan pasted project files for known Vercel Python-runtime deploy footguns: conflicting requirements.txt/pyproject.toml manifests, a dependency manifest missing from the project root, sibling-module imports that need sys.path, multiple top-level ASGI apps under api/, streaming/SSE responses that can crash the Python runtime, oversized dependencies (torch/tensorflow/etc.), and unrouted .well-known/ files. Static analysis over file contents -- it doesn't run a real build, so a clean result means 'no known footgun found,' not a deploy guarantee. To scan a public GitHub repo automatically instead of pasting files, use the $29 checkout at https://www.edgethirteen.com/tools/vercelpycheck.

Input parameters:

- `files` (string, required): Project files bundled as repeated '### FILE: path' markers followed by that file's content, e.g. '### FILE: requirements.txt\nfastapi\n### FILE: api/index.py\n...'. Include api/*.py files plus root m…

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-edgethirteen-www-vercelpycheck/api-mcp-vercelpycheck#diagnostics

## Score history

- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 72
- 2026-09-16: 65
- 2026-09-15: 65
- 2026-09-14: 66

## Common questions

### What is the com.edgethirteen.www/vercelpycheck MCP server?

com.edgethirteen.www/vercelpycheck is an MCP server listed in the public MCP registry as com.edgethirteen.www/vercelpycheck. Scan a public GitHub repo for known Vercel Python-runtime deploy footguns. This page covers its hosted endpoint (https://www.edgethirteen.com/api/mcp/vercelpycheck).

### Is the com.edgethirteen.www/vercelpycheck MCP server safe to use?

com.edgethirteen.www/vercelpycheck scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the com.edgethirteen.www/vercelpycheck MCP server expose?

com.edgethirteen.www/vercelpycheck exposes 1 tool: check_vercel_python_project. Their descriptions and schemas cost roughly 226 tokens of context every time the server is loaded.

### Does the com.edgethirteen.www/vercelpycheck MCP server require authentication?

No. We connected to com.edgethirteen.www/vercelpycheck without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the com.edgethirteen.www/vercelpycheck MCP server still maintained?

com.edgethirteen.www/vercelpycheck is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://www.edgethirteen.com/api/mcp/vercelpycheck
- Website: https://www.edgethirteen.com/tools/vercelpycheck
- Changelog RSS feed: https://verifymcp.io/servers/com-edgethirteen-www-vercelpycheck/api-mcp-vercelpycheck.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-edgethirteen-www-vercelpycheck/api-mcp-vercelpycheck.json
- HTML version of this page: https://verifymcp.io/servers/com-edgethirteen-www-vercelpycheck/api-mcp-vercelpycheck
