# BlindPay (npm · @blindpay/mcp)

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

- Trust score: 75/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `mcp.blindpay.com`: 40/100, [markdown](https://verifymcp.io/servers/com-blindpay-mcp/mcp.md), [page](https://verifymcp.io/servers/com-blindpay-mcp/mcp)
- npm · `@blindpay/mcp`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-blindpay-mcp/blindpay-mcp.md), [page](https://verifymcp.io/servers/com-blindpay-mcp/blindpay-mcp)

## Channel facts

- Registry: `npm`
- Package: `@blindpay/mcp`
- Version: `1.8.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

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

**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.

### Claude

```bash
claude mcp add com-blindpay-mcp -- npx -y @blindpay/mcp
```

### Cursor

```json
{
  "mcpServers": {
    "com-blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-blindpay-mcp --command npx --arg -y --arg @blindpay/mcp
```

### Hermes

```yaml
mcp_servers:
  com-blindpay-mcp:
    command: "npx"
    args: ["-y", "@blindpay/mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "com-blindpay-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-blindpay-mcp -t stdio -c npx -a -y @blindpay/mcp
```

### Other

```json
{
  "mcpServers": {
    "com-blindpay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blindpay/mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 75, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-22 (score 75)

First indexed and scored.

## MCP tools (82)

### `PutV1InstancesById` (~90 tokens)

Put Instances By Id

Update Instance

Input parameters:

- `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, required)
- `requestBody` (object): Update instance

### `DeleteV1InstancesById` (~80 tokens)

Delete Instances By Id

Delete Instance

Input parameters:

- `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, required)

### `GetV1InstancesMembers` (~22 tokens)

Get Instances Members

Retrieve Instance Members

Input parameters:

- `id` (string, required)

### `PutV1InstancesMembersByUserId` (~104 tokens)

Put Instances Members By User Id

Update Instance Member Role

Input parameters:

- `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, required)
- `requestBody` (object): Update instance member role
- `user_id` (string, required)

### `DeleteV1InstancesMembersByUserId` (~92 tokens)

Delete Instances Members By User Id

Delete Member from Instance

Input parameters:

- `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, required)
- `user_id` (string, required)

### `PostV1InstancesOwnership` (~96 tokens)

Post Instances Ownership

Migrate Instance Ownership

Input parameters:

- `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, required)
- `requestBody` (object): Transfer instance ownership to another current member

### `GetV1InstancesRfi` (~43 tokens)

Get Instances Rfi

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

Input parameters:

- `instance_id` (string, required)

### `PostV1InstancesRfi` (~86 tokens)

Post Instances Rfi

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.

Input parameters:

- `instance_id` (string, required)
- `requestBody` (object): The JSON request body.

### `PostV1EInstancesTos` (~42 tokens)

Post EInstances Tos

Initiate Terms of Service

Input parameters:

- `instance_id` (string, required)
- `requestBody` (object): Initiate a new terms of service

### `GetV1InstancesCustomersLimitIncrease` (~36 tokens)

Get Instances Customers Limit Increase

Retrieve Limit Increase Requests

Input parameters:

- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `PostV1InstancesCustomersLimitIncrease` (~105 tokens)

Post Instances Customers Limit Increase

Request Limit Increase

Input parameters:

- `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, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): Request new limit increase

### `GetV1InstancesCustomers` (~149 tokens)

Get Instances Customers

Retrieve Customers

Input parameters:

- `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, required)
- `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)

### `PostV1InstancesCustomers` (~92 tokens)

Post Instances Customers

Create Customer

Input parameters:

- `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, required)
- `requestBody` (object): Create a new customer

### `GetV1InstancesCustomersById` (~31 tokens)

Get Instances Customers By Id

Retrieve Customer

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `PutV1InstancesCustomersById` (~100 tokens)

Put Instances Customers By Id

Update Customer

Input parameters:

- `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, required)
- `instance_id` (string, required)
- `requestBody` (object): Update a customer

### `DeleteV1InstancesCustomersById` (~89 tokens)

Delete Instances Customers By Id

Delete Customer

Input parameters:

- `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, required)
- `instance_id` (string, required)

### `GetV1InstancesLimitsCustomersById` (~33 tokens)

Get Instances Limits Customers By Id

Retrieve Customer Limits

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `GetV1InstancesCustomersRfi` (~54 tokens)

Get Instances Customers Rfi

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

Input parameters:

- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `PostV1InstancesCustomersRfi` (~151 tokens)

Post Instances Customers Rfi

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.

Input parameters:

- `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, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): The JSON request body.

