4,500+ servers built on MCP Fusion
Vinkius
Wise logo
Vinkius
Vercel AI SDK logo

How to Use the Wise MCP in Vercel AI SDK

Show users real-time global money moves with Vercel AI SDK.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Wise MCP on Cursor AI Code Editor MCP Client Wise MCP on Claude Desktop App MCP Integration Wise MCP on OpenAI Agents SDK MCP Compatible Wise MCP on Visual Studio Code MCP Extension Client Wise MCP on GitHub Copilot AI Agent MCP Integration Wise MCP on Google Gemini AI MCP Integration Wise MCP on Lovable AI Development MCP Client Wise MCP on Mistral AI Agents MCP Compatible Wise MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Vercel AI SDK

Connect Wise MCP to Vercel AI SDK

Create your Vinkius account to connect Wise to Vercel AI SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Track Live Multi-Currency Balances

The agent pulls all your account details at once. You can use `list_balances` to see balances across multiple currencies, or check a specific amount using `get_balance`. This shows the user exactly what they're working with.

Manage Transfers and Rates

Need to figure out how much money will arrive? The agent can generate an estimate with `create_quote`, or fetch live rates via `get_exchange_rate`. If the transfer is already done, you grab details using `get_transfer`. This lets your front-end show accurate conversion data before the user even clicks send. It's fast.

Access Detailed Transaction History

Build out a full financial overview for the user. Call `list_transfers` to get every transfer record, or use `list_statements` for deep dives into account activity. You can also list all your payment recipients using `list_recipients`. This makes it look like the AI is pulling data directly from a live banking feed.

Setup guide

Set up Wise MCP in Vercel AI SDK

Prerequisites

  • Node.js 18+ and a TypeScript project
  • ai + @modelcontextprotocol/sdk packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install ai @modelcontextprotocol/sdk plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Create the Streamable HTTP transport

    Use StreamableHTTPClientTransport with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and use tools

    Call mcpClient.tools() to auto-discover all Wise tools. Pass them directly to generateText() or streamText() — no manual schema definitions needed.

  4. 4

    Works with any model provider

    Swap openai("gpt-4o") for any AI SDK provider — Anthropic, Google, Mistral. The MCP tools work identically across all supported models.

index.ts
import { experimental_createMCPClient as createMCPClient } from "ai";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

const transport = new StreamableHTTPClientTransport(
  new URL("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
);

const mcpClient = await createMCPClient({ transport });
const tools = await mcpClient.tools();

const { text } = await generateText({
  model: openai("gpt-4o"),
  tools,
  prompt: "List recent Wise transactions",
});

console.log(text);
await mcpClient.close();

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Wise. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Wise MCP in Vercel AI SDK

When you call `list_balances`, your agent gets all current multi-currency totals. The data streams right into the UI, so the end user doesn't wait on a generic loading spinner; they see the numbers pop up instantly.
Yeah, you can list existing payment contacts using `list_recipients`. This tool lets your agent pull out names and details so your user doesn't have to manually re-enter them every time they send money.
The `get_transfer` tool gives you specific details on a transaction. You'll see the current status and any relevant IDs, which is exactly what your user needs to confirm money moved successfully.
The agent handles failure gracefully. If `get_exchange_rate` times out or returns zero, the client can display a clear error message telling the user to check connectivity, rather than just showing blank data.
This server handles account balances, transfer details, and exchange rates. Specifically, it touches multi-currency balance data and historical transaction records via `list_statements`.

Start using the Wise MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Wise. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.