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

io.github.codespar/mcp-pagseguro

NPM · @CODESPAR/MCP-PAGSEGURO · SCANNED AUG 6

MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges

+38 this week 66 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
  • 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
Schema Quality & AI Usability57
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1110 tokens (~46/item across 24 items; 24 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 Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
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-pagseguro

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

  • 5 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +25
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → fair functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +31
    • Malware scan: unverified → pass security
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −23
    • 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 −18
    • Malware scan: pass → unverified security
  • 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 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.

MCP tools · 24 exposed · ~1,043 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_charge ~39

Cancel a charge that has not yet been settled

NameTypeReqDescription
amountobject
charge_idstringyesCharge ID (CHAR_xxx)

No output schema declared.

No examples provided.

capture_charge ~43

Capture a pre-authorized credit card charge

NameTypeReqDescription
amountobject
charge_idstringyesCharge ID (CHAR_xxx) in AUTHORIZED state

No output schema declared.

No examples provided.

create_boleto ~40

Create a boleto charge

NameTypeReqDescription
amountobjectyes
payment_methodobjectyes
reference_idstringYour reference ID

No output schema declared.

No examples provided.

create_charge ~39

Create a standalone charge

NameTypeReqDescription
amountobjectyes
payment_methodobjectyes
reference_idstringYour reference ID

No output schema declared.

No examples provided.

create_customer ~57

Create a customer in PagSeguro

NameTypeReqDescription
emailstringyesEmail address
namestringyesCustomer name
phonesarrayPhone numbers
tax_idstringyesCPF or CNPJ (numbers only)

No output schema declared.

No examples provided.

create_order ~69

Create an order in PagSeguro (Pix, boleto, or credit card)

NameTypeReqDescription
chargesarrayPayment charges (Pix, boleto, or card)
customerobjectyesCustomer data
itemsarrayyesOrder items
reference_idstringYour unique reference ID

No output schema declared.

No examples provided.

create_payout ~56

Create a payout/transfer to a bank account or Pix key

NameTypeReqDescription
amountobjectyes
recipientobjectyesPayout recipient (bank_account or pix_key)
reference_idstringYour reference ID

No output schema declared.

No examples provided.

create_split ~38

Create a split payment configuration for marketplace transactions

NameTypeReqDescription
charge_idstringyesCharge ID to split
receiversarrayyesSplit receivers

No output schema declared.

No examples provided.

create_subscription ~74

Create a recurring subscription plan in PagSeguro

NameTypeReqDescription
customerobjectyesCustomer data (name, email, tax_id)
payment_methodobjectyesPayment method (type: CREDIT_CARD or BOLETO)
planobjectyesSubscription plan details
reference_idstringYour unique reference ID

No output schema declared.

No examples provided.

create_webhook ~57

Register an application webhook URL to receive event notifications

NameTypeReqDescription
eventsarrayEvent types to subscribe to (e.g. CHARGE.PAID, ORDER.CREATED)
urlstringyesHTTPS URL that will receive webhook events

No output schema declared.

No examples provided.

get_balance ~12

Get account balance

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_boleto ~33

Get boleto charge details by ID

NameTypeReqDescription
charge_idstringyesCharge ID of the boleto (CHAR_xxx)

No output schema declared.

No examples provided.

get_charge ~28

Get charge details by ID

NameTypeReqDescription
charge_idstringyesCharge ID (CHAR_xxx)

No output schema declared.

No examples provided.

get_dispute ~29

Get dispute/chargeback details by ID

NameTypeReqDescription
dispute_idstringyesDispute ID

No output schema declared.

No examples provided.

get_notifications ~29

Get payment notification details by notification code

NameTypeReqDescription
notificationCodestringyesNotification code received via webhook

No output schema declared.

No examples provided.

get_order ~28

Get order details by ID

NameTypeReqDescription
idstringyesOrder ID (ORDE_xxx)

No output schema declared.

No examples provided.

get_pix_qrcode ~32

Get Pix QR code payload and image for an order charge

NameTypeReqDescription
charge_idstringyesCharge ID

No output schema declared.

No examples provided.

get_public_keys ~35

Get PagSeguro public key for card data encryption (type: card)

NameTypeReqDescription
typestringyesPublic key type (card)

No output schema declared.

No examples provided.

list_charges ~60

List charges with optional filters

NameTypeReqDescription
limitnumberNumber of results (default 20)
offsetnumberPagination offset
reference_idstringFilter by reference ID
statusstringFilter by status

No output schema declared.

No examples provided.

list_orders ~59

List orders with optional filters

NameTypeReqDescription
limitnumberNumber of results (default 20)
offsetnumberPagination offset
reference_idstringFilter by reference ID
statusstringFilter by status

No output schema declared.

No examples provided.

list_subscriptions ~60

List subscriptions with optional filters

NameTypeReqDescription
limitnumberNumber of results (default 20)
offsetnumberPagination offset
reference_idstringFilter by reference ID
statusstringFilter by status

No output schema declared.

No examples provided.

list_webhooks ~38

List registered application webhooks

NameTypeReqDescription
limitnumberNumber of results (default 20)
offsetnumberPagination offset

No output schema declared.

No examples provided.

pay_order ~52

Pay an existing order (attach a charge/payment to an order in CREATED state)

NameTypeReqDescription
chargesarrayyesCharges to attach to the order
order_idstringyesOrder ID (ORDE_xxx)

No output schema declared.

No examples provided.

refund ~36

Refund a charge (full or partial)

NameTypeReqDescription
amountobject
charge_idstringyesCharge ID (CHAR_xxx)

No output schema declared.

No examples provided.