
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@codespar/mcp-unblockpay
Advanced tools
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp and wallet management
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"unblockpay": {
"command": "npx",
"args": ["-y", "@codespar/mcp-unblockpay"],
"env": {
"UNBLOCKPAY_API_KEY": "your-key"
}
}
}
}
claude mcp add unblockpay -- npx @codespar/mcp-unblockpay
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"unblockpay": {
"command": "npx",
"args": ["-y", "@codespar/mcp-unblockpay"],
"env": {
"UNBLOCKPAY_API_KEY": "your-key"
}
}
}
}
| Tool | Description |
|---|---|
create_wallet | Create a new wallet in UnblockPay |
get_wallet | Get wallet details by ID |
list_wallets | List all wallets |
create_onramp | Create a fiat-to-stablecoin onramp transaction |
create_offramp | Create a stablecoin-to-fiat offramp transaction |
get_transaction | Get transaction details by ID |
list_transactions | List transactions with optional filters |
get_exchange_rate | Get current exchange rate for a currency pair |
create_transfer | Create a stablecoin transfer between wallets |
get_balance | Get wallet balance |
UnblockPay uses a Bearer API key for authentication.
UnblockPay provides a sandbox via the developer portal.
UNBLOCKPAY_API_KEY environment variable| Variable | Required | Description |
|---|---|---|
UNBLOCKPAY_API_KEY | Yes | API key from UnblockPay |
create_payment_link — Create a payment linkget_payment_link — Get payment link detailslist_payment_links — List all payment linkscreate_batch_transfer — Create a batch crypto transferget_supported_currencies — List supported cryptocurrenciesmulti_currency_wallet — Multi-currency wallet managementcompliance_reports — Generate compliance/AML reportsWant to contribute? Open a PR or request a tool.
MIT
FAQs
MCP server for UnblockPay — fiat <> stablecoin cross-border via Customer → Wallet → Quote → Payin/Payout
The npm package @codespar/mcp-unblockpay receives a total of 38 weekly downloads. As such, @codespar/mcp-unblockpay popularity was classified as not popular.
We found that @codespar/mcp-unblockpay demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.