17 tools from the Agentpay MCP Server, categorised by risk level.
View the Agentpay policy →check_account Check if the account is ready to make purchases. Call this BEFORE create_card to give proactive guidance. check_balance Check remaining balance and status of a card. detect_checkout Scan the active browser tab for a payment form. Returns which fields were found (card number, CVV, expiry, name). Requires the AgentPay Chrome exte... get_card_details Get PAN, CVV, and expiry for a card. This is audit-logged. list_api_keys List all active personal API keys for the current user. Shows prefix, name, and creation date (not the full key). list_recipients List all saved payment recipients. Shows names and masked account numbers. list_transactions List recent transactions across your cards. agentpay_signup Create an AgentPay account for the user. Call this with their email to enable payment tools. Only needed once. 2/5 close_card Close a card and release unused funds. Always call this after a purchase. 2/5 create_api_key Create a new personal API key for the user. Returns the full key (shown only once). Useful when the user needs a key for a new tool, service, or en... 2/5 create_card Create a single-use virtual card for a purchase. Use guard:true for autonomous purchases (15-min expiry). 2/5 fill_card Fill only the card fields on a checkout page with an existing card. Use when you already have a card ID and want to handle the rest yourself. The c... 2/5 save_recipient Save a payment recipient's bank details for future transfers. The user provides the details once, then you can just say 'pay Maria' in the future. 2/5 pay_checkout Create a virtual card AND fill the checkout form in one call. The card number is sent directly to the browser extension — you never see it. Call de... 5/5 pay_merchant_clp Pay a Chilean merchant in CLP via bank transfer. The user will receive a Telegram link to confirm the payment in their bank app. Use this for purch... 5/5 pay_person_clp Send a CLP bank transfer to a person in Chile. The user will approve via Telegram. Use this for paying people (e.g. household help, freelancers, sp... 5/5 The Agentpay MCP server exposes 17 tools across 4 categories: Read, Write, Destructive, Financial.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Agentpay server.
Agentpay tools are categorised as Read (7), Write (6), Destructive (1), Financial (3). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept