@codespar/mcp-unblockpay
v0.1.0
Published
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers
Maintainers
Readme
@codespar/mcp-unblockpay
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp and wallet management
Quick Start
Claude Desktop
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"unblockpay": {
"command": "npx",
"args": ["-y", "@codespar/mcp-unblockpay"],
"env": {
"UNBLOCKPAY_API_KEY": "your-key"
}
}
}
}Claude Code
claude mcp add unblockpay -- npx @codespar/mcp-unblockpayCursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"unblockpay": {
"command": "npx",
"args": ["-y", "@codespar/mcp-unblockpay"],
"env": {
"UNBLOCKPAY_API_KEY": "your-key"
}
}
}
}Tools
| 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 |
Authentication
UnblockPay uses a Bearer API key for authentication.
Sandbox / Testing
UnblockPay provides a sandbox via the developer portal.
Get your credentials
- Go to UnblockPay Documentation
- Create a developer account
- Generate an API key
- Set the
UNBLOCKPAY_API_KEYenvironment variable
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| UNBLOCKPAY_API_KEY | Yes | API key from UnblockPay |
Roadmap
v0.2 (planned)
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 cryptocurrencies
v0.3 (planned)
multi_currency_wallet— Multi-currency wallet managementcompliance_reports— Generate compliance/AML reports
Want to contribute? Open a PR or request a tool.
Links
License
MIT
