@chargebee/mcp

MIT License
21
  • Linux
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
chargebee_documentation_search

Do not use this tool for code generation. For code generation use "chargebee_code_planner" tool. This tool will take in parameters about integrating with Chargebee in their application, then search and retrieve relevant Chargebee documentation content.

It takes the following arguments:

  • query (string): The user query to search an answer for in the Chargebee documentation.
  • language (enum): The programming language for the documentation. Check the user's application language.
  • userRequest (string): User's original request to you.
chargebee_code_planner

Always use this tool to get the accurate integeration code guide for Chargebee. This tool will take in parameters about integrating with Chargebee in their application and generates a 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.