Skip to content

FungeLLC/winbit32MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

winbit32MCP

The agent-facing Winbit32, live at https://mcp.winbit32.com/mcp (Streamable HTTP). Public, MIT.

{ "mcpServers": { "winbit32": { "url": "https://mcp.winbit32.com/mcp" } } }

This repo is a thin deployment of payments-gateway — the generic MCP + REST payments engine. Everything here is config, branding and ops: the bin/ wrappers re-export the upstream entry points, .env sets GATEWAY_TOOL_PREFIX=winbit32 (plus backends), and DEPLOY.md records the production layout (systemd + nginx + certbot). Engine code, features and tests live upstream; bump the pinned payments-gateway commit in package.json to take new releases.

What agents get

21 winbit32_* tools today: Penny Oracle single-fact queries (q), Zcash/Monero view-key scan jobs, UTXOs + broadcast, private balance watches with webhooks and XMR/ZEC/USDC top-ups, x402 paywall metadata, and the offline phrase/Shamir utilities. The make_payment family (outbound co-signed ZEC with cosignUrl deep links) appears once the operator stages a FROST .wult share — the gateway share alone can never spend; a human approves every payment in their cosigner.

Key custody

Split-key recommended (one FROST share, human co-signs via winbit32.com/cosign); directly supplied phrases/keys remain supported for operators who accept holding key material. Accepting payments is view-key-only.

Running locally

npm ci
npm run start:mcp    # MCP server (default loopback :8821)
npm run start:rest   # REST + x402 paywall (optional)
npm test             # deployment smoke: 21 winbit32_* tools register

Licence

MIT — see LICENSE.

About

Agent-facing Winbit32: MCP + REST private payments (ZEC/XMR/x402). Agents hold one FROST share; humans co-sign. MIT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors