← Registry

eCommerce

agentpay.shop

Manages AgentPay wallet connections, balances, and spending limits for AI agents.

1 endpoint25 known toolsFirst detected August 21, 2026Last detected September 6, 2026

ENDPOINT 1

https://agentpay.shop/ap/mcp

No auth detected

MCP server metadata

Name
agentpay
Version
0.2.3
Capabilities
tools

Known tools 25

begin_agent_link

Start AgentPay browser connect ONLY when you have no sessionId in this conversation AND tools fail without auth.

Inferred read-only
poll_agent_link

Poll until the owner clicks Разрешить.

Inferred read-only
verify_connection

Finish AgentPay connect after browser Разрешить.

Inferred read-only
get_balance

Get the agent's AgentPay wallet.

Inferred read-only
get_limits

Get hard spending limits this agent cannot bypass (per purchase, daily, weekly, confirmation threshold).

Potential side effects
get_recovery_guide

Full catalog of AgentPay failures with RU copy, cabinet deep links, and recovery.

Inferred read-only
get_spending_policy

Get hard + soft spending policies: allowlist, forbidden categories, confirmation mode, preference weights, allowLuckyPurchases, luckyPurchaseMaxCoins, delivery.

Inferred read-only
list_allowed_stores

List stores on this agent's allowlist.

Inferred read-only
get_user_preferences

Get the user's category preferences (fat %, brands, sizes, pets, sport macros, etc.

Inferred read-only
update_preference

Update stored preferences for a category after the user states a lasting rule («всегда 2.

Potential side effects
get_delivery_address

Get the owner's saved AgentPay home address.

Inferred read-only
save_delivery_address

Save the owner's home address into the AgentPay cabinet.

Inferred read-only
peek_stores

Quiet first hop.

Inferred read-only
search_products

Search products in allowlisted AgentPay stores.

Inferred read-only
get_product

Get one ProductCard by product_id + store_id from an allowlisted store.

Inferred read-only
present_choices

Create a multi-product compare page for the owner (2–4 options).

Potential side effects
get_choice_status

Wait for owner choice after present_choices.

Inferred read-only
list_purchases

List the owner's recent AgentPay purchases (bought statuses only) with line items.

Inferred read-only
create_purchase

Propose or place an order in an allowlisted store using AgentPay coins.

Inferred read-only
get_purchase_status

Wait for purchase to leave awaiting_review / awaiting_confirmation.

Potential side effects
get_payment_status

Check whether the last top-up/payment succeeded.

Potential side effects
create_topup_intent

Ask the owner to top up coins (opens YooKassa or cabinet).

Inferred read-only
set_test_mode

Turn AgentPay test mode on or off.

Inferred read-only
get_faq

Look up AgentPay operational FAQ before guessing.

Inferred read-only
request_user_confirmation

Ask the human to confirm in AgentPay web or Telegram.

Inferred read-only

CONNECT 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.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.