mcpbeat Sign in

StablecoinX MCP Server

local only

StablecoinX runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 10 · avg 4 · +338% w/w
a month agotoday
34
Installs / week
npm · @stablecoinx/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add stablecoinx-mcp -- npx -y @stablecoinx/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stablecoinx-mcp": {
      "args": [
        "-y",
        "@stablecoinx/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stablecoinx-mcp]
command = "npx"
args = ["-y", "@stablecoinx/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stablecoinx-mcp": {
      "args": [
        "-y",
        "@stablecoinx/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stablecoinx-mcp": {
      "args": [
        "-y",
        "@stablecoinx/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCX_STATE_PASSPHRASE (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.), SCX_STATE_DIR (Optional. Directory for the encrypted local state file. Defaults to %APPDATA%/stablecoinx-mcp (Windows) or $XDG_CONFIG_HOME/stablecoinx-mcp.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to StablecoinX

same job, measured the same way
tmux
by libtmux

Drive one tmux server: sessions, windows, panes, and the output they produce.

local only
KanbanThing
by kanbanthing

Create and drive KanbanThing kanban boards. No account, no API key, board link required.

8 tools answering
Google Workspace
by proscendia

Permissioned access to Gmail, Drive and Calendar via the user's own Google account

answering
Microsoft 365
by proscendia

Permissioned access to Outlook, OneDrive and Teams via the user's own Microsoft account

answering
Agent Memory
by veritap

Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines.

12 tools answering
Claude Wrap MCP
by alex-kaff

MCP server that spawns and drives Claude Code sessions via claude-wrap.

72 installs/wk local only
Cowork QA
by insideos-designs

Goal-driven Playwright browser sessions for LLMs, with full action traces and aria-snapshots.

28 installs/wk local only
O
Fileshareforagents
by fileshareforagents

Storage and file sharing for AI agents. No account, no API key: $0.01 USDC per call (x402, Base).

local only

StablecoinX — questions

Answers built from our own checks of this server.

Why is there no uptime for StablecoinX?
StablecoinX runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @stablecoinx/mcp was installed 34 times last week.
Is StablecoinX still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect StablecoinX?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @stablecoinx/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use StablecoinX?
The npm package @stablecoinx/mcp was installed 34 times in the last week. Week over week that is +338%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.