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.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables 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.
- Alicense-qualityDmaintenanceEnables 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
- Alicense-quality-maintenanceEnables 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.414MIT
Related MCP Connectors
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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