Skip to main content
Glama
TychiWallet

Tychi Wallet MCP

Official
by TychiWallet

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TYI_DATA_DIRNoDirectory for wallet data.~/.tyi
TYI_PASSWORDYesKeystore password for ~/.tyi, required after onboard for chat operations.
TYCHI_BRAIN_URLNoURL of the Tychi brain server.http://hosted_brain.tychilabs.com
KEYSTORE_PASSWORDNoAlias for TYI_PASSWORD.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
tyi_routeA

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

tyi_statusA

Check ready + missing. Call once at session start.

tyi_onboard_schemaB

Onboarding field schema. Use with tyi_onboard — not tyi_chat.

tyi_onboardB

FAST. First-time setup only. NOT tyi_chat.

tyi_create_walletA

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

tyi_import_walletA

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

tyi_switch_walletA

FAST. Set active wallet by name. NOT tyi_chat.

tyi_resetA

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

tyi_chatA

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TychiWallet/tyi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server