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).
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 (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
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
claude mcp add lordbasilaiassistant-sudo-thryx-portfolio -- npx -y @thryx/portfolio-mcp-server
codex mcp add lordbasilaiassistant-sudo-thryx-portfolio -- npx -y @thryx/portfolio-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"lordbasilaiassistant-sudo-thryx-portfolio": {
"type": "local",
"command": [
"npx",
"-y",
"@thryx/portfolio-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add lordbasilaiassistant-sudo-thryx-portfolio --command npx --arg -y --arg @thryx/portfolio-mcp-server
mcp_servers:
lordbasilaiassistant-sudo-thryx-portfolio:
command: "npx"
args: ["-y", "@thryx/portfolio-mcp-server"] {
"mcpServers": {
"lordbasilaiassistant-sudo-thryx-portfolio": {
"command": "npx",
"args": [
"-y",
"@thryx/portfolio-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 +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.
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.
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_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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Subject 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.
| Name | Type | Req | Description |
|---|---|---|---|
| args | array | — | Function arguments as a JSON array. Empty if none. |
| contract | string | yes | Contract name (e.g. 'EnsAutoRenewer') or 0x address of any THRYX contract. |
| function_name | string | yes | View 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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | — | Optional creator or recipient address — listed by role param. |
| capsule_id | integer | — | Optional capsule ID — if provided, returns isUnlocked for that capsule. |
| role | string | — | Required 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).
| Name | Type | Req | Description |
|---|---|---|---|
| switch_id | integer | yes | The 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'.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 0x address to query. |
| role | string | yes | '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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Contract 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).
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Token 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| registrant | string | yes | Address whose stealth meta-address you want. |
| scheme_id | integer | — | Stealth 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.
| Name | Type | Req | Description |
|---|---|---|---|
| holder | string | — | Optional holder address — returns its balance. |
| token | string | yes | Token address OR THRYX symbol (ALETH/MNEM/HUGIN/CUSTOS). |
No output schema declared.
No examples provided.