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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 82 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add lordbasilaiassistant-sudo-thryx-mcp-server -- npx -y @thryx/mcp-server
codex mcp add lordbasilaiassistant-sudo-thryx-mcp-server -- npx -y @thryx/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lordbasilaiassistant-sudo-thryx-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@thryx/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add lordbasilaiassistant-sudo-thryx-mcp-server --command npx --arg -y --arg @thryx/mcp-server
mcp_servers:
lordbasilaiassistant-sudo-thryx-mcp-server:
command: "npx"
args: ["-y", "@thryx/mcp-server"] {
"mcpServers": {
"lordbasilaiassistant-sudo-thryx-mcp-server": {
"command": "npx",
"args": [
"-y",
"@thryx/mcp-server"
]
}
}
} 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.
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.
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.
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).
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | 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 | yes | Token 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tokenAddress | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | How 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.
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Token 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).
| Name | Type | Req | Description |
|---|---|---|---|
| article | string | — | Optional long-form article body, max ~10K chars. |
| description | string | — | — |
| image | string | yes | Image URL (https:// public URL) or data: URL. PNG/JPEG/GIF/WebP, under 400KB. |
| name | string | yes | Display name, e.g. "My Agent Coin". |
| symbol | string | yes | Ticker, 1–12 chars, will be uppercased. |
| telegram | string | — | — |
| string | — | — | |
| website | string | — | — |
No output schema declared.
No examples provided.
thryx_leaderboard ~46
Top traders by volume + top creators by fees earned. Range: 24h | 7d | 30d.
| Name | Type | Req | Description |
|---|---|---|---|
| range | string | — | Time 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | How 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.
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Token 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.
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | Token contract address. |
No output schema declared.
No examples provided.
thryx_search ~37
Search tokens by name, symbol, or address.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | Token quantity (not wei) as a decimal string, e.g. "1000000". |
| comment | string | — | — |
| token | string | yes | Token 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.
| Name | Type | Req | Description |
|---|---|---|---|
| referrer | string | yes | Referrer 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | How many to return. 1–20, default 10. |
No output schema declared.
No examples provided.