Loading MCP server directory, please wait...
Drive a StablecoinX business account — auth, API keys, sessions, paymaster, and webhooks.
npx @getmcp/cli add io.github.e2xlabs/stablecoinx-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
SCX_STATE_PASSPHRASEPassphrase 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.e2xlabs/stablecoinx-mcp": {
"command": "npx",
"args": [
"-y",
"@stablecoinx/mcp",
"setup"
],
"env": {
"SCX_STATE_PASSPHRASE": "",
"SCX_STATE_DIR": ""
}
}
}
}