eCommerce
agentpay.shop
Manages AgentPay wallet connections, balances, and spending limits for AI agents.
ENDPOINT 1
https://agentpay.shop/ap/mcp
MCP server metadata
- Name
- agentpay
- Version
- 0.2.3
Known tools 25
begin_agent_linkStart AgentPay browser connect ONLY when you have no sessionId in this conversation AND tools fail without auth.
Inferred read-onlyget_limitsGet hard spending limits this agent cannot bypass (per purchase, daily, weekly, confirmation threshold).
Potential side effectsget_recovery_guideFull catalog of AgentPay failures with RU copy, cabinet deep links, and recovery.
Inferred read-onlyget_spending_policyGet hard + soft spending policies: allowlist, forbidden categories, confirmation mode, preference weights, allowLuckyPurchases, luckyPurchaseMaxCoins, delivery.
Inferred read-onlyget_user_preferencesGet the user's category preferences (fat %, brands, sizes, pets, sport macros, etc.
Inferred read-onlyupdate_preferenceUpdate stored preferences for a category after the user states a lasting rule («всегда 2.
Potential side effectsget_productGet one ProductCard by product_id + store_id from an allowlisted store.
Inferred read-onlypresent_choicesCreate a multi-product compare page for the owner (2–4 options).
Potential side effectslist_purchasesList the owner's recent AgentPay purchases (bought statuses only) with line items.
Inferred read-onlycreate_purchasePropose or place an order in an allowlisted store using AgentPay coins.
Inferred read-onlyget_purchase_statusWait for purchase to leave awaiting_review / awaiting_confirmation.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentpay]
url = "https://agentpay.shop/ap/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentpay": {
"type": "http",
"url": "https://agentpay.shop/ap/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentpay
Remote MCP URL: https://agentpay.shop/ap/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentpay": {
"url": "https://agentpay.shop/ap/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentpay": {
"type": "http",
"url": "https://agentpay.shop/ap/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentpay",
"transport": "streamable-http",
"url": "https://agentpay.shop/ap/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentpay.shop was fetched 2026-08-24T22:09:12.799Z.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.