MCP Server

Connect AI developer tools like Cursor or Windsurf to Bamboo’s API using the Model Context Protocol (MCP). Access real-time data, docs, and test services.

Bamboo provides an MCP server to enable AI-powered developer tools to access its API, documentation, and real-time data for integration and support tasks.

The Bamboo MCP server gives AI-based development environments access to:

  • API methods and endpoints
  • Developer documentation
  • Real-time transaction data
  • Integration code examples

Bamboo MCP Server Setup

Use the following endpoint to connect your tool:

https://docs.bamboopayment.com/mcp

Configure the MCP client to connect to the Bamboo server. If authentication is required, pass the necessary headers using query parameters or the method supported by the tool.


Add to~/.vscode/mcp.json:

{
  "servers": {
    "bamboopayment": {
      "url": "https://docs.bamboopayment.com/mcp"
    }
  }
}

Test Your Setup

Once configured:

  1. Open your AI development tool (e.g. Cursor, Windsurf)
  2. Start a session with the assistant
  3. Ask a question like
  • How do I create a purchase?
  • Show a Pix example for Brazil
  • What fields are required for Argentina?
💡

The assistant will access Bamboo’s API docs and return contextual results powered by MCP.


What’s Next?