MCP Server
MCP
io.github.codespar/mcp-airwallex
MCP server for Airwallex — cross-border collection + payouts, global accounts, FX, transfers
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-airwallex",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Airwallex client id (sent as x-client-id on /authentication/login)",
"isRequired": true,
"format": "string",
"name": "AIRWALLEX_CLIENT_ID"
},
{
"description": "Airwallex API key, secret (sent as x-api-key on /authentication/login)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AIRWALLEX_API_KEY"
},
{
"description": "Airwallex environment. 'demo' (default, https://api-demo.airwallex.com) or 'production' (https://api.airwallex.com).",
"format": "string",
"name": "AIRWALLEX_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment