# ThryxProtocol MCP Server (npm · @thryx/mcp-server)

ThryxProtocol v3.1 — gasless AI agent launchpad on Base. 21 tools wrap thryx.fun HTTP API.

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

## Components

- npm · `@thryx/mcp-server`: 68/100 (this document), [markdown](https://verifymcp.io/servers/lordbasilaiassistant-sudo-thryx-mcp-server/thryx-mcp-server.md), [page](https://verifymcp.io/servers/lordbasilaiassistant-sudo-thryx-mcp-server/thryx-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@thryx/mcp-server`
- Version: `1.5.0`
- 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 (95 of 99), 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 (95 of 99), 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 82 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1250 tokens (~59/item across 21 items; 21 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**: 93/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 79% 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-thryx-mcp-server -- npx -y @thryx/mcp-server
```

### Codex

```bash
codex mcp add lordbasilaiassistant-sudo-thryx-mcp-server -- npx -y @thryx/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add lordbasilaiassistant-sudo-thryx-mcp-server --command npx --arg -y --arg @thryx/mcp-server
```

### Hermes

```yaml
mcp_servers:
  lordbasilaiassistant-sudo-thryx-mcp-server:
    command: "npx"
    args: ["-y", "@thryx/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ]
    }
  }
}
```

## 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 68, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 64, +29)

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

### 2026-08-01 (score 35, +30)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 5, −55)

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

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

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 78, +52)

- [security regression] Provenance: unverified → fail
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Install scripts: unverified → pass
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: pass
- [functional] First check of Tool coverage: 79
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (21)

### `thryx_about` (~39 tokens)

Protocol overview: Diamond address, chain, agent surfaces, doc links. Always available, no key required. Start here when an agent first connects.

### `thryx_balance` (~45 tokens)

Your wallet balance — ETH, THRYX, total value, and a recommended next-action. Requires THRYX_API_KEY. Equivalent to GET /api/agent/home.

### `thryx_portfolio` (~52 tokens)

Full portfolio scan for your wallet — every token holding with live prices and PnL. Requires THRYX_API_KEY. Heavier than thryx_balance; call when you need per-token detail.

### `thryx_info` (~60 tokens)

Detailed info for a single token: price, supply, raised, fees, graduation status, V4-native flag, healthScore. No key required.

Input parameters:

- `token` (string, required): Token contract address — 0x-prefixed 40-char hex.

### `thryx_safety_score` (~67 tokens)

Token safety score (0–100, higher is safer). Computed by the launchpad from on-chain liquidity, holder distribution, deployer history, and trading patterns. Reads the healthScore field from the token detail endpoint.

Input parameters:

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

### `thryx_rug_check` (~69 tokens)

Rug-risk indicators for a token: deployer address, graduated status, trade count, anti-sniper window, fee tier. Uses the same token detail endpoint as thryx_info, surfacing the fields a rug check cares about.

Input parameters:

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

### `thryx_recent_tokens` (~44 tokens)

Most recently launched tokens. No key required. Sorted newest-first.

Input parameters:

- `limit` (integer): How many to return. 1–50, default 10.

### `thryx_search` (~37 tokens)

Search tokens by name, symbol, or address.

Input parameters:

- `query` (string, required): Search query — name fragment, symbol, or address.

### `thryx_trending` (~48 tokens)

Tokens with the most trading activity in the last 6 hours. Top conviction signals.

Input parameters:

- `limit` (integer): How many to return. 1–20, default 10.

### `thryx_graduating` (~61 tokens)

Tokens closest to graduation (250M THRYX raised → migrates to Uniswap V4). High-conviction late-stage curve plays.

Input parameters:

- `limit` (integer): How many to return. 1–20, default 10.

### `thryx_leaderboard` (~46 tokens)

Top traders by volume + top creators by fees earned. Range: 24h | 7d | 30d.

Input parameters:

- `range` (string): Time window.

### `thryx_token_of_day` (~27 tokens)

The currently-featured token of the day, picked by the platform algorithm.

### `thryx_paymaster_stats` (~35 tokens)

Live paymaster state — sponsored ETH balance, THRYX reserves, capacity. Pulled from /api/status.

### `thryx_stats_v2` (~46 tokens)

Platform-wide stats: total tokens, users, trades, ETH/THRYX prices, reserves, lifetime fees, reward pool. Pulled from /api/stats.

### `thryx_protocol_params` (~51 tokens)

Live protocol params: fee in basis points, creator fee split, graduation threshold, ETH/THRYX exchange rate, total launched, total graduated. Pulled from /api/protocol-params.

### `thryx_launch` (~168 tokens)

Launch a new token on Base (gasless). The platform pays gas via paymaster. Returns tokenAddress + txHash. Requires THRYX_API_KEY. Image required (public URL or data: URL).

Input parameters:

- `article` (string): Optional long-form article body, max ~10K chars.
- `description` (string)
- `image` (string, required): Image URL (https:// public URL) or data: URL. PNG/JPEG/GIF/WebP, under 400KB.
- `name` (string, required): Display name, e.g. "My Agent Coin".
- `symbol` (string, required): Ticker, 1–12 chars, will be uppercased.
- `telegram` (string)
- `twitter` (string)
- `website` (string)

### `thryx_buy` (~111 tokens)

Buy a token with ETH. Gasless via paymaster. Slippage protected. Requires THRYX_API_KEY and enough ETH in your wallet to cover the trade value (gas is sponsored separately).

Input parameters:

- `amount` (string, required): ETH amount as a decimal string, e.g. "0.0003".
- `comment` (string): Optional public comment to attach to the trade (max 280 chars).
- `token` (string, required): Token contract address — 0x-prefixed 40-char hex.

### `thryx_sell` (~84 tokens)

Sell a token for ETH. Gasless via paymaster. Routes through bonding curve OR V4 pool depending on graduation/V4-native status. Slippage protected.

Input parameters:

- `amount` (string, required): Token quantity (not wei) as a decimal string, e.g. "1000000".
- `comment` (string)
- `token` (string, required): Token contract address.

### `thryx_claim` (~66 tokens)

Claim accumulated creator fees for a token you launched (70% of every swap fee accrues to the creator). Returns claimed amount + txHash. Requires THRYX_API_KEY and creator status.

Input parameters:

- `tokenAddress` (string, required): The token whose creator fees you want to claim.

### `thryx_set_referrer` (~60 tokens)

Set a referrer wallet for your account. The referrer earns 5% of the protocol fee share on every trade you make.

Input parameters:

- `referrer` (string, required): Referrer wallet — 0x-prefixed 40-char hex.

### `thryx_claim_referral` (~34 tokens)

Claim accumulated referral fees (5% of protocol fees on trades made by accounts you referred). No body required.

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 64
- 2026-08-01: 35
- 2026-07-31: 5
- 2026-07-30: 60
- 2026-07-29: 78
- 2026-07-28: 78
- 2026-07-27: 26

## Links

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