
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@marupelkar/wallet-mcp
Advanced tools
Stdio MCP server for the [wallet](https://wallet-gray-zeta.vercel.app) agent payment system. Lets an MCP client (Codex CLI, opencode, or any other stdio MCP host) pay x402- and MPP-protected APIs on the user's behalf.
Stdio MCP server for the wallet agent payment system. Lets an MCP client (Codex CLI, opencode, or any other stdio MCP host) pay x402- and MPP-protected APIs on the user's behalf.
// mcp.json
{ "mcpServers": { "wallet": { "command": "npx", "args": ["-y", "@marupelkar/wallet-mcp"] } } }
On the first tool call the shim opens a browser tab pointed at the wallet's
OAuth authorize endpoint. After you approve, a refresh token is written to
${env-paths.config}/wallet/credentials with 0o600 mode and reused across
sessions.
| Env var | Default | Purpose |
|---|---|---|
WALLET_BACKEND_URL | https://wallet-gray-zeta.vercel.app | Backend origin (override for self-hosting / preview deploys). |
WALLET_DEBUG | unset | Set to 1 to print the OAuth authorize URL to stderr. |
WALLET_NON_INTERACTIVE | unset | Set to 1 to suppress the automatic browser open (you still get the URL on stderr). |
wallet-mcp logout # forget local credentials
wallet-mcp reauthorize # re-run the OAuth flow (e.g. to add scopes)
pay(target, max_amount_cents) — pay an MPP-enabled URL.logout — same as the CLI command.reauthorize — same as the CLI command.The tool list is proxied from the backend, so new server-side tools appear without a shim upgrade.
Visit /connected-apps
on the wallet, find the connection, and click Disconnect. The next time
the agent makes a request, the shim re-enters the OAuth flow.
FAQs
Stdio MCP server for the [wallet](https://wallet-gray-zeta.vercel.app) agent payment system. Lets an MCP client (Codex CLI, opencode, or any other stdio MCP host) pay x402- and MPP-protected APIs on the user's behalf.
We found that @marupelkar/wallet-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.