Wyntrax MCP Server
Supports on-chain interactions on Ethereum, including tipping creators, purchasing digital products, managing memberships, and sending ETH or USDC payments through a connected wallet.
Supports on-chain payments on Robinhood using ETH or USDG (Robinhood's stablecoin), enabling creator tips and product purchases; USDC is not supported there.
Supports on-chain interactions on Solana, including creator tips, product purchases, memberships, and wallet-signature verification for payments and login.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Wyntrax MCP ServerTip @alexbuilds 5 USDC on Base"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wyntrax MCP Server
Connect Claude to Wyntrax and interact with your favorite creators using natural language — tip them, buy their digital products, manage memberships, and more. All on-chain, no forms, no copy-pasting wallet addresses.
What you can do
Once connected, just tell Claude what you want:
"Tip @alexbuilds 5 USDC on Base" "Buy the Web3 Dev Guide from @alexbuilds" "Show me all my purchases" "Find creators selling video courses about web3" "What products does @demo have? How big are the files?" "Subscribe to @alexbuilds Builder tier" "Show me my earnings for the last 30 days" "Send 10 USDG to @alexbuilds on Robinhood"
Related MCP server: Swarmrails MCP
Getting started
1. Connect Wyntrax to Claude
Open Claude.ai and go to Settings → Integrations
Click Add custom connector
Enter the server URL:
https://mcp.wyntrax.xyzClick Add — you're connected!
2. Start chatting
That's it. Just start talking to Claude naturally. For actions that require your account (buying, tipping, memberships), Claude will prompt you to connect your wallet to Wyntrax the first time — sign a message with MetaMask or Phantom, no password needed.
What you can ask Claude
Discover creators
"Find web3 developers on Wyntrax"
"Show me creators on Base selling PDF guides"
"Tell me about @alexbuilds"
Browse products
"What products does @demo sell?"
"Find tutorial PDFs on Wyntrax"
"Show me free products from @alexbuilds"
"How big is the Wyntrax Docs file?"
Buy & download
"Buy the Wyntrax product from @demo for 0.5 ETH"
"Show me my purchases and download links"
Tip creators
"Send 10 USDC to @alexbuilds on Ethereum"
"Tip @demo 0.01 ETH with the message 'great content!'"
"Send 5 USDG to @alexbuilds on Robinhood"
Memberships
"Subscribe to @alexbuilds Builder tier"
"Cancel my subscription to @demo"
Analytics (creators only)
"Show me my earnings for the last 30 days"
"What are my top selling products this month?"
How purchases work
Claude finds the product and shows you the details
Claude requests wallet approval via
request_payment— a signing prompt goes to your connected wallet (powered by@wyntraxyz/mcp-wallet)Once you approve, the transaction is submitted on-chain
Claude registers the purchase and confirms it on-chain
Your download link is ready instantly once confirmed
Confirmations typically take 15–60 seconds depending on the network.
Available tools
Tool | Description |
| Find creators by keyword, blockchain, or category |
| View a creator's full profile, products, and membership tiers |
| Get product details including title, price, description, and file size |
| Search products by name or type (PDF, video, audio, etc.) |
| View your confirmed purchases and download links |
| Tip a creator in ETH, USDC, or USDG |
| Purchase a digital download |
| Subscribe to or cancel a creator's membership tier |
| View your earnings and supporter stats (creators only) |
| View Wyntrax Pro plan pricing and the destination wallet |
| Upgrade an account to Wyntrax Pro after sending payment |
| Ask the connected wallet to approve a product, donation, or Pro payment |
Supported blockchains
Ethereum
Base
Robinhood — pay with ETH or USDG (Robinhood's stablecoin — USDC is not used there)
Solana
Architecture
src/index.js— stdio MCP entrypoint (local/dev use with Claude Desktop)src/index.http.js— StreamableHTTP MCP entrypoint, deployed behindmcp.wyntrax.xyzsrc/wyntrax-client.js— REST client for the Wyntrax app's/api/mcp/v1/*routessrc/wallet-bridge.js— wraps@wyntraxyz/mcp-walletto request wallet signatures for payments, with on-chain verification (createEvmVerifier/createSolanaVerifier) so a payment can't be marked confirmed without a real, matching transactionsrc/chain-clients.js— shared viem (EVM) and@solana/web3.js(Solana) read clients, used by the payment verifier above and by OAuth login-signature verificationsrc/oauth/*— OAuth 2.0 authorization server (PKCE, dynamic client registration) with wallet-signature login rendered via@wyntraxyz/mcp-wallet-uisrc/tools.js— the MCP tool definitions Claude calls
In production, mcp.wyntrax.xyz is served by the main Wyntrax Next.js app, which rewrites requests to this server (MCP_INTERNAL_URL) and forwards an already-verified X-User-Id header — see src/oauth/middleware.js. This server also works standalone (its own OAuth + bearer-token validation) for local development.
Wallet packages
Package | Role | Used here? |
| Core wallet-bridge ( | Yes — |
| Extra storage adapter for the bridge ( | Yes, optional — set |
| React | No — this is a frontend package. It's rendered by the Wyntrax web app at |
The OAuth wallet-connect/login page (GET /oauth/authorize) is separate from all of the above — it's hand-rolled HTML in src/oauth/routes.js, since there's no prebuilt "connect + sign in" UI in @wyntraxyz/mcp-wallet-ui (its <WalletApproval /> is specifically for approving one pending payment request, not for logging in). Signature verification for login uses viem (EVM) and tweetnacl/bs58 (Solana) directly.
Need help?
Visit wyntrax.xyz or reach out through the Wyntrax community.
This server cannot be deployed
Maintenance
Related MCP Connectors
Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted.
Multi-seller shopping for AI agents. Settle via Stripe MPP or x402 USDC on Base. Hosted.
AI-agent commerce: find products, mint tracking links, publish posts, earn commission.
Agentic commerce + trust MCP: discover, verify, and transact across droplinked's merchant network.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables interaction with Warpcast (Farcaster) through Claude, allowing users to post casts, search and read content, get trending posts, and manage channel subscriptions using natural language.-
- FlicenseAqualityDmaintenanceEnables interaction with various Bittensor subnets and SharpSignal prediction market intelligence directly from AI assistants like Claude. It supports diverse capabilities including text generation, image/video creation, forecasting, and 3D asset generation using a pay-as-you-go model via USDC on the Base blockchain.14-

Kreato MCP Serverofficial
FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform Web3 creator monetization actions like tipping creators, buying digital products, and managing memberships through natural language.-- AlicenseAqualityCmaintenanceEnables AI agents to manage crypto payments, stores, products, and orders through the Model Context Protocol.2040 npmMIT