io.github.codespar/mcp-vindi
NPM · @CODESPAR/MCP-VINDI · SCANNED AUG 4
MCP server for Vindi — recurring billing, subscriptions, invoices
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
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), 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 42 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1062 tokens (~53/item across 20 items; 20 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management30
- Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
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-vindi
claude mcp add codespar-mcp-vindi -- npx -y @codespar/mcp-vindi
codex mcp add codespar-mcp-vindi -- npx -y @codespar/mcp-vindi
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-vindi": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-vindi"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-vindi --command npx --arg -y --arg @codespar/mcp-vindi
mcp_servers:
codespar-mcp-vindi:
command: "npx"
args: ["-y", "@codespar/mcp-vindi"] {
"mcpServers": {
"codespar-mcp-vindi": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-vindi"
]
}
}
} 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.
- 4 Aug 26 +5
- Stability: unverified → 0.30 ▲ functional
- 3 Aug 26 +44
- 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
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 2 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- 1 Aug 26 +31
- Malware scan: unverified → pass ▲ security
- Tool coverage: unverified → 100 ▲ functional
- 31 Jul 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
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 4 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
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_bill ~22
Cancel a pending bill
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Bill ID |
No output schema declared.
No examples provided.
cancel_subscription ~22
Cancel a subscription immediately
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Subscription ID |
No output schema declared.
No examples provided.
charge_bill ~28
Retry charging a pending bill (runs the billing workflow)
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Bill ID |
No output schema declared.
No examples provided.
create_bill ~66
Create a bill (charge) in Vindi
| Name | Type | Req | Description |
|---|---|---|---|
| bill_items | array | yes | Line items with product_id, amount, and quantity |
| customer_id | number | yes | Customer ID |
| payment_method_code | string | yes | Payment method (credit_card, bank_slip, pix) |
No output schema declared.
No examples provided.
create_customer ~54
Create a customer in Vindi
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address | |
| name | string | yes | Customer name |
| phones | array | — | Phone numbers |
| registry_code | string | — | CPF or CNPJ |
No output schema declared.
No examples provided.
create_payment_profile ~121
Create a payment profile (tokenized card / saved payment method) for a customer
| Name | Type | Req | Description |
|---|---|---|---|
| card_cvv | string | — | Card CVV |
| card_expiration | string | yes | Card expiration MM/YYYY |
| card_number | string | yes | Card number (PAN) |
| customer_id | number | yes | Customer ID |
| holder_name | string | yes | Cardholder name |
| payment_company_code | string | — | Card brand (visa, mastercard, elo, etc.) |
| payment_method_code | string | yes | Payment method code (e.g. credit_card) |
No output schema declared.
No examples provided.
create_plan ~76
Create a billing plan in Vindi
| Name | Type | Req | Description |
|---|---|---|---|
| billing_trigger_type | string | — | When to bill |
| interval | string | yes | Billing interval unit |
| interval_count | number | yes | Number of intervals between billings |
| name | string | yes | Plan name |
| plan_items | array | — | Plan items with product_id and cycles |
No output schema declared.
No examples provided.
create_product ~88
Create a product (catalog item that can be attached to plans or bills)
| Name | Type | Req | Description |
|---|---|---|---|
| code | string | — | Internal product code |
| description | string | — | Product description |
| name | string | yes | Product name |
| pricing_schema | object | yes | Pricing schema (e.g. { price: 99.90, schema_type: 'flat' }) |
| status | string | — | Product status |
No output schema declared.
No examples provided.
create_subscription ~70
Create a recurring subscription in Vindi
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | number | yes | Customer ID |
| payment_method_code | string | yes | Payment method (credit_card, bank_slip, pix) |
| plan_id | number | yes | Plan ID |
| start_at | string | — | Start date (YYYY-MM-DD) |
No output schema declared.
No examples provided.
get_bill ~23
Get bill details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Bill ID |
No output schema declared.
No examples provided.
get_customer ~23
Get customer details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Customer ID |
No output schema declared.
No examples provided.
get_subscription ~23
Get subscription details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Subscription ID |
No output schema declared.
No examples provided.
list_bills ~45
List bills with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| per_page | number | — | Items per page |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
list_payment_profiles ~60
List payment profiles, optionally filtered by customer
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | number | — | Filter by customer ID |
| page | number | — | Page number |
| per_page | number | — | Items per page |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
list_plans ~34
List available billing plans
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| per_page | number | — | Items per page |
No output schema declared.
No examples provided.
list_products ~44
List products in the catalog
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| per_page | number | — | Items per page |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
list_subscriptions ~49
List subscriptions with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| page | number | — | Page number |
| per_page | number | — | Items per page (default 25) |
| status | string | — | Filter by status |
No output schema declared.
No examples provided.
reactivate_subscription ~24
Reactivate a canceled subscription
| Name | Type | Req | Description |
|---|---|---|---|
| id | number | yes | Subscription ID |
No output schema declared.
No examples provided.
refund_charge ~61
Refund a charge (full or partial). Requires the gateway to support refunds.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | — | Refund amount (omit for full refund) |
| cancel_bill | boolean | — | Whether to also cancel the associated bill |
| id | number | yes | Charge ID |
No output schema declared.
No examples provided.
update_customer ~62
Update a customer's details
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | Email address | |
| id | number | yes | Customer ID |
| name | string | — | Customer name |
| notes | string | — | Free-form notes |
| registry_code | string | — | CPF or CNPJ |
No output schema declared.
No examples provided.