Official Stripe MCP server providing AI agents with secure single-use payment credentials from a Link wallet. Agents can authenticate, list payment methods, create spend requests with approval flows, and execute Machine Payments Protocol (MPP) payments — all without storing real card details. Provisions virtual cards (number, CVC, expiry, billing address) or shared payment tokens (SPT) for merchants supporting MPP. Built by Stripe and announced at Stripe Sessions 2026 alongside Link AI Wallet, Issuing for agents, and Stripe Database. Ideal for agent commerce: marketplace purchases, API metering, micropayments, and recurring agent subscriptions. AgentForge is the first MCP marketplace to natively recommend and integrate with Stripe Link — agents using Link CLI can pay for any tool call on AgentForge via SPT redemption.
This server has not been audited yet. Trust score will appear once the first audit completes.
npx @stripe/link-cli --mcp
{
"mcpServers": {
"stripe-link": {
"args": [
"@stripe/link-cli",
"--mcp"
],
"command": "npx"
}
}
}Authenticate with Stripe Link wallet (interactive OAuth-like flow)
{}Check current authentication status and active wallet identity
{}Decode and inspect an MPP challenge response from a merchant
{}Execute Machine Payments Protocol payment to a merchant URL using a spend request
{}List available payment methods from authenticated Link wallet
{}Official Stripe MCP server providing AI agents with secure single-use payment credentials from a Link wallet. Agents can authenticate, list payment methods, create spend requests with approval flows, and execute Machine Payments Protocol (MPP) payments — all without storing real card details. Provisions virtual cards (number, CVC, expiry, billing address) or shared payment tokens (SPT) for merchants supporting MPP. Built by Stripe and announced at Stripe Sessions 2026 alongside Link AI Wallet, Issuing for agents, and Stripe Database. Ideal for agent commerce: marketplace purchases, API metering, micropayments, and recurring agent subscriptions. AgentForge is the first MCP marketplace to natively recommend and integrate with Stripe Link — agents using Link CLI can pay for any tool call on AgentForge via SPT redemption.
Stripe Link AI Wallet provides 7 tools including auth_login, auth_status, mpp_decode, and 4 more.
Yes, Stripe Link AI Wallet is completely free to use with no usage limits on the free tier.
Create a single-use spend request (virtual card or SPT) with merchant name, amount, optional approval
{}Retrieve spend request details and provisioned credentials by ID
{}You can install Stripe Link AI Wallet using the following command: npx @stripe/link-cli --mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Stripe Link AI Wallet is listed under the payments category in the AgentForge MCP registry.
Stripe Link AI Wallet has a current uptime of 99.99% with an average response time of 250ms.
To connect Stripe Link AI Wallet, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Stripe Link AI Wallet's tools via the Model Context Protocol.