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
PostV1InstancesCustomersBankAccountsOfframpWallets ~123

Create Offramp 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…
bank_account_idstringyes–
customer_idstringyesCustomer ID
instance_idstringyes–
requestBodyobject–Create a new offramp wallet

No output schema declared.

No examples provided.

PostV1InstancesCustomersBlockchainWallets ~107

Add 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
instance_idstringyes–
requestBodyobject–Create a new blockchain wallet

No output schema declared.

No examples provided.

PostV1InstancesCustomersLimitIncrease ~105

Request Limit Increase

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–Request new limit increase

No output schema declared.

No examples provided.

PostV1InstancesCustomersRfi ~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.

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–The JSON request body.

No output schema declared.

No examples provided.

PostV1InstancesCustomersVirtualAccounts ~106

Create Virtual 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 virtual account

No output schema declared.

No examples provided.

PostV1InstancesCustomersWallets ~104

Create 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
instance_idstringyes–
requestBodyobject–Create a new wallet

No output schema declared.

No examples provided.

PostV1InstancesMintUsdbSolana ~100

Mint USDB on Solana

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.

PostV1InstancesMintUsdbStellar ~99

Mint USDB on Stellar

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.

PostV1InstancesOwnership ~96

Migrate Instance Ownership

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–
requestBodyobject–Transfer instance ownership to another current member

No output schema declared.

No examples provided.

PostV1InstancesPartnerFees ~95

Add 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…
instance_idstringyes–
requestBodyobject–Create a new blockchain wallet

No output schema declared.

No examples provided.

PostV1InstancesPayinQuotes ~96

Create Payin Quote

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 quote

No output schema declared.

No examples provided.

PostV1InstancesPayinQuotesFx ~95

Get FX Rate

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–Check FX rate

No output schema declared.

No examples provided.

PostV1InstancesPayinsEvm ~95

Create Payin

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–Start payin

No output schema declared.

No examples provided.

PostV1InstancesPayoutsDocuments ~116

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

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–
requestBodyobject–Document details and optional payment description

No output schema declared.

No examples provided.

PostV1InstancesPayoutsEvm ~103

Create Payout on EVM Chains

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–Start payout on evm blockchain

No output schema declared.

No examples provided.

PostV1InstancesPayoutsSolana ~102

Create Payout on Solana

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–Start payout on solana blockchain

No output schema declared.

No examples provided.

PostV1InstancesPayoutsStellar ~100

Create Payout on Stellar

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–Start payout on stellar blockchain

No output schema declared.

No examples provided.

PostV1InstancesPayoutsStellarAuthorize ~99

Authorize Token Stellar

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.

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

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.

PostV1InstancesQuotes ~92

Create Quote

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 quote

No output schema declared.

No examples provided.

PostV1InstancesQuotesFx ~93

Get FX Rate

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–Check FX rate

No output schema declared.

No examples provided.

PostV1InstancesRfi ~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.

NameTypeReqDescription
instance_idstringyes–
requestBodyobject–The JSON request body.

No output schema declared.

No examples provided.

PostV1InstancesTransferQuotes ~94

Create Transfer Quote

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 quote

No output schema declared.

No examples provided.

PostV1InstancesTransfers ~90

Create Transfer

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–Start transfer

No output schema declared.

No examples provided.

PostV1InstancesWebhookEndpoints ~95

Register 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…
instance_idstringyes–
requestBodyobject–Create a new webhook endpoint

No output schema declared.

No examples provided.

PostV1Presign ~40

Presign File URL

NameTypeReqDescription
instance_idstringyes–
requestBodyobjectyesThe BlindPay file URL to presign

No output schema declared.

No examples provided.

PostV1Upload ~33

Upload File

NameTypeReqDescription
instance_idstring––
requestBodystring–Upload file to instance

No output schema declared.

No examples provided.

PostV1UploadAnalyze ~69

Analyze Document

NameTypeReqDescription
instance_idstring–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.
requestBodystring–Document to read and analyze with AI

No output schema declared.

No examples provided.

PutV1InstancesById ~90

Update 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–
requestBodyobject–Update instance

No output schema declared.

No examples provided.

PutV1InstancesCustomersById ~100

Update 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–
requestBodyobject–Update a customer

No output schema declared.

No examples provided.

PutV1InstancesCustomersVirtualAccountsById ~114

Update Virtual 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–
requestBodyobject–Update a virtual account

No output schema declared.

No examples provided.

PutV1InstancesMembersByUserId ~104

Update Instance Member Role

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–
requestBodyobject–Update instance member role
user_idstringyes–

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.