# request_x402_payment

A financial tool on the Pop Pay MCP server.

Agent View of the PolicyLayer registry record for `request_x402_payment`. HTML page: https://policylayer.com/tools/100xpercent-pop-pay-python/request-x402-payment

## Facts

- Tool: `request_x402_payment`
- Server: Pop Pay (`100xpercent/pop-pay-python`) — https://policylayer.com/tools/100xpercent-pop-pay-python.md
- Homepage: https://github.com/100xPercent/pop-pay-python
- Risk category: Financial (Critical risk)
- Registry record: grade B, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Approval-gated

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "request_x402_payment",
    "arguments": {}
  }
}
```

## Why request_x402_payment is rated Critical

Despite the empty description, the tool name contains 'payment' and it exists on a server whose sole purpose is processing financial transactions for AI agents. The sibling tools (request_virtual_card, request_purchaser_info) further confirm this is a financial flow. Misuse could trigger real monetary transactions, making this Financial/critical. Confidence is slightly reduced due to the empty description.

From the tool's own definition: "Tool name 'request_x402_payment' on a server explicitly described as handling 'financial transactions' and 'payment guardrail'; sibling tools include 'request_virtual_card' and 'request_purchaser_info', confirming financial context."

## Use case

AI agents use request_x402_payment to commit financial operations through Pop Pay, usually the final step of a payment, billing, or trading workflow. A call moves real money.

## Recommended policy (PolicyLayer)

Verdict: **Approval-gated**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Pop Pay:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "request_x402_payment": {
      "deny_if": [
        {
          "conditions": [],
          "on_deny": "Requires human approval."
        }
      ]
    }
  }
}
```

## Other tools on Pop Pay (2)

- `request_virtual_card` — Financial — https://policylayer.com/tools/100xpercent-pop-pay-python/request-virtual-card.md
- `request_purchaser_info` — Read — https://policylayer.com/tools/100xpercent-pop-pay-python/request-purchaser-info.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=100xpercent-pop-pay-python · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/100xpercent-pop-pay-python
