Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.codespar/mcp-vindi

NPM · @CODESPAR/MCP-VINDI · SCANNED AUG 4

MCP server for Vindi — recurring billing, subscriptions, invoices

Available components

+23 this week 69 Trust /100
Trust breakdown (6 categories)

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
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
Install

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

# add to Claude Code
claude mcp add codespar-mcp-vindi -- npx -y @codespar/mcp-vindi
# add to Codex CLI
codex mcp add codespar-mcp-vindi -- npx -y @codespar/mcp-vindi
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-vindi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-vindi"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-vindi --command npx --arg -y --arg @codespar/mcp-vindi
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-vindi:
    command: "npx"
    args: ["-y", "@codespar/mcp-vindi"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-vindi": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-vindi"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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.

MCP tools — 20 exposed · ~995 tokens

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.

Tool Tokens
cancel_bill ~22

Cancel a pending bill

NameTypeReqDescription
idnumberyesBill ID

No output schema declared.

No examples provided.

cancel_subscription ~22

Cancel a subscription immediately

NameTypeReqDescription
idnumberyesSubscription ID

No output schema declared.

No examples provided.

charge_bill ~28

Retry charging a pending bill (runs the billing workflow)

NameTypeReqDescription
idnumberyesBill ID

No output schema declared.

No examples provided.

create_bill ~66

Create a bill (charge) in Vindi

NameTypeReqDescription
bill_itemsarrayyesLine items with product_id, amount, and quantity
customer_idnumberyesCustomer ID
payment_method_codestringyesPayment method (credit_card, bank_slip, pix)

No output schema declared.

No examples provided.

create_customer ~54

Create a customer in Vindi

NameTypeReqDescription
emailstringyesEmail address
namestringyesCustomer name
phonesarrayPhone numbers
registry_codestringCPF 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

NameTypeReqDescription
card_cvvstringCard CVV
card_expirationstringyesCard expiration MM/YYYY
card_numberstringyesCard number (PAN)
customer_idnumberyesCustomer ID
holder_namestringyesCardholder name
payment_company_codestringCard brand (visa, mastercard, elo, etc.)
payment_method_codestringyesPayment method code (e.g. credit_card)

No output schema declared.

No examples provided.

create_plan ~76

Create a billing plan in Vindi

NameTypeReqDescription
billing_trigger_typestringWhen to bill
intervalstringyesBilling interval unit
interval_countnumberyesNumber of intervals between billings
namestringyesPlan name
plan_itemsarrayPlan 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)

NameTypeReqDescription
codestringInternal product code
descriptionstringProduct description
namestringyesProduct name
pricing_schemaobjectyesPricing schema (e.g. { price: 99.90, schema_type: 'flat' })
statusstringProduct status

No output schema declared.

No examples provided.

create_subscription ~70

Create a recurring subscription in Vindi

NameTypeReqDescription
customer_idnumberyesCustomer ID
payment_method_codestringyesPayment method (credit_card, bank_slip, pix)
plan_idnumberyesPlan ID
start_atstringStart date (YYYY-MM-DD)

No output schema declared.

No examples provided.

get_bill ~23

Get bill details by ID

NameTypeReqDescription
idnumberyesBill ID

No output schema declared.

No examples provided.

get_customer ~23

Get customer details by ID

NameTypeReqDescription
idnumberyesCustomer ID

No output schema declared.

No examples provided.

get_subscription ~23

Get subscription details by ID

NameTypeReqDescription
idnumberyesSubscription ID

No output schema declared.

No examples provided.

list_bills ~45

List bills with optional filters

NameTypeReqDescription
pagenumberPage number
per_pagenumberItems per page
statusstringFilter by status

No output schema declared.

No examples provided.

list_payment_profiles ~60

List payment profiles, optionally filtered by customer

NameTypeReqDescription
customer_idnumberFilter by customer ID
pagenumberPage number
per_pagenumberItems per page
statusstringFilter by status

No output schema declared.

No examples provided.

list_plans ~34

List available billing plans

NameTypeReqDescription
pagenumberPage number
per_pagenumberItems per page

No output schema declared.

No examples provided.

list_products ~44

List products in the catalog

NameTypeReqDescription
pagenumberPage number
per_pagenumberItems per page
statusstringFilter by status

No output schema declared.

No examples provided.

list_subscriptions ~49

List subscriptions with optional filters

NameTypeReqDescription
pagenumberPage number
per_pagenumberItems per page (default 25)
statusstringFilter by status

No output schema declared.

No examples provided.

reactivate_subscription ~24

Reactivate a canceled subscription

NameTypeReqDescription
idnumberyesSubscription ID

No output schema declared.

No examples provided.

refund_charge ~61

Refund a charge (full or partial). Requires the gateway to support refunds.

NameTypeReqDescription
amountnumberRefund amount (omit for full refund)
cancel_billbooleanWhether to also cancel the associated bill
idnumberyesCharge ID

No output schema declared.

No examples provided.

update_customer ~62

Update a customer's details

NameTypeReqDescription
emailstringEmail address
idnumberyesCustomer ID
namestringCustomer name
notesstringFree-form notes
registry_codestringCPF or CNPJ

No output schema declared.

No examples provided.