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.

Tychi MCP

NPM · @TYCHILABS/TYI-MCP · SCANNED SEP 25

Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments.

Available components

0 this week 76 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 Security89
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via @tychilabs/tyi > @solana/web3.js > jayson > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 232 of 238 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency48
  • 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 (Apache-2.0).Pass
  • Actively maintained (last published 101 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 438 tokens (~48/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 67% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "tyi_reset" implies "wipe" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 9 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 Tychi MCP server?

Tychi MCP runs locally as an npm package, launched with npx -y @tychilabs/tyi-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @tychilabs/tyi-mcp

# add to Claude Code
claude mcp add tychiwallet-tyi-mcp -- npx -y @tychilabs/tyi-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "tychiwallet-tyi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tychiwallet-tyi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add tychiwallet-tyi-mcp -- npx -y @tychilabs/tyi-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tychiwallet-tyi-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tychilabs/tyi-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tychiwallet-tyi-mcp --command npx --arg -y --arg @tychilabs/tyi-mcp
# ~/.hermes/config.yaml
mcp_servers:
  tychiwallet-tyi-mcp:
    command: "npx"
    args: ["-y", "@tychilabs/tyi-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tychiwallet-tyi-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@tychilabs/tyi-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tychiwallet-tyi-mcp -t stdio -c npx -a -y @tychilabs/tyi-mcp
// mcp.json
{
  "mcpServers": {
    "tychiwallet-tyi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ]
    }
  }
}
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.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 23 Sept 26 +1
    • Stability: 0.97 → pass security
  • 21 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.

  • 20 Sept 26 +1
    • Security disclosure: unverified → pass ▲ functional
  • 19 Sept 26 0
    • Security disclosure: pass → unverified ▼ functional
  • 18 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 17 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 25 Sept 2026 · Analysed npm/@tychilabs/tyi-mcp@1.0.0-beta.8

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 →

Vulnerabilities 2 findings
ID CVE Severity Vector Fix available
GHSA-528h-pc64-c93x CVE-2026-71429 medium CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 232 packages
Packages resolved 232
Deprecated 3
Stale 73
No linked repository 3
Tree resolution Partial

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

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~438 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
tyi_chat ~81

SLOW brain agent. ONLY: balance, send, pay, transfer, policy, limits, history, general Q. NEVER: create wallet, import, onboard, reset, switch — use dedicated tyi_* tools instead.

NameTypeReqDescription
messagestringyesBalance, send, pay, policy — not create/import/onboard
resetboolean––

No output schema declared.

No examples provided.

tyi_create_wallet ~49

FAST. New wallet by name. User said create/new wallet → call this NOT tyi_chat.

NameTypeReqDescription
labelstring–Display label
namestringyesNew wallet name

No output schema declared.

No examples provided.

tyi_import_wallet ~80

FAST. Import seed/privkey. User said import/restore → call this NOT tyi_chat. Secret via tool param only.

NameTypeReqDescription
kindstringyes–
labelstring––
namestringyesNew wallet name
secretstringyesSeed or private key — operator only, never tyi_chat

No output schema declared.

No examples provided.

tyi_onboard ~81

FAST. First-time setup only. NOT tyi_chat.

NameTypeReqDescription
agent_namestring––
llm_api_keystringyesProvider API key
llm_providerstringyes–
mnemonicstring–Optional BIP39 import (fresh only)
passwordstringyesKeystore password (operator-provided)

No output schema declared.

No examples provided.

tyi_onboard_schema ~28

Onboarding field schema. Use with tyi_onboard — not tyi_chat.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tyi_reset ~34

Wipe ~/.tyi. confirm:true required. NOT tyi_chat.

NameTypeReqDescription
confirmbooleanyesMust be true

No output schema declared.

No examples provided.

tyi_route ~31

READ FIRST. Intent → tool map. Call before any wallet op. Prevents slow tyi_chat misuse.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tyi_status ~20

Check ready + missing. Call once at session start.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tyi_switch_wallet ~34

FAST. Set active wallet by name. NOT tyi_chat.

NameTypeReqDescription
namestringyesWallet name to activate

No output schema declared.

No examples provided.

Common questions

What is the Tychi MCP server?

Tychi MCP is listed in the public MCP registry as io.github.TychiWallet/tyi-mcp. Agent-native self-custody wallet MCP: onboard, wallets, Arbitrum sends, policy-gated payments. This page covers its npm package (@tychilabs/tyi-mcp).

Is the Tychi MCP server safe to use?

Tychi MCP scores 76 out of 100 on VerifyMCP. We recorded 2 known advisories against it as of 25 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 Tychi MCP server expose?

Tychi MCP exposes 9 tools: tyi_route, tyi_status, tyi_onboard_schema, tyi_onboard, tyi_create_wallet, and 4 more. Their descriptions and schemas cost roughly 438 tokens of context every time the server is loaded.

Is the Tychi MCP server still maintained?

Tychi MCP is still listed as active in the MCP registry. We last reached this channel on 25 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 Tychi MCP server under?

Tychi MCP declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.