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-stp-spei

NPM · @CODESPAR/MCP-STP-SPEI · SCANNED AUG 4

STP/SPEI — Mexican instant bank transfers

+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 1038 tokens (~57/item across 18 items; 18 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-stp-spei

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

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

  • 3 Aug 26 +1

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

  • 2 Aug 26 +31
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +15
    • Malware scan: unverified → pass security
  • 31 Jul 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
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
  • 27 Jul 26 24

    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 — 18 exposed · ~971 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_transfer ~56

Cancel a pending SPEI orden by clave_rastreo (only works while orden is pending)

NameTypeReqDescription
reasonstringCancellation reason / motivo
tracking_keystringyesClave de rastreo of the orden to cancel

No output schema declared.

No examples provided.

conciliation_report ~61

Get transactions reconciliation report by date (all received + sent ordenes)

NameTypeReqDescription
accountstringAccount CLABE filter
datestringyesOperation date (YYYYMMDD)
directionstringDirection filter: enviada | recibida

No output schema declared.

No examples provided.

create_refund ~104

Create a SPEI refund/devolución for a previously received transfer

NameTypeReqDescription
amountnumberyesRefund amount in MXN
conceptstringRefund concept/description
original_tracking_keystringyesClave de rastreo of the original orden being refunded
reason_codestringDevolución reason code (e.g. 02 = cuenta inexistente)
referencestringNumeric reference (up to 7 digits)

No output schema declared.

No examples provided.

create_transfer ~128

Create a SPEI transfer

NameTypeReqDescription
amountnumberyesTransfer amount in MXN
beneficiary_clabestringyesBeneficiary CLABE (18 digits)
beneficiary_namestringyesBeneficiary name
beneficiary_rfcstringBeneficiary RFC (tax ID)
conceptstringyesTransfer concept/description
referencestringyesNumeric reference (up to 7 digits)
sender_clabestringSender CLABE account
sender_namestringSender name
sender_rfcstringSender RFC

No output schema declared.

No examples provided.

delete_webhook ~29

Delete a registered webhook by ID

NameTypeReqDescription
webhook_idstringyesWebhook ID to delete

No output schema declared.

No examples provided.

get_balance ~27

Get account balance

NameTypeReqDescription
accountstringAccount CLABE (optional, uses default)

No output schema declared.

No examples provided.

get_cep ~81

Get CEP (Comprobante Electronico de Pago) for transfer validation

NameTypeReqDescription
amountnumberTransfer amount
beneficiary_clabestringBeneficiary CLABE
datestringyesTransfer date (YYYYMMDD)
sender_clabestringSender CLABE
tracking_keystringyesTransfer tracking key

No output schema declared.

No examples provided.

get_transfer ~27

Get transfer details by ID

NameTypeReqDescription
transferIdstringyesTransfer ID or tracking key

No output schema declared.

No examples provided.

list_account_balances ~17

List balances for all company accounts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_banks ~15

List participating SPEI banks

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_refunds ~58

List devoluciones (refunds) by date range

NameTypeReqDescription
date_fromstringStart date (YYYYMMDD)
date_tostringEnd date (YYYYMMDD)
statusstringRefund status filter

No output schema declared.

No examples provided.

list_transfers ~61

List transfers with filters

NameTypeReqDescription
date_fromstringStart date (YYYYMMDD)
date_tostringEnd date (YYYYMMDD)
limitnumberResults limit
statusstringTransfer status filter

No output schema declared.

No examples provided.

list_webhooks ~17

List registered webhooks for the company

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_bank_by_code ~50

Look up a participating bank by its ABM/SPEI code (first 3 digits of CLABE)

NameTypeReqDescription
bank_codestringyesABM/SPEI bank code (3 digits)

No output schema declared.

No examples provided.

register_beneficiary ~71

Register a beneficiary account

NameTypeReqDescription
bank_codestringBank code
clabestringyesBeneficiary CLABE (18 digits)
emailstringBeneficiary email
namestringyesBeneficiary name
rfcstringBeneficiary RFC

No output schema declared.

No examples provided.

register_webhook ~73

Register a webhook URL to receive STP event notifications

NameTypeReqDescription
eventsarrayEvent types to subscribe to (e.g. orden.recibida, orden.liquidada, devolucion)
secretstringOptional shared secret for signature verification
urlstringyesWebhook URL (HTTPS)

No output schema declared.

No examples provided.

validate_account ~48

Validate a CLABE account number against the receiving bank (online check)

NameTypeReqDescription
beneficiary_namestringExpected beneficiary name
clabestringyesCLABE account number (18 digits)

No output schema declared.

No examples provided.

validate_clabe ~48

Validate CLABE structure and checksum locally (no API call). Returns bank code, plaza, account, and check digit

NameTypeReqDescription
clabestringyesCLABE account number (18 digits)

No output schema declared.

No examples provided.