MCP Server
MCP
io.github.codespar/mcp-unblockpay
MCP server for UnblockPay — fiat-to-stablecoin onramp/offramp, wallets, transfers
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-unblockpay",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from the UnblockPay dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNBLOCKPAY_API_KEY"
},
{
"description": "Optional API base URL. Defaults to https://api.unblockpay.com/v1. Set to https://api.sandbox.unblockpay.com/v1 to hit the sandbox.",
"format": "string",
"name": "UNBLOCKPAY_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment