diff --git a/servers/airwallex-dev/icon.svg b/servers/airwallex-dev/icon.svg new file mode 100644 index 0000000..ce6311d --- /dev/null +++ b/servers/airwallex-dev/icon.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/servers/airwallex-dev/server.json b/servers/airwallex-dev/server.json new file mode 100644 index 0000000..f97e9f7 --- /dev/null +++ b/servers/airwallex-dev/server.json @@ -0,0 +1,19 @@ +{ + "name": "Airwallex Developer", + "description": "Tools to assist developers integrating with the Airwallex platform - Search documentation & interact with the sandbox environment for testing and simulation.", + "transport": [ + "stdio" + ], + "icon": "./icon.svg", + "config": { + "command": "npx", + "args": [ + "-y", + "@airwallex/developer-mcp@latest" + ], + "env": { + "AIRWALLEX_SANDBOX_CLIENT_ID": "", + "AIRWALLEX_SANDBOX_API_KEY": "" + } + } +} diff --git a/servers/index.json b/servers/index.json index ef1cdf1..0ea530c 100644 --- a/servers/index.json +++ b/servers/index.json @@ -48,6 +48,7 @@ "sonarqube", "ms-learn-docs", "stripe", + "airwallex-dev", "paypal", "plaid", "firecrawl",