← Back to Plugins
MCP Server MCP

Tychi MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @tychilabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@tychilabs/tyi-mcp",
      "version": "1.0.0-beta.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Keystore password for ~/.tyi (set after tyi_onboard)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TYI_PASSWORD"
        },
        {
          "description": "Tychi brain API URL (HTTPS recommended)",
          "format": "string",
          "name": "TYCHI_BRAIN_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...