### `GetV1InstancesCustomersBankAccounts` (~72 tokens)

Get Instances Customers Bank Accounts

Retrieve Bank Accounts

Input parameters:

- `bank_account_id` (string)
- `country` (string)
- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)
- `name` (string)
- `status` (string)
- `type` (string)

### `PostV1InstancesCustomersBankAccounts` (~106 tokens)

Post Instances Customers Bank Accounts

Add Bank Account

Input parameters:

- `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, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): Create a new bank account

### `GetV1InstancesCustomersBankAccountsById` (~44 tokens)

Get Instances Customers Bank Accounts By Id

Retrieve Bank Account

Input parameters:

- `customer_id` (string, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `DeleteV1InstancesCustomersBankAccountsById` (~102 tokens)

Delete Instances Customers Bank Accounts By Id

Remove Bank Account

Input parameters:

- `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, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `GetV1InstancesCustomersVirtualAccounts` (~35 tokens)

Get Instances Customers Virtual Accounts

Retrieve Virtual Accounts

Input parameters:

- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `PostV1InstancesCustomersVirtualAccounts` (~106 tokens)

Post Instances Customers Virtual Accounts

Create Virtual Account

Input parameters:

- `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, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): Create a new virtual account

### `GetV1InstancesCustomersVirtualAccountsById` (~44 tokens)

Get Instances Customers Virtual Accounts By Id

Retrieve Virtual Account

Input parameters:

- `customer_id` (string, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `PutV1InstancesCustomersVirtualAccountsById` (~114 tokens)

Put Instances Customers Virtual Accounts By Id

Update Virtual Account

Input parameters:

- `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, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)
- `requestBody` (object): Update a virtual account

### `GetV1InstancesCustomersBlockchainWalletsSignMessage` (~39 tokens)

Get Instances Customers Blockchain Wallets Sign Message

Retrieve Blockchain Wallet Message

Input parameters:

- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `GetV1InstancesCustomersBlockchainWallets` (~37 tokens)

Get Instances Customers Blockchain Wallets

Retrieve Blockchain Wallets

Input parameters:

- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `PostV1InstancesCustomersBlockchainWallets` (~107 tokens)

Post Instances Customers Blockchain Wallets

Add Blockchain Wallet

Input parameters:

- `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, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): Create a new blockchain wallet

### `GetV1InstancesCustomersBlockchainWalletsById` (~45 tokens)

Get Instances Customers Blockchain Wallets By Id

Retrieve Blockchain Wallet

Input parameters:

- `customer_id` (string, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `DeleteV1InstancesCustomersBlockchainWalletsById` (~103 tokens)

Delete Instances Customers Blockchain Wallets By Id

Remove Blockchain Wallet

Input parameters:

- `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, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `GetV1InstancesCustomersBankAccountsOfframpWallets` (~52 tokens)

Get Instances Customers Bank Accounts Offramp Wallets

Get Offramp Wallets

Input parameters:

- `bank_account_id` (string, required)
- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `PostV1InstancesCustomersBankAccountsOfframpWallets` (~123 tokens)

Post Instances Customers Bank Accounts Offramp Wallets

Create Offramp Wallet

Input parameters:

- `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, required)
- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): Create a new offramp wallet

### `GetInstancesCustomersBankAccountsOfframpWalletsById` (~58 tokens)

Get Instances Customers Bank Accounts Offramp Wallets By Id

Get Offramp Wallet

Input parameters:

- `bank_account_id` (string, required)
- `customer_id` (string, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `PostV1InstancesQuotes` (~92 tokens)

Post Instances Quotes

Create Quote

Input parameters:

- `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, required)
- `requestBody` (object): Create a new quote

### `PostV1InstancesQuotesFx` (~93 tokens)

Post Instances Quotes Fx

Get FX Rate

Input parameters:

