Skip to main content
Create an Agno agent that interacts with the Stripe API via the Model Context Protocol (MCP). This agent can create and manage Stripe objects like customers, products, prices, and payment links using natural language commands.

Prerequisites

  • Install Node.js and verify that npx is available.
  • Export STRIPE_SECRET_KEY for Stripe and OPENAI_API_KEY for the agent’s default model.

Run the Example