# io.github.atheris-ee/atheris-mcp (npm · atheris-mcp)

Country-targeted mobile/residential proxy egress for agents: live stock, proxy URLs, usage.

- Trust score: 72/100 (medium)
- Change this week: −8
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `atheris-mcp`: 72/100 (this document), [markdown](https://verifymcp.io/servers/atheris-ee-atheris-mcp/atheris-mcp.md), [page](https://verifymcp.io/servers/atheris-ee-atheris-mcp/atheris-mcp)

## Channel facts

- Registry: `npm`
- Package: `atheris-mcp`
- Version: `0.1.1`
- 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-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 17 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 318 tokens (~106/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add atheris-ee-atheris-mcp -- npx -y atheris-mcp
```

### Codex

```bash
codex mcp add atheris-ee-atheris-mcp -- npx -y atheris-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "atheris-ee-atheris-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "atheris-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add atheris-ee-atheris-mcp --command npx --arg -y --arg atheris-mcp
```

### Hermes

```yaml
mcp_servers:
  atheris-ee-atheris-mcp:
    command: "npx"
    args: ["-y", "atheris-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "atheris-ee-atheris-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "atheris-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-03 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 71, +18)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Stability: unverified → 0.20

### 2026-08-01 (score 53, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 62, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 80, +33)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (3)

### `atheris_stock` (~57 tokens)

List live Atheris proxy stock by country and pool (mbl = mobile 4G/5G, peer = residential). No key required. Call this before atheris_proxy_url to pick a country that has capacity.

### `atheris_proxy_url` (~234 tokens)

Get a ready-to-use Atheris proxy URL for a country. Returns an http:// or socks5:// URL you can hand to any HTTP client. Requires ATHERIS_PROXY_KEY. NOTE: the returned proxy_url and password embed your pak_ key — treat the result as a secret; do not log it or echo it into transcripts.

Input parameters:

- `carrier` (string): optional mobile carrier, e.g. tmobile, orange
- `city` (string): optional city, lowercase (availability varies by country/pool)
- `country` (string, required): lowercase ISO code, e.g. us, gb, nl, br
- `pool` (string): mbl=mobile, peer=residential (default mbl)
- `protocol` (string): default http
- `rotation` (string): sticky | sticky-strict | auto5 | auto10 | auto20 | auto30 | auto60 | hard | ondemand (default sticky)
- `session` (string): session id [a-z0-9_]{1,64}; SAME id = SAME exit IP. Use a distinct id per identity.

### `atheris_usage` (~27 tokens)

Check the access key's remaining GB and expiry. Requires ATHERIS_PROXY_KEY.

## Diagnostics

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

## Score history

- 2026-08-03: 72
- 2026-08-02: 71
- 2026-08-01: 53
- 2026-07-31: 62
- 2026-07-29: 80
- 2026-07-28: 80
- 2026-07-27: 80
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/atheris-mcp
- Socket report: https://socket.dev/npm/package/atheris-mcp
- Repository: https://github.com/atheris-ee/atheris-mcp
- Changelog RSS feed: https://verifymcp.io/servers/atheris-ee-atheris-mcp/atheris-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/atheris-ee-atheris-mcp/atheris-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/atheris-ee-atheris-mcp/atheris-mcp
