Odel
Tychi MCP

Tychi MCP

Local
@tychiwallet3TypeScriptApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@tychilabs/tyi-mcpv1.0.0-beta.8

Run

npx -y @tychilabs/tyi-mcp

MCP client config

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