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 →
PostV1InstancesCustomersBankAccountsOfframpWallets Post Instances Customers Bank Accounts Offramp Wallets ~123
Create Offramp 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… |
| bank_account_id | string | yes | – |
| customer_id | string | yes | Customer ID |
| instance_id | string | yes | – |
| requestBody | object | – | Create a new offramp wallet |
No output schema declared.
No examples provided.
PostV1InstancesCustomersBlockchainWallets Post Instances Customers Blockchain Wallets ~107
Add 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 |
| instance_id | string | yes | – |
| requestBody | object | – | Create a new blockchain wallet |
No output schema declared.
No examples provided.
PostV1InstancesCustomersLimitIncrease Post Instances Customers Limit Increase ~105
Request Limit Increase
| 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 | – | Request new limit increase |
No output schema declared.
No examples provided.
PostV1InstancesCustomersRfi Post Instances Customers Rfi ~151
Submit a flat response object for the open RFI. On success flips kyc_status back to verifying. Returns `{ success: false, reason }` when no pending RFI exists, callers should refetch the RFI state instead of retrying.
| 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 | – | The JSON request body. |
No output schema declared.
No examples provided.
PostV1InstancesCustomersVirtualAccounts Post Instances Customers Virtual Accounts ~106
Create Virtual 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 virtual account |
No output schema declared.
No examples provided.
PostV1InstancesCustomersWallets Post Instances Customers Wallets ~104
Create 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 |
| instance_id | string | yes | – |
| requestBody | object | – | Create a new wallet |
No output schema declared.
No examples provided.
PostV1InstancesMintUsdbSolana Post Instances Mint Usdb Solana ~100
Mint USDB on Solana
| 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.
PostV1InstancesMintUsdbStellar Post Instances Mint Usdb Stellar ~99
Mint USDB on Stellar
| 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.
PostV1InstancesOwnership Post Instances Ownership ~96
Migrate Instance Ownership
| 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 | – |
| requestBody | object | – | Transfer instance ownership to another current member |
No output schema declared.
No examples provided.
PostV1InstancesPartnerFees Post Instances Partner Fees ~95
Add 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… |
| instance_id | string | yes | – |
| requestBody | object | – | Create a new blockchain wallet |
No output schema declared.
No examples provided.
PostV1InstancesPayinQuotes Post Instances Payin Quotes ~96
Create Payin Quote
| 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 quote |
No output schema declared.
No examples provided.
PostV1InstancesPayinQuotesFx Post Instances Payin Quotes Fx ~95
Get FX Rate
| 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 | – | Check FX rate |
No output schema declared.
No examples provided.
PostV1InstancesPayinsEvm Post Instances Payins Evm ~95
Create Payin
| 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 | – | Start payin |
No output schema declared.
No examples provided.
PostV1InstancesPayoutsDocuments Post Instances Payouts Documents ~116
Submit compliance documents for SWIFT payouts requiring review. Includes optional payment description.
| 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 | – |
| requestBody | object | – | Document details and optional payment description |
No output schema declared.
No examples provided.
PostV1InstancesPayoutsEvm Post Instances Payouts Evm ~103
Create Payout on EVM Chains
| 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 | – | Start payout on evm blockchain |
No output schema declared.
No examples provided.
PostV1InstancesPayoutsSolana Post Instances Payouts Solana ~102
Create Payout on Solana
| 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 | – | Start payout on solana blockchain |
No output schema declared.
No examples provided.
PostV1InstancesPayoutsStellar Post Instances Payouts Stellar ~100
Create Payout on Stellar
| 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 | – | Start payout on stellar blockchain |
No output schema declared.
No examples provided.
PostV1InstancesPayoutsStellarAuthorize Post Instances Payouts Stellar Authorize ~99
Authorize Token Stellar
| 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.
PostV1InstancesPrepareDelegateSolana Post Instances Prepare Delegate Solana ~143
Prepares a delegation transaction for Solana token transfers. You can either provide a `quote_id` (recommended) to automatically use the correct token amount and address from the quote, or manually provide `owner_address`, `token_address`, and `amount`.
| 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.
PostV1InstancesQuotes Post Instances Quotes ~92
Create Quote
| 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 quote |
No output schema declared.
No examples provided.
PostV1InstancesQuotesFx Post Instances Quotes Fx ~93
Get FX Rate
| 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 | – | Check FX rate |
No output schema declared.
No examples provided.
PostV1InstancesRfi Post Instances Rfi ~86
Submit a flat response object for the open instance RFI. Standalone: submitting does not change any instance or onboarding status. Returns `{ success: false, reason }` when no pending RFI exists, callers should refetch the RFI state instead of retrying.
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
| requestBody | object | – | The JSON request body. |
No output schema declared.
No examples provided.
PostV1InstancesTransferQuotes Post Instances Transfer Quotes ~94
Create Transfer Quote
| 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 quote |
No output schema declared.
No examples provided.
PostV1InstancesTransfers Post Instances Transfers ~90
Create Transfer
| 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 | – | Start transfer |
No output schema declared.
No examples provided.
PostV1InstancesWebhookEndpoints Post Instances Webhook Endpoints ~95
Register 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… |
| instance_id | string | yes | – |
| requestBody | object | – | Create a new webhook endpoint |
No output schema declared.
No examples provided.
PostV1Presign Post Presign ~40
Presign File URL
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | yes | – |
| requestBody | object | yes | The BlindPay file URL to presign |
No output schema declared.
No examples provided.
PostV1Upload Post Upload ~33
Upload File
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | – | – |
| requestBody | string | – | Upload file to instance |
No output schema declared.
No examples provided.
PostV1UploadAnalyze Post Upload Analyze ~69
Analyze Document
| Name | Type | Req | Description |
|---|---|---|---|
| instance_id | string | – | Instance ID. When provided, the request must be authenticated with an API key scoped to this instance. When omitted, a dashboard (Clerk) session is required. |
| requestBody | string | – | Document to read and analyze with AI |
No output schema declared.
No examples provided.
PutV1InstancesById Put Instances By Id ~90
Update 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 | – |
| requestBody | object | – | Update instance |
No output schema declared.
No examples provided.
PutV1InstancesCustomersById Put Instances Customers By Id ~100
Update 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 | – |
| requestBody | object | – | Update a customer |
No output schema declared.
No examples provided.
PutV1InstancesCustomersVirtualAccountsById Put Instances Customers Virtual Accounts By Id ~114
Update Virtual 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 | – |
| requestBody | object | – | Update a virtual account |
No output schema declared.
No examples provided.
PutV1InstancesMembersByUserId Put Instances Members By User Id ~104
Update Instance Member Role
| 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 | – |
| requestBody | object | – | Update instance member role |
| user_id | string | yes | – |
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.