Wise MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.
MCP server for Wise: profiles, balances, exchange rates. Needs a free Wise API token.
Today is the operative word: we check Wise MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wise-mcp -- npx -y @mrfentmen/wise-mcp
{
"mcpServers": {
"wise-mcp": {
"args": [
"-y",
"@mrfentmen/wise-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.wise-mcp]
command = "npx"
args = ["-y", "@mrfentmen/wise-mcp"]
{
"mcpServers": {
"wise-mcp": {
"args": [
"-y",
"@mrfentmen/wise-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"wise-mcp": {
"args": [
"-y",
"@mrfentmen/wise-mcp"
],
"command": "npx"
}
}
}
MCP server for Pinterest: account, boards, pins. Needs a free Pinterest access token.
MCP server for ZebPay crypto exchange — fetch prices, balances, and manage orders
MCP server for EBANX — cross-border payments, payouts, exchange rates
MCP server for Etsy shops and listings. Needs a free Etsy API key.
MCP server for Base wallet interactions: balances, gas, tokens, allowances, ENS.
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
MCP server for Limitless Exchange prediction markets on Base
MCP server for real-time token prices on Base from on-chain DEX pools.
Answers built from our own checks of this server.