# io.github.infiniteezverse/mcp-ezpath (npm · mcp-ezpath)

Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.

- Trust score: 59/100 (low)
- Change this week: +21
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `mcp-ezpath`: 59/100 (this document), [markdown](https://verifymcp.io/servers/infiniteezverse-mcp-ezpath/mcp-ezpath.md), [page](https://verifymcp.io/servers/infiniteezverse-mcp-ezpath/mcp-ezpath)

## Channel facts

- Registry: `npm`
- Package: `mcp-ezpath`
- 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**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (109 of 113), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 6/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 78 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 62/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 450 tokens (~225/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 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 infiniteezverse-mcp-ezpath -- npx -y mcp-ezpath
```

### Codex

```bash
codex mcp add infiniteezverse-mcp-ezpath -- npx -y mcp-ezpath
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add infiniteezverse-mcp-ezpath --command npx --arg -y --arg mcp-ezpath
```

### Hermes

```yaml
mcp_servers:
  infiniteezverse-mcp-ezpath:
    command: "npx"
    args: ["-y", "mcp-ezpath"]
```

### Other

```json
{
  "mcpServers": {
    "infiniteezverse-mcp-ezpath": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ezpath"
      ]
    }
  }
}
```

## 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 59, +1)

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

### 2026-08-02 (score 58, +31)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.23

### 2026-07-31 (score 27, −22)

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

### 2026-07-30 (score 49, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 67, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] License: unverified → fail
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 19, −19)

- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Dependency health: unverified → partial
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 38)

First indexed and scored.

## MCP tools (2)

### `ezpath_probe` (~163 tokens)

Check EZ-Path pricing without paying. Returns the toll address, per-request USDC cost, and available execution tiers. Use this first to inform the agent about costs before calling ezpath_quote.

Input parameters:

- `buyToken` (string, required): ERC-20 address to buy on Base mainnet. WETH=0x4200000000000000000000000000000000000006
- `sellAmount` (string, required): Amount to sell in base decimals (e.g. 1000000 = 1 USDC)
- `sellToken` (string, required): ERC-20 address to sell on Base mainnet. USDC=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

### `ezpath_quote` (~287 tokens)

Get the best DEX swap quote on Base mainnet by racing 0x, ParaSwap, Aerodrome, and Uniswap V3. Automatically pays USDC per request via X402 EIP-3009 from the configured wallet. Requires EZPATH_WALLET_KEY env var set to a Base wallet private key with USDC balance.

Input parameters:

- `buyToken` (string, required): ERC-20 address to buy on Base
- `sellAmount` (string, required): Amount to sell in base decimals. For USDC (6 decimals): 1000000 = 1 USDC. For WETH (18 decimals): 1000000000000000000 = 1 WETH.
- `sellToken` (string, required): ERC-20 address to sell on Base. USDC=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, WETH=0x4200000000000000000000000000000000000006
- `slippagePercentage` (number): Max acceptable slippage as decimal. 0.01 = 1%. Optional.
- `tier` (string): Execution tier. basic=$0.03 direct 0x | resilient=$0.10 dual-lane race | institutional=$0.50 race + Uniswap V3 safety net. Defaults to basic.

## Diagnostics

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

## Score history

- 2026-08-03: 59
- 2026-08-02: 58
- 2026-08-01: 27
- 2026-07-31: 27
- 2026-07-30: 49
- 2026-07-29: 67
- 2026-07-28: 19
- 2026-07-27: 38

## Links

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