Tychi MCP

Give your AI agent a wallet - onboard, hold funds, send, and pay under policy. Its 9 documented tools cover tyi, wallet, onboard. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-15 · ★ 3 · #147 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Tychi MCP

before you install - you'll need

Set TYI_PASSWORD, TYCHI_BRAIN_URL before connecting.

Claude Code

claude mcp add tychiwallet-tyi-mcp -- npx -y @tychilabs/tyi-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tychiwallet-tyi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tychilabs/tyi-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @tychilabs/tyi-mcp - the @tychilabs scope differs from the repo owner (tychiwallet); confirm it's the project's official package

registry namespace io.github.TychiWallet is GitHub-verified and matches the repo owner

03 · What Tychi MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 9 documented tools spanning tyi, wallet, onboard, including tyi_route, tyi_status, tyi_onboard_schema, tyi_onboard.

The 9 tools it gives your agent

Extracted from the project's README - what Tychi MCP lets an agent do.

tyi_route
- First - intent → tool map
tyi_status
- Session start - ready? what's missing?
tyi_onboard_schema
- Field schema before onboard
tyi_onboard
- First setup or LLM-only setup
tyi_create_wallet
- New wallet by name
tyi_import_wallet
- Import mnemonic or privkey (EVM / Solana / Sui)
tyi_switch_wallet
- Change active wallet
tyi_reset
- Wipe ~/.tyi (confirm: true)
tyi_chat
- Balance, send, pay, transfer, policy, limits

04 · Who maintains Tychi MCP

Tychi MCP is maintained by tychiwallet. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
finance - ranked #147 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.TychiWallet/tyi-mcp (active, first published 2026-06-15)
packages
npm:@tychilabs/tyi-mcp

06 · Tychi MCP FAQ

Is Tychi MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-15. We re-verify nightly.

What can Tychi MCP do?

An agent gets 9 documented tools spanning tyi, wallet, onboard, including tyi_route, tyi_status, tyi_onboard_schema, tyi_onboard.

How do I install Tychi MCP?

Run `npx -y @tychilabs/tyi-mcp`. The README documents 2 environment variables (TYI_PASSWORD, TYCHI_BRAIN_URL) to set first. Set TYI_PASSWORD, TYCHI_BRAIN_URL before connecting. You can also paste the ready-made client config above.

Does Tychi MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tychi MCP