uniple-x402-purchase
OfficialAllows purchasing products using JPYC stablecoin on Polygon network via x402 protocol.
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., "@uniple-x402-purchaseget a quote for the first product"
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.
Uniple x402 Agent Skill
Skill + MCP server for AI agents buying products exposed through Uniple's x402 catalog API. It is intended for KOVA, Codex, Claude Desktop, and other MCP-capable agent clients.
This is separate from jpyc-ec-purchase: JPYC EC uses x402 v2,
POST /api/v1/checkout, and PAYMENT-SIGNATURE. Uniple currently uses
x402 v1, catalog/payment URLs, and X-PAYMENT.
What It Supports
Read-only catalog discovery:
GET https://uniple.io/api/x402/shop/eccube/products?merchantSiteId=...
Quote / payment challenge:
GET paymentUrlwithquantityandshipping*query paramsReads
402+ decodedpaymentRequired
Optional purchase:
Signs JPYC EIP-3009
TransferWithAuthorizationCalls the same payment URL with
X-PAYMENTReturns Uniple's paid response and webhook status
Related MCP server: SOLx402 MCP Server
Safety
Use quote_product first. It never signs or sends funds.
purchase_product requires:
BUYER_PRIVATE_KEYenv varmax_amount_atomicbudget capmatching quote amount within that cap
Do not configure a funded private key unless you intend to allow the MCP server to purchase.
Local Build
cd uniple-x402-agent-skill
npm install
npm run build
npm testMCP Config Example
{
"mcpServers": {
"uniple-x402-purchase": {
"command": "node",
"args": [
"/absolute/path/uniple-x402-agent-skill/mcp-servers/uniple-x402-purchase/dist/bin.js"
],
"env": {
"UNIPLE_API_URL": "https://uniple.io",
"BUYER_PRIVATE_KEY": "0x..."
}
}
}
}Omit BUYER_PRIVATE_KEY if you only want catalog and quote tools.
EC-CUBE4 Smoke Target
Catalog:
https://uniple.io/api/x402/shop/eccube/products?merchantSiteId=eccube4.uniple.ioTypical 55 JPYC item quote with the current EC-CUBE4 shipping settings:
product subtotal: 55 JPYC
shipping: 150 JPYC
total: 205 JPYC
network:
eip155:137asset: JPYC Polygon
0xE7C3...3c29
This server cannot be deployed
Maintenance
Related MCP Connectors
JPYC (JPY stablecoin) EC platform MCP: product search, x402 gasless checkout, order status.
Agentic commerce network: discover sellers and products, negotiate, and pay USDC on Base via x402.
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.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to perform e-commerce operations through a standardized interface implementing the x402 and Agentic Commerce Protocol (ACP). Supports merchant sessions, product search, and payment orchestration with production-ready security features.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the x402 payment protocol on Solana, allowing discovery and consumption of x402-enabled services, USDC payment management, and access to Solana development resources.10MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to access a marketplace of paid tools by automatically handling Stellar blockchain payments and wallet management. It utilizes the X-402 protocol to facilitate transparent, automated transactions for tool usage through a marketplace backend.-
- AlicenseAqualityFmaintenanceUniversal x402 buyer agent — discover, pay for, and call any x402 paid API endpoint from Claude Desktop, Cursor, or Claude Code with automatic USDC payment via AgentCash.44 npmMIT