Open infrastructure for monetizable MCP servers. Build MCPs that charge AI agents per call in USDC (Base) or USDT0 (Plasma), powered by x402 and Tether WDK.
- template - forkable paid MCP template
- client - local proxy for Claude Desktop/Cursor
- examples - flagship MCP examples
- directory - source for paidmcp.dev
- Published flow:
npx paidmcp-client init,npx paidmcp-client wallet,npx paidmcp-client run <endpoint> - From source flow: clone
client/, then runnpm install,npm run build,npm run init
- Fork
template - Run
npm run wallet:createand store the seed in.env(SEED_PHRASE) - Edit
src/tools.ts, deploy, and submit to the directory
Full onboarding: use the README files in the client, template, and examples repositories above.
- Contributing guide: see each repository
CONTRIBUTING.md - Security reporting: see each repository
SECURITY.md - Conduct expectations: see each repository
CODE_OF_CONDUCT.md - License: MIT in each repository (
LICENSE)