streamable-httpupdated 14d ago
Merchant catalog + controlled checkout for your AI agent (ООО НЕКСУС-ТЕХ).
What can you do with AgentPay (Russia)?
AgentPay MCP (Russia / РФ)
Merchant catalog + controlled checkout for your AI agent (ООО НЕКСУС-ТЕХ).
Market: Russia only. Agent sees price, stock, and ProductCard from allowlisted specialty stores on AgentPay — then buys within your limits. Not a global marketplace connector and not crypto/x402.
Not npm agentpay-mcp (x402/crypto by another publisher). Our stdio package name: agentpay-ru-mcp (when published). Prefer remote MCP.
Catalog tools
| Tool | What it does |
|---|---|
search_products |
Search merchant feed: price, inStock, sku, images |
get_product |
One ProductCard — confirm price/stock before buy |
peek_stores |
Quiet first hop when owner says «найди» / «подбери» |
list_purchases |
Reorder — then refresh price via catalog |
create_purchase |
Checkout with limits + HITL |
Never quote price from model memory. Always use search_products or get_product.
When the user says «Подключи AgentPay»
- Fetch https://agentpay.shop/connect.json
- Install remote MCP from that JSON. Never
npx agentpay-mcp. - Open the browser link and wait for Разрешить. Never ask the owner to paste
ap_…from the cabinet. - Call
verify_connection.
Also: https://agentpay.shop/llms.txt
Web connectors (Grok / ChatGPT / Cursor remote): https://agentpay.shop/ap/mcp
Registry
Official MCP Registry name: io.github.zapnikita95/agentpay
Install
Add AgentPay (Russia) to your client. Pick the one you use.
claude mcp add --transport http agentpay-russia https://agentpay.shop/ap/mcpcodex mcp add agentpay-russia --url https://agentpay.shop/ap/mcp{
"mcpServers": {
"agentpay-russia": {
"url": "https://agentpay.shop/ap/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"agentpay-russia": {
"type": "http",
"url": "https://agentpay.shop/ap/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"agentpay-russia": {
"url": "https://agentpay.shop/ap/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agentpay-russia": {
"serverUrl": "https://agentpay.shop/ap/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation4/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.3Latest | Aug 25, 2026 |
| 0.2.1 | Aug 20, 2026 |