# Wise MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-mcp-dir-wise-mcp
- Repository: https://github.com/mcp-dir/wise-mcp

## Install
- Endpoint: https://api.mcp.ai/p_wise
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.mcp.ai/p_wise

## Tools
- 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. Endpoint: https://api.mcp.ai/p_wise
- 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 batched execution. Endpoint: https://api.mcp.ai/p_wise
- 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 endpoint da Wise que expõe transações de cartão; é a razão de existir deste MCP (o conector Wise da Pluggy/Open Finance brasileiro NÃO inclui card events). Janela máxima 469 dias. SCA-protegido (o Worker assina via private.pem internamente).

Bulk support: accepts profile_ids, balance_ids for batched execution. Endpoint: https://api.mcp.ai/p_wise
- 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 for batched execution. Endpoint: https://api.mcp.ai/p_wise
- 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 profile_ids for batched execution. Endpoint: https://api.mcp.ai/p_wise
- 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. Endpoint: https://api.mcp.ai/p_wise
- show_version - Show the current MCP platform and adapter versions. Endpoint: https://api.mcp.ai/p_wise
- report_bug - Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. Endpoint: https://api.mcp.ai/p_wise
- 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 URLs. Endpoint: https://api.mcp.ai/p_wise
- toolkit_info - Returns the current toolkit state: installed MCPs, their connection status, and how many catalog tools each exposes. Endpoint: https://api.mcp.ai/p_wise
- 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 Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. Endpoint: https://api.mcp.ai/p_wise
- 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 connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link. Endpoint: https://api.mcp.ai/p_wise

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.mcp-dir
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 10, 2026
- Source: https://registry.modelcontextprotocol.io
