← Back to Plugins
MCP Server MCP

StablecoinX

github By github 👁 1 views ▲ 0 votes

Drive a StablecoinX business account — auth, API keys, sessions, paymaster, and webhooks.

Homepage Verified source GitHub

Install

npx -y @stablecoinx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@stablecoinx/mcp",
      "version": "0.1.4",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run setup to install the bundled skill and register this MCP via `claude mcp add` (optional; for MCP clients that provide an `mcp add` CLI).",
          "value": "setup",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Passphrase used to encrypt the local state file (JWT / API key / session key) at rest. Pick any string. The harness endpoint, thirdweb client, origin and login chain are baked into the package — this is the only required input.",
          "isRequired": true,
          "isSecret": true,
          "name": "SCX_STATE_PASSPHRASE"
        },
        {
          "description": "Optional. Directory for the encrypted local state file. Defaults to %APPDATA%/stablecoinx-mcp (Windows) or $XDG_CONFIG_HOME/stablecoinx-mcp.",
          "name": "SCX_STATE_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...