- `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, required)
- `requestBody` (object): Check FX rate

### `GetV1InstancesPayoutsById` (~34 tokens)

Get Instances Payouts By Id

Retrieve Payout

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `GetV1EPayoutsById` (~26 tokens)

Get EPayouts By Id

Retrieve Payout Track

Input parameters:

- `id` (string, required)

### `GetV1InstancesPayouts` (~167 tokens)

Get Instances Payouts

Retrieve Payouts

Input parameters:

- `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, required)
- `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)

### `PostV1InstancesPayoutsStellarAuthorize` (~99 tokens)

Post Instances Payouts Stellar Authorize

Authorize Token Stellar

Input parameters:

- `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, required)
- `requestBody` (object): The JSON request body.

### `PostV1InstancesPayoutsStellar` (~100 tokens)

Post Instances Payouts Stellar

Create Payout on Stellar

Input parameters:

- `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, required)
- `requestBody` (object): Start payout on stellar blockchain

### `PostV1InstancesPayoutsSolana` (~102 tokens)

Post Instances Payouts Solana

Create Payout on Solana

Input parameters:

- `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, required)
- `requestBody` (object): Start payout on solana blockchain

### `PostV1InstancesPayoutsEvm` (~103 tokens)

Post Instances Payouts Evm

Create Payout on EVM Chains

Input parameters:

- `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, required)
- `requestBody` (object): Start payout on evm blockchain

### `PostV1InstancesPayoutsDocuments` (~116 tokens)

Post Instances Payouts Documents

Submit compliance documents for SWIFT payouts requiring review. Includes optional payment description.

Input parameters:

- `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, required)
- `instance_id` (string, required)
- `requestBody` (object): Document details and optional payment description

### `PostV1InstancesPayinQuotes` (~96 tokens)

Post Instances Payin Quotes

Create Payin Quote

Input parameters:

- `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, required)
- `requestBody` (object): Create a new quote

### `PostV1InstancesPayinQuotesFx` (~95 tokens)

Post Instances Payin Quotes Fx

Get FX Rate

Input parameters:

- `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, required)
- `requestBody` (object): Check FX rate

### `GetV1InstancesPayinsById` (~33 tokens)

Get Instances Payins By Id

Retrieve Payin

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `GetV1EPayinsById` (~26 tokens)

Get EPayins By Id

Retrieve Payin Track

Input parameters:

- `id` (string, required)

### `GetV1InstancesPayins` (~165 tokens)

Get Instances Payins

Retrieve Payins

Input parameters:

- `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, required)
- `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)

### `PostV1InstancesPayinsEvm` (~95 tokens)

Post Instances Payins Evm

Create Payin

Input parameters:

- `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, required)
- `requestBody` (object): Start payin

### `GetV1InstancesCustomersWallets` (~35 tokens)

Get Instances Customers Wallets

Retrieve Wallets

Input parameters:

- `customer_id` (string, required): Customer ID
- `instance_id` (string, required)

### `PostV1InstancesCustomersWallets` (~104 tokens)

Post Instances Customers Wallets

Create Wallet

Input parameters:

- `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, required): Customer ID
- `instance_id` (string, required)
- `requestBody` (object): Create a new wallet

### `GetV1InstancesCustomersWalletsById` (~43 tokens)

Get Instances Customers Wallets By Id

Retrieve Wallet

Input parameters:

- `customer_id` (string, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `DeleteV1InstancesCustomersWalletsById` (~101 tokens)

Delete Instances Customers Wallets By Id

Remove Wallet

Input parameters:

- `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, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `GetV1InstancesCustomersWalletsBalance` (~43 tokens)

Get Instances Customers Wallets Balance

Retrieve Wallet Balance

Input parameters:

- `customer_id` (string, required): Customer ID
- `id` (string, required)
- `instance_id` (string, required)

### `PostV1InstancesTransferQuotes` (~94 tokens)

Post Instances Transfer Quotes

Create Transfer Quote

Input parameters:

- `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, required)
- `requestBody` (object): Create a new quote

### `GetV1InstancesTransfersById` (~31 tokens)

Get Instances Transfers By Id

Retrieve Transfer

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `GetV1ETransfersById` (~24 tokens)

Get ETransfers By Id

Retrieve Transfer Track

Input parameters:

- `id` (string, required)

### `GetV1InstancesTransfers` (~102 tokens)

Get Instances Transfers

Retrieve Transfers

Input parameters:

- `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, required)
- `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.

### `PostV1InstancesTransfers` (~90 tokens)

Post Instances Transfers

Create Transfer

Input parameters:

