MCP Server
MCP
io.github.codespar/mcp-wise
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-wise",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Wise Platform API token (Bearer). Issued per profile in the Wise dashboard.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "WISE_API_TOKEN"
},
{
"description": "Wise environment. 'sandbox' (default, https://api.sandbox.transferwise.tech) or 'live' (https://api.transferwise.com).",
"format": "string",
"name": "WISE_ENV"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment