create-x402-agent-tool
v0.1.3
Published
Scaffold a new x402-paywalled service: paid API + MCP server + Agent Skill + web pages + marketplace listings.
Maintainers
Readme
create-x402-agent-tool
A scaffolding CLI that generates a complete, working x402-paywalled service: a paid HTTP API, an MCP server exposing the same capability as paid tools, a cross-harness Agent Skill, human- and agent-facing web pages, a payment telemetry dashboard, and ready-to-submit listings for the popular MCP/skill marketplaces.
Usage
npx create-x402-agent-tool my-service
# or
npm create x402-agent-tool my-service
cd my-service
pnpm install
pnpm devYou'll be walked through picking a chain (Base, Base Sepolia, Ethereum,
Solana, Stellar, or a custom EVM chain), a facilitator (self-hosted
x402-rs or a custom URL),
your payout wallet, and which capability/price to ship with, plus which
marketplaces to generate listing manifests for.
What you get
- A paid HTTP API and an MCP server exposing the same capability
- A cross-harness Agent Skill
- Human- and agent-facing web pages with a live payment dashboard
- Listing manifests for the MCP Registry, Smithery, Claude Code Plugin Marketplace, and more
- A real, independently buildable pnpm workspace — the default capability ships as working code, not a stub
Links
License
MIT
