Stripe
Payments platform for accessing charges, customers, invoices, and subscriptions via Connect.
https://api.stripe.com
https://mcp.stripe.com
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
No Unified MCP tools available.
Unified API Endpoints
/me
Retrieve the Stripe account this connection is authenticated as. Stripe authorizes per connected account, so this returns the account rather than a user.
