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.

BlindPay

NPM · @BLINDPAY/MCP · 2 COMPONENTS · SCANNED SEP 25

Official BlindPay MCP server: stablecoin payouts, payins, quotes and receivers for global payments.

75 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 34 of 110 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to blindpaylabs/blindpay-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 3 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability53
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 6001 tokens (~73/item across 82 items; 82 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage78
  • 94% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 47% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 82 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the BlindPay MCP server?

BlindPay runs locally as an npm package, launched with npx -y @blindpay/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @blindpay/mcp

# add to Claude Code
claude mcp add com-blindpay-mcp -- npx -y @blindpay/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-blindpay-mcp -- npx -y @blindpay/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-blindpay-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@blindpay/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-blindpay-mcp --command npx --arg -y --arg @blindpay/mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-blindpay-mcp:
    command: "npx"
    args: ["-y", "@blindpay/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-blindpay-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-blindpay-mcp -t stdio -c npx -a -y @blindpay/mcp
// mcp.json
{
  "mcpServers": {
    "com-blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 22 Sept 26 75

    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 25 Sept 2026 · Analysed npm/@blindpay/mcp@1.8.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo blindpaylabs/blindpay-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/blindpaylabs/blindpay-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2905801079
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:4d2588beca27ebecd9f2e33858e2f65f59ccde8ecfaa917adce15dc3872a0ce03157ff56545716de402dea2d99b6b40b18d95c8945195beaf3d99f920

Background: How many MCP packages publish verified provenance →

Dependencies 110 packages
Packages resolved 110
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 82 exposed · ~6,001 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
DeleteV1InstancesById ~80

Delete Instance

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesCustomersBankAccountsById ~102

Remove Bank Account

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesCustomersBlockchainWalletsById ~103

Remove Blockchain Wallet

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesCustomersById ~89

Delete Customer

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesCustomersWalletsById ~101

Remove Wallet

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesMembersByUserId ~92

Delete Member from Instance

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
idstringyes–
user_idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesPartnerFeesById ~91

Remove Partner Fee

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

DeleteV1InstancesWebhookEndpointsById ~91

Remove Webhook

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetInstancesCustomersBankAccountsOfframpWalletsById ~58

Get Offramp Wallet

NameTypeReqDescription
bank_account_idstringyes–
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1AvailableBankDetails ~22

Bank Details

NameTypeReqDescription
railstringyes–

No output schema declared.

No examples provided.

GetV1AvailableNaics ~16

NAICS list

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

GetV1AvailableRails ~13

Rails

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

GetV1AvailableSwiftBySwift ~23

Swift code bank details

NameTypeReqDescription
swift–yes–

No output schema declared.

No examples provided.

GetV1EPayinsById ~26

Retrieve Payin Track

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

GetV1EPayoutsById ~26

Retrieve Payout Track

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

GetV1ETransfersById ~24

Retrieve Transfer Track

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesBillingFees ~41

Get all fees for an instance, sorted by payment method (fiat first, then blockchain)

NameTypeReqDescription
instance_idstringyesInstance id

No output schema declared.

No examples provided.

GetV1InstancesCustomers ~149

Retrieve Customers

NameTypeReqDescription
bank_account_idstring––
countrystring––
customer_idstring––
customer_namestring––
ending_beforestring–A cursor for use in pagination. ending_before is an object ID that defines your place in the list.
full_namestring––
instance_idstringyes–
limitstring–Number of items to return
offsetstring–Number of items to skip
starting_afterstring–A cursor for use in pagination. starting_after is an object ID that defines your place in the list.
statusstring––

No output schema declared.

No examples provided.

GetV1InstancesCustomersBankAccounts ~72

Retrieve Bank Accounts

NameTypeReqDescription
bank_account_idstring––
countrystring––
customer_idstringyesCustomer ID
instance_idstringyes–
namestring––
statusstring––
typestring––

No output schema declared.

No examples provided.

GetV1InstancesCustomersBankAccountsById ~44

Retrieve Bank Account

NameTypeReqDescription
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersBankAccountsOfframpWallets ~52

Get Offramp Wallets

NameTypeReqDescription
bank_account_idstringyes–
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersBlockchainWallets ~37

Retrieve Blockchain Wallets

NameTypeReqDescription
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersBlockchainWalletsById ~45

Retrieve Blockchain Wallet

NameTypeReqDescription
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersBlockchainWalletsSignMessage ~39

Retrieve Blockchain Wallet Message

NameTypeReqDescription
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersById ~31

Retrieve Customer

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersLimitIncrease ~36

Retrieve Limit Increase Requests

NameTypeReqDescription
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersRfi ~54

Returns the open (pending) RFI for this customer, or null if the customer has no pending RFI.

NameTypeReqDescription
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersVirtualAccounts ~35

Retrieve Virtual Accounts

NameTypeReqDescription
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersVirtualAccountsById ~44

Retrieve Virtual Account

NameTypeReqDescription
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersWallets ~35

Retrieve Wallets

NameTypeReqDescription
customer_idstringyesCustomer ID
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersWalletsBalance ~43

Retrieve Wallet Balance

NameTypeReqDescription
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesCustomersWalletsById ~43

Retrieve Wallet

NameTypeReqDescription
customer_idstringyesCustomer ID
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesLimitsCustomersById ~33

Retrieve Customer Limits

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesMembers ~22

Retrieve Instance Members

NameTypeReqDescription
idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesPartnerFees ~24

Retrieve Partner Fees

NameTypeReqDescription
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesPartnerFeesById ~33

Retrieve Partner Fee

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesPayins ~165

Retrieve Payins

NameTypeReqDescription
bank_account_idstring––
countrystring––
customer_idstring––
customer_namestring––
ending_beforestring–A cursor for use in pagination. ending_before is an object ID that defines your place in the list.
instance_idstringyes–
limitstring–Number of items to return
networkstring––
offsetstring–Number of items to skip
payment_methodstring––
starting_afterstring–A cursor for use in pagination. starting_after is an object ID that defines your place in the list.
statusstring––
tokenstring––

No output schema declared.

No examples provided.

GetV1InstancesPayinsById ~33

Retrieve Payin

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesPayouts ~167

Retrieve Payouts

NameTypeReqDescription
bank_account_idstring––
countrystring––
customer_idstring––
customer_namestring––
ending_beforestring–A cursor for use in pagination. ending_before is an object ID that defines your place in the list.
instance_idstringyes–
limitstring–Number of items to return
networkstring––
offsetstring–Number of items to skip
payment_methodstring––
starting_afterstring–A cursor for use in pagination. starting_after is an object ID that defines your place in the list.
statusstring––
tokenstring––

No output schema declared.

No examples provided.

GetV1InstancesPayoutsById ~34

Retrieve Payout

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesRfi ~43

Returns the open (pending) RFI for this instance, or null if the instance has no pending RFI.

NameTypeReqDescription
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesTransfers ~102

Retrieve Transfers

NameTypeReqDescription
ending_beforestring–A cursor for use in pagination. ending_before is an object ID that defines your place in the list.
instance_idstringyes–
limitstring–Number of items to return
offsetstring–Number of items to skip
starting_afterstring–A cursor for use in pagination. starting_after is an object ID that defines your place in the list.

No output schema declared.

No examples provided.

GetV1InstancesTransfersById ~31

Retrieve Transfer

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesWebhookEndpoints ~24

Retrieve Webhooks

NameTypeReqDescription
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesWebhookEndpointsPortalAccess ~28

Retrieve Webhook Portal Access

NameTypeReqDescription
instance_idstringyes–

No output schema declared.

No examples provided.

GetV1InstancesWebhookEndpointsSecret ~33

Retrieve Webhook Secret

NameTypeReqDescription
idstringyes–
instance_idstringyes–

No output schema declared.

No examples provided.

PostV1EInstancesTos ~42

Initiate Terms of Service

NameTypeReqDescription
instance_idstringyes–
requestBodyobject–Initiate a new terms of service

No output schema declared.

No examples provided.

PostV1InstancesCreateAssetTrustline ~97

Create Asset Trustline

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
instance_idstringyes–
requestBodyobject–The JSON request body.

No output schema declared.

No examples provided.

PostV1InstancesCustomers ~92

Create Customer

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
instance_idstringyes–
requestBodyobject–Create a new customer

No output schema declared.

No examples provided.

PostV1InstancesCustomersBankAccounts ~106

Add Bank Account

NameTypeReqDescription
Idempotency-Keystring–Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body retu…
customer_idstringyesCustomer ID
instance_idstringyes–
requestBodyobject–Create a new bank account

No output schema declared.

No examples provided.

Common questions

What is the BlindPay MCP server?

BlindPay is an MCP server listed in the public MCP registry as com.blindpay/mcp. Official BlindPay MCP server: stablecoin payouts, payins, quotes and receivers for global payments. This page covers its npm package (@blindpay/mcp).

Is the BlindPay MCP server safe to use?

BlindPay scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the BlindPay MCP server expose?

BlindPay exposes 82 tools: PutV1InstancesById, DeleteV1InstancesById, GetV1InstancesMembers, PutV1InstancesMembersByUserId, DeleteV1InstancesMembersByUserId, and 77 more. Their descriptions and schemas cost roughly 6,001 tokens of context every time the server is loaded.

Is the BlindPay MCP server still maintained?

BlindPay is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the BlindPay MCP server under?

BlindPay declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.