add-mcp
Back to registry
Chargebee Onboarding logo

Chargebee Onboarding

v1.0.0

chargebee.com/chargebee-onboarding-mcp-server

Chargebee exposes tenant-scoped REST APIs at `/api/v1` and `/api/v2` authenticated with a site API key via HTTP Basic Auth, plus MCP servers for Knowledge Base (public), Data Lookup, Onboarding, and Custom tools authenticated either by per-server Bearer API keys or Chargebee-issued OAuth clients.


Install with add-mcp

Configure your installation and copy the command below. Uses add-mcp to install the server into your agent of choice.

Remote (HTTP)
Streamable HTTPhttps://YOUR-CHARGEBEE-SUBDOMAIN.mcp.chargebee.com/onboarding_agent
requiredsecret

Chargebee MCP server API key. Use Bearer <token>.

npx add-mcp@latest https://YOUR-CHARGEBEE-SUBDOMAIN.mcp.chargebee.com/onboarding_agent --transport http --header "Authorization: <Authorization>"

API access

Access via API

Fetch this server's registry entry as JSON. See the OpenAPI spec for all endpoints.

curl "/registry/api/v1/servers?search=com.chargebee%2Fchargebee-onboarding-mcp-server"

More from chargebee.com