Skip to main content
Glama

@chargebee/mcp

Official
by chargebee

chargebee_code_planner

Generate precise integration workflows and code snippets for implementing Chargebee functionality, such as updating billing addresses, creating subscriptions, or handling webhooks, in your preferred programming language.

Instructions

Use this tool for any Chargebee integration questions or implementation needs.

Always use this tool to get the accurate integration code guide for Chargebee. This is the main tool developers need when asking about implementing Chargebee functionality (like "how to update billing address", "how to create subscription", "how to handle webhooks", etc.).

This tool will take in parameters about integrating with Chargebee in their application and generates an integration workflow along with the code snippets.

It takes the following arguments:

  • goal (string): What is the user's goal?

  • language (enum): Programming language the code to be generated in. Check the user's application language.

Input Schema

NameRequiredDescriptionDefault
goalYesWhat is the user's goal?
languageNoProgramming language the code to be generated in. Check the user's application language.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "goal": { "description": "What is the user's goal?", "type": "string" }, "language": { "description": "Programming language the code to be generated in. Check the user's application language.", "enum": [ "node", "python", "curl", "java", "go", "ruby", "php", "dotnet" ], "type": "string" } }, "required": [ "goal" ], "type": "object" }

Other Tools from @chargebee/mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chargebee/agentkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server