io.github.codespar/mcp-chargebee
NPM · @CODESPAR/MCP-CHARGEBEE · SCANNED AUG 6
MCP server for Chargebee — global subscription billing, recurring revenue orchestration
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Known CVEs were checked across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Dependency health was assessed across the 94 of 98 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 44 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1107 tokens (~73/item across 15 items; 15 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
- Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 61% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @codespar/mcp-chargebee
claude mcp add codespar-mcp-chargebee -- npx -y @codespar/mcp-chargebee
codex mcp add codespar-mcp-chargebee -- npx -y @codespar/mcp-chargebee
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-chargebee": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-chargebee"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-chargebee --command npx --arg -y --arg @codespar/mcp-chargebee
mcp_servers:
codespar-mcp-chargebee:
command: "npx"
args: ["-y", "@codespar/mcp-chargebee"] {
"mcpServers": {
"codespar-mcp-chargebee": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-chargebee"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 6 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 5 Aug 26 +1
- CVE-2026-69207 no longer affects this package ▲ security
- Known CVEs: fail → partial ▲ security
- 4 Aug 26 +3
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- Stability: unverified → 0.30 ▲ functional
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → good ▲ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 45
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 6 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Dependencies 94 packages
| Packages resolved | 94 |
|---|---|
| Deprecated | 94 |
| Stale | 29 |
| Tree resolution | Partial |
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
cancel_subscription ~58
Cancel a subscription. By default cancels immediately; set end_of_term=true to cancel at period end.
| Name | Type | Req | Description |
|---|---|---|---|
| end_of_term | boolean | — | If true, cancels at end of current billing term |
| id | string | yes | Subscription ID |
No output schema declared.
No examples provided.
create_customer ~99
Create a customer in Chargebee. At least one of email, first_name, or last_name is required.
| Name | Type | Req | Description |
|---|---|---|---|
| billing_address | object | — | Billing address object |
| company | string | — | — |
| string | — | — | |
| first_name | string | — | — |
| last_name | string | — | — |
| locale | string | — | Customer locale (e.g. 'en-US', 'pt-BR') |
| phone | string | — | — |
No output schema declared.
No examples provided.
create_payment_source_using_token ~80
Attach a payment source to a customer using a gateway token (e.g. from Chargebee JS / Stripe.js / Adyen tokenization)
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Chargebee customer ID |
| gateway_account_id | string | yes | Chargebee gateway account ID |
| token_id | string | yes | Tokenized payment identifier from the gateway |
No output schema declared.
No examples provided.
create_subscription ~162
Create a new subscription in Chargebee. Provide either a nested `customer` object (with email/first_name/last_name) for a new customer, or pass an existing `customer_id` via nested customer or top-level field.
| Name | Type | Req | Description |
|---|---|---|---|
| addons | array | — | Addon objects: [{ id, quantity }] |
| billing_cycles | number | — | Number of billing cycles before subscription ends |
| coupon_ids | array | — | Coupon IDs to apply |
| customer | object | — | New customer object (email, first_name, last_name, company, ...) — omit if using customer_id |
| customer_id | string | — | Existing Chargebee customer ID |
| plan_id | string | yes | Plan identifier (required) |
| plan_quantity | number | — | Quantity of the plan |
No output schema declared.
No examples provided.
delete_payment_source ~24
Delete a payment source
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Payment source ID |
No output schema declared.
No examples provided.
list_customers ~65
List customers. Pass filters in Chargebee's field[operator]=value format.
| Name | Type | Req | Description |
|---|---|---|---|
| filters | object | — | Filter params, e.g. { "email[is]": "[email protected]" } |
| limit | number | — | — |
| offset | string | — | — |
No output schema declared.
No examples provided.
list_events ~101
List webhook events. Useful for auditing or backfilling missed webhooks.
| Name | Type | Req | Description |
|---|---|---|---|
| event_type | string | — | Convenience filter: maps to event_type[is] |
| filters | object | — | Additional raw Chargebee filter params |
| limit | number | — | — |
| occurred_after | number | — | Unix timestamp — maps to occurred_at[after] |
| occurred_before | number | — | Unix timestamp — maps to occurred_at[before] |
| offset | string | — | — |
No output schema declared.
No examples provided.
list_invoices ~107
List invoices with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | — | Convenience filter: maps to customer_id[is] |
| filters | object | — | Additional raw Chargebee filter params |
| limit | number | — | — |
| offset | string | — | — |
| status | string | — | Convenience filter: maps to status[is] (paid, posted, payment_due, not_paid, voided, pending) |
| subscription_id | string | — | Convenience filter: maps to subscription_id[is] |
No output schema declared.
No examples provided.
list_subscriptions ~101
List subscriptions. Pass filters as a free-form object using Chargebee's field[operator]=value format, e.g. { "status[is]": "active", "customer_id[is]": "cust_123" }.
| Name | Type | Req | Description |
|---|---|---|---|
| filters | object | — | Chargebee filter params in field[operator]=value format |
| limit | number | — | Page size (max 100) |
| offset | string | — | Pagination offset token from previous response |
No output schema declared.
No examples provided.
reactivate_subscription ~26
Reactivate a cancelled or paused subscription
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Subscription ID |
No output schema declared.
No examples provided.
retrieve_customer ~23
Retrieve a customer by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Customer ID |
No output schema declared.
No examples provided.
retrieve_invoice ~23
Retrieve an invoice by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Invoice ID |
No output schema declared.
No examples provided.
retrieve_subscription ~23
Retrieve a subscription by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Subscription ID |
No output schema declared.
No examples provided.
update_customer ~64
Update a customer. Accepts any customer fields.
| Name | Type | Req | Description |
|---|---|---|---|
| company | string | — | — |
| string | — | — | |
| first_name | string | — | — |
| id | string | yes | Customer ID |
| last_name | string | — | — |
| phone | string | — | — |
No output schema declared.
No examples provided.
update_subscription ~84
Update a subscription. Accepts any Chargebee subscription fields (plan_id, plan_quantity, coupon_ids, addons, billing_cycles, etc.)
| Name | Type | Req | Description |
|---|---|---|---|
| addons | array | — | — |
| billing_cycles | number | — | — |
| coupon_ids | array | — | — |
| id | string | yes | Subscription ID |
| plan_id | string | — | — |
| plan_quantity | number | — | — |
No output schema declared.
No examples provided.