io.github.codespar/mcp-pagseguro
NPM · @CODESPAR/MCP-PAGSEGURO · SCANNED AUG 6
MCP server for PagSeguro/PagBank — orders, Pix, boleto, credit card, charges
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 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
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
claude mcp add codespar-mcp-pagseguro -- npx -y @codespar/mcp-pagseguro
codex mcp add codespar-mcp-pagseguro -- npx -y @codespar/mcp-pagseguro
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-pagseguro": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-pagseguro"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-pagseguro --command npx --arg -y --arg @codespar/mcp-pagseguro
mcp_servers:
codespar-mcp-pagseguro:
command: "npx"
args: ["-y", "@codespar/mcp-pagseguro"] {
"mcpServers": {
"codespar-mcp-pagseguro": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-pagseguro"
]
}
}
} 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.
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_charge ~39
Cancel a charge that has not yet been settled
| Name | Type | Req | Description |
|---|---|---|---|
| amount | object | – | – |
| charge_id | string | yes | Charge ID (CHAR_xxx) |
No output schema declared.
No examples provided.
capture_charge ~43
Capture a pre-authorized credit card charge
| Name | Type | Req | Description |
|---|---|---|---|
| amount | object | – | – |
| charge_id | string | yes | Charge ID (CHAR_xxx) in AUTHORIZED state |
No output schema declared.
No examples provided.
create_boleto ~40
Create a boleto charge
| Name | Type | Req | Description |
|---|---|---|---|
| amount | object | yes | – |
| payment_method | object | yes | – |
| reference_id | string | – | Your reference ID |
No output schema declared.
No examples provided.
create_charge ~39
Create a standalone charge
| Name | Type | Req | Description |
|---|---|---|---|
| amount | object | yes | – |
| payment_method | object | yes | – |
| reference_id | string | – | Your reference ID |
No output schema declared.
No examples provided.
create_customer ~57
Create a customer in PagSeguro
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email address | |
| name | string | yes | Customer name |
| phones | array | – | Phone numbers |
| tax_id | string | yes | CPF or CNPJ (numbers only) |
No output schema declared.
No examples provided.
create_order ~69
Create an order in PagSeguro (Pix, boleto, or credit card)
| Name | Type | Req | Description |
|---|---|---|---|
| charges | array | – | Payment charges (Pix, boleto, or card) |
| customer | object | yes | Customer data |
| items | array | yes | Order items |
| reference_id | string | – | Your unique reference ID |
No output schema declared.
No examples provided.
create_payout ~56
Create a payout/transfer to a bank account or Pix key
| Name | Type | Req | Description |
|---|---|---|---|
| amount | object | yes | – |
| recipient | object | yes | Payout recipient (bank_account or pix_key) |
| reference_id | string | – | Your reference ID |
No output schema declared.
No examples provided.
create_split ~38
Create a split payment configuration for marketplace transactions
| Name | Type | Req | Description |
|---|---|---|---|
| charge_id | string | yes | Charge ID to split |
| receivers | array | yes | Split receivers |
No output schema declared.
No examples provided.
create_subscription ~74
Create a recurring subscription plan in PagSeguro
| Name | Type | Req | Description |
|---|---|---|---|
| customer | object | yes | Customer data (name, email, tax_id) |
| payment_method | object | yes | Payment method (type: CREDIT_CARD or BOLETO) |
| plan | object | yes | Subscription plan details |
| reference_id | string | – | Your unique reference ID |
No output schema declared.
No examples provided.
create_webhook ~57
Register an application webhook URL to receive event notifications
| Name | Type | Req | Description |
|---|---|---|---|
| events | array | – | Event types to subscribe to (e.g. CHARGE.PAID, ORDER.CREATED) |
| url | string | yes | HTTPS 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
| Name | Type | Req | Description |
|---|---|---|---|
| charge_id | string | yes | Charge ID of the boleto (CHAR_xxx) |
No output schema declared.
No examples provided.
get_charge ~28
Get charge details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| charge_id | string | yes | Charge ID (CHAR_xxx) |
No output schema declared.
No examples provided.
get_dispute ~29
Get dispute/chargeback details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| dispute_id | string | yes | Dispute ID |
No output schema declared.
No examples provided.
get_notifications ~29
Get payment notification details by notification code
| Name | Type | Req | Description |
|---|---|---|---|
| notificationCode | string | yes | Notification code received via webhook |
No output schema declared.
No examples provided.
get_order ~28
Get order details by ID
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Order 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
| Name | Type | Req | Description |
|---|---|---|---|
| charge_id | string | yes | Charge ID |
No output schema declared.
No examples provided.
get_public_keys ~35
Get PagSeguro public key for card data encryption (type: card)
| Name | Type | Req | Description |
|---|---|---|---|
| type | string | yes | Public key type (card) |
No output schema declared.
No examples provided.
list_charges ~60
List charges with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results (default 20) |
| offset | number | – | Pagination offset |
| reference_id | string | – | Filter by reference ID |
| status | string | – | Filter by status |
No output schema declared.
No examples provided.
list_orders ~59
List orders with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results (default 20) |
| offset | number | – | Pagination offset |
| reference_id | string | – | Filter by reference ID |
| status | string | – | Filter by status |
No output schema declared.
No examples provided.
list_subscriptions ~60
List subscriptions with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results (default 20) |
| offset | number | – | Pagination offset |
| reference_id | string | – | Filter by reference ID |
| status | string | – | Filter by status |
No output schema declared.
No examples provided.
list_webhooks ~38
List registered application webhooks
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Number of results (default 20) |
| offset | number | – | Pagination 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)
| Name | Type | Req | Description |
|---|---|---|---|
| charges | array | yes | Charges to attach to the order |
| order_id | string | yes | Order ID (ORDE_xxx) |
No output schema declared.
No examples provided.
refund ~36
Refund a charge (full or partial)
| Name | Type | Req | Description |
|---|---|---|---|
| amount | object | – | – |
| charge_id | string | yes | Charge ID (CHAR_xxx) |
No output schema declared.
No examples provided.