- `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, required)
- `requestBody` (object): Start transfer

### `GetV1InstancesWebhookEndpoints` (~24 tokens)

Get Instances Webhook Endpoints

Retrieve Webhooks

Input parameters:

- `instance_id` (string, required)

### `PostV1InstancesWebhookEndpoints` (~95 tokens)

Post Instances Webhook Endpoints

Register Webhook

Input parameters:

- `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, required)
- `requestBody` (object): Create a new webhook endpoint

### `DeleteV1InstancesWebhookEndpointsById` (~91 tokens)

Delete Instances Webhook Endpoints By Id

Remove Webhook

Input parameters:

- `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, required)
- `instance_id` (string, required)

### `GetV1InstancesWebhookEndpointsSecret` (~33 tokens)

Get Instances Webhook Endpoints Secret

Retrieve Webhook Secret

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `GetV1InstancesWebhookEndpointsPortalAccess` (~28 tokens)

Get Instances Webhook Endpoints Portal Access

Retrieve Webhook Portal Access

Input parameters:

- `instance_id` (string, required)

### `GetV1InstancesBillingFees` (~41 tokens)

Get Instances Billing Fees

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

Input parameters:

- `instance_id` (string, required): Instance id

### `GetV1InstancesPartnerFees` (~24 tokens)

Get Instances Partner Fees

Retrieve Partner Fees

Input parameters:

- `instance_id` (string, required)

### `PostV1InstancesPartnerFees` (~95 tokens)

Post Instances Partner Fees

Add Partner Fee

Input parameters:

- `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, required)
- `requestBody` (object): Create a new blockchain wallet

### `GetV1InstancesPartnerFeesById` (~33 tokens)

Get Instances Partner Fees By Id

Retrieve Partner Fee

Input parameters:

- `id` (string, required)
- `instance_id` (string, required)

### `DeleteV1InstancesPartnerFeesById` (~91 tokens)

Delete Instances Partner Fees By Id

Remove Partner Fee

Input parameters:

- `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, required)
- `instance_id` (string, required)

### `PostV1Upload` (~33 tokens)

Post Upload

Upload File

Input parameters:

- `instance_id` (string)
- `requestBody` (string): Upload file to instance

### `PostV1UploadAnalyze` (~69 tokens)

Post Upload Analyze

Analyze Document

Input parameters:

- `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

### `PostV1Presign` (~40 tokens)

Post Presign

Presign File URL

Input parameters:

- `instance_id` (string, required)
- `requestBody` (object, required): The BlindPay file URL to presign

### `GetV1AvailableBankDetails` (~22 tokens)

Get Available Bank Details

Bank Details

Input parameters:

- `rail` (string, required)

### `GetV1AvailableRails` (~13 tokens)

Get Available Rails

Rails

### `GetV1AvailableNaics` (~16 tokens)

Get Available Naics

NAICS list

### `GetV1AvailableSwiftBySwift` (~23 tokens)

Get Available Swift By Swift

Swift code bank details

Input parameters:

- `swift` (required)

### `PostV1InstancesMintUsdbSolana` (~100 tokens)

Post Instances Mint Usdb Solana

Mint USDB on Solana

Input parameters:

- `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, required)
- `requestBody` (object): The JSON request body.

### `PostV1InstancesPrepareDelegateSolana` (~143 tokens)

Post Instances Prepare Delegate Solana

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`.

Input parameters:

- `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, required)
- `requestBody` (object): The JSON request body.

### `PostV1InstancesCreateAssetTrustline` (~97 tokens)

Post Instances Create Asset Trustline

Create Asset Trustline

Input parameters:

- `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, required)
- `requestBody` (object): The JSON request body.

### `PostV1InstancesMintUsdbStellar` (~99 tokens)

Post Instances Mint Usdb Stellar

Mint USDB on Stellar

Input parameters:

- `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, required)
- `requestBody` (object): The JSON request body.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-blindpay-mcp/blindpay-mcp#diagnostics

## Score history

- 2026-09-25: 75
- 2026-09-24: 75
- 2026-09-23: 75
- 2026-09-22: 75

## 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.

## Links

- npm package: https://www.npmjs.com/package/@blindpay/mcp
- Socket report: https://socket.dev/npm/package/@blindpay/mcp
- Repository: https://github.com/blindpaylabs/blindpay-mcp
- Website: https://blindpay.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-blindpay-mcp/blindpay-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-blindpay-mcp/blindpay-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-blindpay-mcp/blindpay-mcp
