
StablecoinX
Operate a StablecoinX business account from the agent—auth, API keys, paymaster sessions, and webhooks.
Overview
StablecoinX MCP is a Build-phase MCP server that lets agents manage StablecoinX business account auth, API keys, paymaster sessions, and webhooks.
What is this MCP server?
- npm @stablecoinx/mcp v0.1.2 stdio with optional npx setup positional for claude mcp add
- Encrypted local state via SCX_STATE_PASSPHRASE (only required env input)
- Covers auth, API keys, sessions, paymaster, and webhooks for StablecoinX business accounts
- Optional SCX_STATE_DIR for custom encrypted state file location
- Fintech MCP integration—not a generic crypto trading bot skill
- Package @stablecoinx/mcp version 0.1.2
- One required secret env: SCX_STATE_PASSPHRASE
- Optional setup positional argument for MCP client registration
What problem does it solve?
Builders integrating stablecoin checkout repeat fragile auth and webhook setup steps instead of delegating them to the agent safely.
Who is it for?
Solo builders shipping SaaS or APIs on StablecoinX who want MCP-native account, paymaster, and webhook operations with local encrypted state.
Skip if: Projects using only traditional card processors, teams avoiding stablecoin compliance overhead, or users who refuse local encrypted credential files.
What do I get? / Deliverables
After setting SCX_STATE_PASSPHRASE and running setup, your agent can manage encrypted StablecoinX sessions and payment plumbing from the IDE.
- MCP-driven StablecoinX auth, API key, session, and paymaster operations
- Webhook configuration assistance from the agent workspace
Recommended MCP Servers
Journey fit
Payment and stablecoin backend wiring happens during Build when you integrate money movement into the product. Integrations is the right shelf for third-party fintech APIs, webhooks, and session tooling exposed over MCP.
How it compares
StablecoinX business-account MCP, not a general DeFi research skill or manual Stripe dashboard workflow.
Common Questions / FAQ
Who is StablecoinX MCP for?
It is for developers building on StablecoinX who want their coding agent to handle business auth, API keys, paymaster, and webhooks via MCP.
When should I use StablecoinX MCP?
Use it in Build integrations while wiring payments, testing webhooks, or rotating API keys for your StablecoinX business account.
How do I add StablecoinX MCP to my agent?
Run npx @stablecoinx/mcp with stdio, set SCX_STATE_PASSPHRASE, optionally run the setup positional for claude mcp add, and configure SCX_STATE_DIR if needed.