MCP Server
MCP
Wise
Wise (formerly TransferWise) MCP server for Model Context Protocol hosts
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-wise",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Wise API token (wise.com → Settings → API tokens). Optional if configured via the configure_wise tool.",
"format": "string",
"isSecret": true,
"name": "WISE_API_TOKEN"
},
{
"description": "Wise environment: \"production\" (default) or \"sandbox\".",
"format": "string",
"name": "WISE_ENVIRONMENT"
},
{
"description": "Outbound request timeout in milliseconds (default 30000).",
"format": "string",
"name": "WISE_REQUEST_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment