Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Wise

io.github.mcp-dir/wise-mcp

Wise (https://wise.com) MCP, multi-currency account access via Personal Token + SCA key. Reads profi

Uptime
100.0%
2 direct probes · 30d
Response
1245ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
0
available

Tools · 12

wise_list_profiles

Chama a Wise API /v2/profiles e retorna todos os profiles que o Personal Token enxerga (PERSONAL/BUSINESS). Use pra confirmar o profile_id antes de outras tools.

wise_list_balances

Lista os saldos multi-moeda de um profile. Cada balance tem um `id` que é usado em wise_get_balance_statement. Default STANDARD; passe 'SAVINGS' pra jars/pots. Bulk support: accepts profile_ids for b…

wise_get_balance_statement

Extrato completo de um balance (uma moeda) num período: deposits, withdrawals, conversions, fees, INTEREST e — crucialmente — CARD_TRANSACTION (compras com o cartão de débito Wise). Este é o ÚNICO end…

wise_list_activities

Feed unificado de atividades do profile, mais recente primeiro. Cada item tem type (TRANSFER, CARD_PAYMENT, INTEREST, EXCHANGE, BALANCE_DEPOSIT, …). SCA-protegido. Bulk support: accepts profile_ids f…

wise_list_transfers

Lista transferências (P2P sends + receives) do profile. Filtre por status (CSV de estados como 'incoming_payment_waiting,outgoing_payment_sent'), moeda, datas. SCA-protegido. Bulk support: accepts pr…

wise_get_card_transaction

Detalhe de uma transação de cartão Wise. `token` é o id que apareceu como CARD_PAYMENT em wise_list_activities ou em creditCardMetadata em wise_get_balance_statement.

show_version

Show the current MCP platform and adapter versions.

report_bug

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

connect

Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install …

toolkit_info

Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.

marketplace

The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for…

authenticate

MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring conne…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "wise": {
      "url": "https://api.mcp.ai/p_wise",
      "transport": "streamable-http"
    }
  }
}