Tychi Wallet MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TYI_DATA_DIR | No | Directory for wallet data. | ~/.tyi |
| TYI_PASSWORD | Yes | Keystore password for ~/.tyi, required after onboard for chat operations. | |
| TYCHI_BRAIN_URL | No | URL of the Tychi brain server. | http://hosted_brain.tychilabs.com |
| KEYSTORE_PASSWORD | No | Alias for TYI_PASSWORD. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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