BlindPay
NPM · @BLINDPAY/MCP · 2 COMPONENTS · SCANNED SEP 25
Official BlindPay MCP server: stablecoin payouts, payins, quotes and receivers for global payments.
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 → 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.
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
claude mcp add com-blindpay-mcp -- npx -y @blindpay/mcp
{
"mcpServers": {
"com-blindpay-mcp": {
"command": "npx",
"args": [
"-y",
"@blindpay/mcp"
]
}
}
} {
"servers": {
"com-blindpay-mcp": {
"command": "npx",
"args": [
"-y",
"@blindpay/mcp"
]
}
}
} codex mcp add com-blindpay-mcp -- npx -y @blindpay/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-blindpay-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@blindpay/mcp"
],
"enabled": true
}
}
} openclaw mcp add com-blindpay-mcp --command npx --arg -y --arg @blindpay/mcp
mcp_servers:
com-blindpay-mcp:
command: "npx"
args: ["-y", "@blindpay/mcp"] {
"McpServers": {
"com-blindpay-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@blindpay/mcp"
]
}
}
} assistant mcp add com-blindpay-mcp -t stdio -c npx -a -y @blindpay/mcp
{
"mcpServers": {
"com-blindpay-mcp": {
"command": "npx",
"args": [
"-y",
"@blindpay/mcp"
]
}
}
} 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.
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 →
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 →
DeleteV1InstancesById Delete Instances By Id ~80
Delete Instance
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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… |
| id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesCustomersBankAccountsById Delete Instances Customers Bank Accounts By Id ~102
Remove Bank Account
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesCustomersBlockchainWalletsById Delete Instances Customers Blockchain Wallets By Id ~103
Remove Blockchain Wallet
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesCustomersById Delete Instances Customers By Id ~89
Delete Customer
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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… |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesCustomersWalletsById Delete Instances Customers Wallets By Id ~101
Remove Wallet
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesMembersByUserId Delete Instances Members By User Id ~92
Delete Member from Instance
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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… |
| id | string | yes | – |
| user_id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesPartnerFeesById Delete Instances Partner Fees By Id ~91
Remove Partner Fee
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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… |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
DeleteV1InstancesWebhookEndpointsById Delete Instances Webhook Endpoints By Id ~91
Remove Webhook
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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… |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetInstancesCustomersBankAccountsOfframpWalletsById Get Instances Customers Bank Accounts Offramp Wallets By Id ~58
Get Offramp Wallet
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | yes | – |
| customer_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1AvailableBankDetails Get Available Bank Details ~22
Bank Details
| Name | Type | Req | Description |
|---|---|---|---|
| rail | string | yes | – |
No output schema declared.
No examples provided.
GetV1AvailableNaics Get Available Naics ~16
NAICS list
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
GetV1AvailableRails Get Available Rails ~13
Rails
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
GetV1AvailableSwiftBySwift Get Available Swift By Swift ~23
Swift code bank details
| Name | Type | Req | Description |
|---|---|---|---|
| swift | – | yes | – |
No output schema declared.
No examples provided.
GetV1EPayinsById Get EPayins By Id ~26
Retrieve Payin Track
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
GetV1EPayoutsById Get EPayouts By Id ~26
Retrieve Payout Track
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
GetV1ETransfersById Get ETransfers By Id ~24
Retrieve Transfer Track
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesBillingFees Get Instances Billing Fees ~41
Get all fees for an instance, sorted by payment method (fiat first, then blockchain)
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | Instance id |
No output schema declared.
No examples provided.
GetV1InstancesCustomers Get Instances Customers ~149
Retrieve Customers
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | – | – |
| country | string | – | – |
| customer_id | string | – | – |
| customer_name | string | – | – |
| ending_before | string | – | A cursor for use in pagination. ending_before is an object ID that defines your place in the list. |
| full_name | string | – | – |
| instance_id | string | yes | – |
| limit | string | – | Number of items to return |
| offset | string | – | Number of items to skip |
| starting_after | string | – | A cursor for use in pagination. starting_after is an object ID that defines your place in the list. |
| status | string | – | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersBankAccounts Get Instances Customers Bank Accounts ~72
Retrieve Bank Accounts
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | – | – |
| country | string | – | – |
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
| name | string | – | – |
| status | string | – | – |
| type | string | – | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersBankAccountsById Get Instances Customers Bank Accounts By Id ~44
Retrieve Bank Account
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersBankAccountsOfframpWallets Get Instances Customers Bank Accounts Offramp Wallets ~52
Get Offramp Wallets
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | yes | – |
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersBlockchainWallets Get Instances Customers Blockchain Wallets ~37
Retrieve Blockchain Wallets
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersBlockchainWalletsById Get Instances Customers Blockchain Wallets By Id ~45
Retrieve Blockchain Wallet
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersBlockchainWalletsSignMessage Get Instances Customers Blockchain Wallets Sign Message ~39
Retrieve Blockchain Wallet Message
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersById Get Instances Customers By Id ~31
Retrieve Customer
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersLimitIncrease Get Instances Customers Limit Increase ~36
Retrieve Limit Increase Requests
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersRfi Get Instances Customers Rfi ~54
Returns the open (pending) RFI for this customer, or null if the customer has no pending RFI.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersVirtualAccounts Get Instances Customers Virtual Accounts ~35
Retrieve Virtual Accounts
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersVirtualAccountsById Get Instances Customers Virtual Accounts By Id ~44
Retrieve Virtual Account
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersWallets Get Instances Customers Wallets ~35
Retrieve Wallets
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersWalletsBalance Get Instances Customers Wallets Balance ~43
Retrieve Wallet Balance
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesCustomersWalletsById Get Instances Customers Wallets By Id ~43
Retrieve Wallet
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | string | yes | Customer ID |
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesLimitsCustomersById Get Instances Limits Customers By Id ~33
Retrieve Customer Limits
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesMembers Get Instances Members ~22
Retrieve Instance Members
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesPartnerFees Get Instances Partner Fees ~24
Retrieve Partner Fees
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesPartnerFeesById Get Instances Partner Fees By Id ~33
Retrieve Partner Fee
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesPayins Get Instances Payins ~165
Retrieve Payins
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | – | – |
| country | string | – | – |
| customer_id | string | – | – |
| customer_name | string | – | – |
| ending_before | string | – | A cursor for use in pagination. ending_before is an object ID that defines your place in the list. |
| instance_id | string | yes | – |
| limit | string | – | Number of items to return |
| network | string | – | – |
| offset | string | – | Number of items to skip |
| payment_method | string | – | – |
| starting_after | string | – | A cursor for use in pagination. starting_after is an object ID that defines your place in the list. |
| status | string | – | – |
| token | string | – | – |
No output schema declared.
No examples provided.
GetV1InstancesPayinsById Get Instances Payins By Id ~33
Retrieve Payin
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesPayouts Get Instances Payouts ~167
Retrieve Payouts
| Name | Type | Req | Description |
|---|---|---|---|
| bank_account_id | string | – | – |
| country | string | – | – |
| customer_id | string | – | – |
| customer_name | string | – | – |
| ending_before | string | – | A cursor for use in pagination. ending_before is an object ID that defines your place in the list. |
| instance_id | string | yes | – |
| limit | string | – | Number of items to return |
| network | string | – | – |
| offset | string | – | Number of items to skip |
| payment_method | string | – | – |
| starting_after | string | – | A cursor for use in pagination. starting_after is an object ID that defines your place in the list. |
| status | string | – | – |
| token | string | – | – |
No output schema declared.
No examples provided.
GetV1InstancesPayoutsById Get Instances Payouts By Id ~34
Retrieve Payout
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesRfi Get Instances Rfi ~43
Returns the open (pending) RFI for this instance, or null if the instance has no pending RFI.
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesTransfers Get Instances Transfers ~102
Retrieve Transfers
| Name | Type | Req | Description |
|---|---|---|---|
| ending_before | string | – | A cursor for use in pagination. ending_before is an object ID that defines your place in the list. |
| instance_id | string | yes | – |
| limit | string | – | Number of items to return |
| offset | string | – | Number of items to skip |
| starting_after | string | – | 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 Get Instances Transfers By Id ~31
Retrieve Transfer
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesWebhookEndpoints Get Instances Webhook Endpoints ~24
Retrieve Webhooks
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesWebhookEndpointsPortalAccess Get Instances Webhook Endpoints Portal Access ~28
Retrieve Webhook Portal Access
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
GetV1InstancesWebhookEndpointsSecret Get Instances Webhook Endpoints Secret ~33
Retrieve Webhook Secret
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | – |
| instance_id | string | yes | – |
No output schema declared.
No examples provided.
PostV1EInstancesTos Post EInstances Tos ~42
Initiate Terms of Service
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
| requestBody | object | – | Initiate a new terms of service |
No output schema declared.
No examples provided.
PostV1InstancesCreateAssetTrustline Post Instances Create Asset Trustline ~97
Create Asset Trustline
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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_id | string | yes | – |
| requestBody | object | – | The JSON request body. |
No output schema declared.
No examples provided.
PostV1InstancesCustomers Post Instances Customers ~92
Create Customer
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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_id | string | yes | – |
| requestBody | object | – | Create a new customer |
No output schema declared.
No examples provided.
PostV1InstancesCustomersBankAccounts Post Instances Customers Bank Accounts ~106
Add Bank Account
| Name | Type | Req | Description |
|---|---|---|---|
| Idempotency-Key | string | – | 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_id | string | yes | Customer ID |
| instance_id | string | yes | – |
| requestBody | object | – | Create a new bank account |
No output schema declared.
No examples provided.
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.