Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

ThryxProtocol MCP Server

NPM · @THRYX/MCP-SERVER · SCANNED AUG 3

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

Available components

+42 this week 68 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability75
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1250 tokens (~59/item across 21 items; 21 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage93
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 79% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @thryx/mcp-server

# add to Claude Code
claude mcp add lordbasilaiassistant-sudo-thryx-mcp-server -- npx -y @thryx/mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add lordbasilaiassistant-sudo-thryx-mcp-server --command npx --arg -y --arg @thryx/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lordbasilaiassistant-sudo-thryx-mcp-server:
    command: "npx"
    args: ["-y", "@thryx/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-thryx-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +29
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +30
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −55
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +52
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Security disclosure: unverified → fail functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • 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 functional
  • 27 Jul 26 26

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@thryx/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 21 exposed · ~1,250 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
thryx_about ~39

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_balance ~45

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_buy ~111

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).

NameTypeReqDescription
amountstringyesETH amount as a decimal string, e.g. "0.0003".
commentstringOptional public comment to attach to the trade (max 280 chars).
tokenstringyesToken contract address — 0x-prefixed 40-char hex.

No output schema declared.

No examples provided.

thryx_claim ~66

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.

NameTypeReqDescription
tokenAddressstringyesThe token whose creator fees you want to claim.

No output schema declared.

No examples provided.

thryx_claim_referral ~34

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_graduating ~61

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

NameTypeReqDescription
limitintegerHow many to return. 1–20, default 10.

No output schema declared.

No examples provided.

thryx_info ~60

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

NameTypeReqDescription
tokenstringyesToken contract address — 0x-prefixed 40-char hex.

No output schema declared.

No examples provided.

thryx_launch ~168

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).

NameTypeReqDescription
articlestringOptional long-form article body, max ~10K chars.
descriptionstring
imagestringyesImage URL (https:// public URL) or data: URL. PNG/JPEG/GIF/WebP, under 400KB.
namestringyesDisplay name, e.g. "My Agent Coin".
symbolstringyesTicker, 1–12 chars, will be uppercased.
telegramstring
twitterstring
websitestring

No output schema declared.

No examples provided.

thryx_leaderboard ~46

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

NameTypeReqDescription
rangestringTime window.

No output schema declared.

No examples provided.

thryx_paymaster_stats ~35

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_portfolio ~52

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_protocol_params ~51

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_recent_tokens ~44

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

NameTypeReqDescription
limitintegerHow many to return. 1–50, default 10.

No output schema declared.

No examples provided.

thryx_rug_check ~69

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.

NameTypeReqDescription
tokenstringyesToken contract address.

No output schema declared.

No examples provided.

thryx_safety_score ~67

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.

NameTypeReqDescription
tokenstringyesToken contract address.

No output schema declared.

No examples provided.

thryx_search ~37

Search tokens by name, symbol, or address.

NameTypeReqDescription
querystringyesSearch query — name fragment, symbol, or address.

No output schema declared.

No examples provided.

thryx_sell ~84

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

NameTypeReqDescription
amountstringyesToken quantity (not wei) as a decimal string, e.g. "1000000".
commentstring
tokenstringyesToken contract address.

No output schema declared.

No examples provided.

thryx_set_referrer ~60

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

NameTypeReqDescription
referrerstringyesReferrer wallet — 0x-prefixed 40-char hex.

No output schema declared.

No examples provided.

thryx_stats_v2 ~46

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_token_of_day ~27

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_trending ~48

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

NameTypeReqDescription
limitintegerHow many to return. 1–20, default 10.

No output schema declared.

No examples provided.