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

io.github.lordbasilaiassistant-sudo/thryx-portfolio

NPM · @THRYX/PORTFOLIO-MCP-SERVER · SCANNED SEP 20

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

0 this week 79 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 32 of 105 dependencies flagged as unhealthy. 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 139 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability81
  • 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 Management93
  • Stability observed for 28 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server?

io.github.lordbasilaiassistant-sudo/thryx-portfolio runs locally as an npm package, launched with npx -y @thryx/portfolio-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @thryx/portfolio-mcp-server

# add to Claude Code
claude mcp add lordbasilaiassistant-sudo-thryx-portfolio -- npx -y @thryx/portfolio-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "lordbasilaiassistant-sudo-thryx-portfolio": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/portfolio-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lordbasilaiassistant-sudo-thryx-portfolio": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lordbasilaiassistant-sudo-thryx-portfolio": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@thryx/portfolio-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add lordbasilaiassistant-sudo-thryx-portfolio -t stdio -c npx -a -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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 +1

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

  • 11 Sept 26 +1

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

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
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 20 Sept 2026 · Analysed npm/@thryx/portfolio-mcp-server@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 105 packages
Packages resolved 105
Stale 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server?

io.github.lordbasilaiassistant-sudo/thryx-portfolio is an MCP server listed in the public MCP registry as io.github.lordbasilaiassistant-sudo/thryx-portfolio. Read-only MCP server for the THRYX onchain portfolio (14 contracts on Base mainnet). This page covers its npm package (@thryx/portfolio-mcp-server).

Is the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server safe to use?

io.github.lordbasilaiassistant-sudo/thryx-portfolio scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server expose?

io.github.lordbasilaiassistant-sudo/thryx-portfolio exposes 14 tools: thryx_list_contracts, thryx_get_contract, thryx_list_tokens, thryx_get_token, thryx_portfolio_summary, and 9 more. Their descriptions and schemas cost roughly 1,268 tokens of context every time the server is loaded.

Is the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server still maintained?

io.github.lordbasilaiassistant-sudo/thryx-portfolio is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.lordbasilaiassistant-sudo/thryx-portfolio MCP server under?

io.github.lordbasilaiassistant-sudo/thryx-portfolio declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.