# io.github.lordbasilaiassistant-sudo/base-token-sniper (npm · base-token-sniper-mcp)

MCP server to discover and trade new token launches on Base chain.

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

## Components

- npm · `base-token-sniper-mcp`: 69/100 (this document), [markdown](https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-token-sniper/base-token-sniper-mcp.md), [page](https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-token-sniper/base-token-sniper-mcp)

## Channel facts

- Registry: `npm`
- Package: `base-token-sniper-mcp`
- Version: `1.0.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 (104 of 108), 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 (104 of 108), so this covers what we could see, not the whole tree.
- **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 148 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 365 tokens (~73/item across 5 items; 5 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 lordbasilaiassistant-sudo-base-token-sniper -- npx -y base-token-sniper-mcp
```

### Codex

```bash
codex mcp add lordbasilaiassistant-sudo-base-token-sniper -- npx -y base-token-sniper-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordbasilaiassistant-sudo-base-token-sniper": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "base-token-sniper-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lordbasilaiassistant-sudo-base-token-sniper --command npx --arg -y --arg base-token-sniper-mcp
```

### Hermes

```yaml
mcp_servers:
  lordbasilaiassistant-sudo-base-token-sniper:
    command: "npx"
    args: ["-y", "base-token-sniper-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-base-token-sniper": {
      "command": "npx",
      "args": [
        "-y",
        "base-token-sniper-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-02 (score 69, +48)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-07-31 (score 21, −25)

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

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

First indexed and scored.

## MCP tools (5)

### `watch_launches` (~70 tokens)

Get recent token launches from the OBSD LaunchPad on Base. Returns newest first with token address, pool, creator, name, symbol, supply, and launch timestamp. Use this to discover newly deployed tokens to trade.

Input parameters:

- `limit` (number): Number of recent launches to return (default 10)

### `snipe_buy` (~108 tokens)

Buy a token on the OBSD LaunchPad with ETH via PlatformRouter. 0.5% ETH fee goes to platform treasury. Requires DEPLOYER_PRIVATE_KEY env var. Returns tx hash and tokens received.

Input parameters:

- `eth_amount` (string, required): Amount of ETH to spend (e.g. '0.001')
- `slippage_percent` (number): Max slippage % (default 10 — higher for new launches)
- `token` (string, required): Token contract address to buy

### `multi_quote` (~74 tokens)

Get buy quotes for multiple tokens at once. Shows how many tokens you'd receive for a given ETH amount across multiple LaunchPad tokens. Useful for comparing opportunities.

Input parameters:

- `eth_amount` (string): ETH amount to quote for each token (default 0.001)
- `tokens` (array, required): Array of token contract addresses to quote

### `get_token_safety` (~56 tokens)

Check safety metrics for a LaunchPad token. Returns liquidity depth, burn stats, fee rates, age, and a simple safety score. Use before trading to assess risk.

Input parameters:

- `token` (string, required): Token contract address to check

### `get_launch_feed` (~57 tokens)

Get a feed of token launches since a given timestamp. Useful for polling new launches periodically. Returns only launches newer than the specified time.

Input parameters:

- `since_minutes_ago` (number): Get launches from the last N minutes (default 60)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lordbasilaiassistant-sudo-base-token-sniper/base-token-sniper-mcp#diagnostics

## Score history

- 2026-08-03: 69
- 2026-08-02: 69
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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