uniple-x402-purchase
OfficialAllows purchasing products using JPYC stablecoin on Polygon network via x402 protocol.
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uniple-checkout/uniple-x402-agent-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server