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.

io.github.lordbasilaiassistant-sudo/thryx-portfolio

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

Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet).

+24 this week 64 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 (104 of 108), 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 (104 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • 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 91 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1268 tokens (~90/item across 14 items; 14 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 Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
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/portfolio-mcp-server

# add to Claude Code
claude mcp add lordbasilaiassistant-sudo-thryx-portfolio -- npx -y @thryx/portfolio-mcp-server
# add to Codex CLI
codex mcp add lordbasilaiassistant-sudo-thryx-portfolio -- npx -y @thryx/portfolio-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lordbasilaiassistant-sudo-thryx-portfolio": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@thryx/portfolio-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lordbasilaiassistant-sudo-thryx-portfolio --command npx --arg -y --arg @thryx/portfolio-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  lordbasilaiassistant-sudo-thryx-portfolio:
    command: "npx"
    args: ["-y", "@thryx/portfolio-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-thryx-portfolio": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/portfolio-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 +1

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

  • 2 Aug 26 +63
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −24
    • 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 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 40

    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 104 packages

104 packages in the resolved dependency tree · 102 deprecated · 30 stale.

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

MCP tools — 14 exposed · ~1,268 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_attestations_for ~88

Look up the on-chain reputation/attestations on an Ethereum address from the THRYX AddressTaggingMarket. Returns the list of attestation IDs and the current 'top label' (highest-stake attestation) for that address. Powerful for AI agents doing safety triage on counterparties.

NameTypeReqDescription
addressstringyesSubject address to query attestations on.

No output schema declared.

No examples provided.

thryx_attestations_total ~29

Returns the total number of attestations ever made through the AddressTaggingMarket.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_call_contract ~143

Generic read-only call against any THRYX portfolio contract. Pass the contract name (e.g. 'GroupBountyPool') or 0x address, the view function name, and JSON-encoded args. Use thryx_get_contract to discover available functions. Refuses non-view functions — this server cannot send transactions.

NameTypeReqDescription
argsarrayFunction arguments as a JSON array. Empty if none.
contractstringyesContract name (e.g. 'EnsAutoRenewer') or 0x address of any THRYX contract.
function_namestringyesView function to call (e.g. 'totalJobs').

No output schema declared.

No examples provided.

thryx_capsule_status ~107

Check whether a TimeCapsule is unlocked yet, and return the total number of capsules created. Optionally supply a creator/recipient address to list capsule IDs owned by that party.

NameTypeReqDescription
addressstringOptional creator or recipient address — listed by role param.
capsule_idintegerOptional capsule ID — if provided, returns isUnlocked for that capsule.
rolestringRequired if 'address' is set — 'creator' or 'recipient'.

No output schema declared.

No examples provided.

thryx_dms_get_switch ~88

Read a single DeadManSwitch by ID. Returns depositor, beneficiary, locked amount (wei), ping interval, last-ping timestamp, claimed flag, computed deadline, and isAlive boolean. Use this to check whether a switch is healthy or eligible for triggering by anyone (open bounty after deadline).

NameTypeReqDescription
switch_idintegeryesThe switch ID (0-indexed).

No output schema declared.

No examples provided.

thryx_dms_switches_by ~78

List DeadManSwitch IDs owned by a depositor address OR designated to a beneficiary address. Choose role='depositor' or role='beneficiary'.

NameTypeReqDescription
addressstringyes0x address to query.
rolestringyes'depositor' (creator) or 'beneficiary' (recipient).

No output schema declared.

No examples provided.

thryx_dms_total_switches ~38

Returns the total number of DeadManSwitch positions ever created. Useful for iterating IDs 0..N-1.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_get_contract ~94

Look up a single contract by name or address. Returns address, category, summary, repo URL, explorer URL, and the read-only ABI (view functions) the MCP server knows about. Use this before calling thryx_call_contract to discover what view functions are available.

NameTypeReqDescription
querystringyesContract name (e.g. 'DeadManSwitch', 'TimeCapsule') or 0x address.

No output schema declared.

No examples provided.

thryx_get_token ~86

Look up a single THRYX-launched token by symbol, name, or address. Returns address, platform, and clanker.world link (where LP fees are claimable for the token's deployer).

NameTypeReqDescription
querystringyesToken symbol (e.g. 'ALETH'), name (e.g. 'Aletheia'), or 0x address.

No output schema declared.

No examples provided.

thryx_list_contracts ~134

List every contract in the THRYX onchain portfolio (DeadManSwitch, KeeperBountyLab keeper bots, Onchain Primitives Lab — StealthAddressRegistry/EIP-5564, AddressTaggingMarket, TimeCapsule, SlashablePromiseVault, GroupBountyPool, AtomicSwapHTLC, ConditionalTokenDrop). Returns name, address, category, repo, and explorer link for each. Pulled live from the canonical addresses.json so it stays in sync with new deployments.

NameTypeReqDescription
categorystringOptional filter: deadManSwitch, keeperBountyLab, onchainPrimitives.

No output schema declared.

No examples provided.

thryx_list_tokens ~81

List every ERC-20 token launched by the THRYX treasury (Clanker V4 LP-fee earners on Base mainnet — currently Aletheia/ALETH, Mnemosyne/MNEM, Huginn/HUGIN, Custos/CUSTOS). Returns name, symbol, address, platform, and clanker.world URL.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_portfolio_summary ~60

High-level summary of the entire THRYX onchain portfolio: contract count, token count, treasury address, chain info, and links to the canonical addresses.json and homepage. Useful as a first call to understand the scope before drilling in.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

thryx_stealth_meta_address ~123

Fetch the EIP-5564 / EIP-6538 stealth meta-address registered by an address for a given scheme ID (typically schemeId=1 for the SECP256k1 scheme). Returns the raw bytes and a hasMetaAddress boolean. Lets agents check if a recipient supports stealth-address payments before constructing one.

NameTypeReqDescription
registrantstringyesAddress whose stealth meta-address you want.
scheme_idintegerStealth address scheme ID (default 1 = SECP256k1 per EIP-5564).

No output schema declared.

No examples provided.

thryx_token_supply ~119

ERC-20 read for any THRYX-launched token (Aletheia/ALETH, Mnemosyne/MNEM, Huginn/HUGIN, Custos/CUSTOS) or any other Base ERC-20. Returns name, symbol, decimals, total supply (raw and formatted), and optionally a balance for an address.

NameTypeReqDescription
holderstringOptional holder address — returns its balance.
tokenstringyesToken address OR THRYX symbol (ALETH/MNEM/HUGIN/CUSTOS).

No output schema declared.

No examples provided.