
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@scriptmasterlabs/mcp-x402-sdk
Advanced tools
1-line drop-in that makes any MCP server chargeable via x402 USDC/RLUSD. No AgentCards. No registry. Their server, their tools, paid.
The hinge, not the cathedral.
Drop this into your MCP server. Agents pay USDC/RLUSD via x402.
No AgentCards. No credit bureau. No registry join. No worldview required.
npm i @scriptmasterlabs/mcp-x402-sdk
import { x402Payment } from '@scriptmasterlabs/mcp-x402-sdk';
import { z } from 'zod';
server.tool(
'my_paid_tool',
{ city: z.string() },
x402Payment({
price: '0.01',
currency: 'USDC',
inputSchema: z.object({ city: z.string() }),
handler: async (input, receipt) => ({
content: [{
type: 'text',
text: JSON.stringify({ weather: 'sunny', paid: receipt }),
}],
}),
}),
);
That is the whole product for most builders.
| You keep | We handle |
|---|---|
| Your tools + MCP server | Payment attempt + receipt shape |
| Your pricing | USDC / RLUSD, Base default |
| Your UX | No mandatory identity format |
Those exist elsewhere. This package is only the charge wrapper.
| Var | Default | Purpose |
|---|---|---|
PROOF402_URL | https://four02proof.onrender.com | Payment facilitator |
If you want a ready-made tool catalog too:
npx @scriptmasterlabs/mcp-x402
# remote: https://mcp-x402.onrender.com/mcp
Still start here: charge your own tools first.
MIT
FAQs
1-line drop-in that makes any MCP server chargeable via x402 USDC/RLUSD. No AgentCards. No registry. Their server, their tools, paid.
We found that @scriptmasterlabs/mcp-x402-sdk 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
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.