What problem does it solve?
When working with Link payments through an agent, you often need to answer simple questions — which account is connected, what cards or bank accounts are saved, what shipping addresses exist, or whether a purchase has been approved — without risking any movement of money. This Skill provides read-only inspection of the Link wallet through the Link MCP server.
Core Features & Use Cases
- Account inspection: Identify which Link account is connected via
get_userinfo.
- Wallet contents: List saved cards, bank accounts, and shipping addresses with
list_payment_methods and list_shipping_addresses.
- Spend request status: Check pending, approved, or historical spend requests with
list_spend_requests and get_spend_request, including guidance on what each status means.
- Use Case: A user asks "has my purchase been approved yet?" — the Skill calls
list_spend_requests, interprets the status (created, pending_approval, approved), and summarizes the answer without exposing credentials.
Quick Start
Ask the agent which Link account is connected and what payment methods are saved in the wallet.