W

Wise

Query Wise balances and transfers.

·No reviews yet
Repo
Share:

About

Auto-generated

Wise is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Wise.

What is the Wise MCP for?
The Wise MCP allows you to query Wise balances and transfers. It provides a standardized way to access Wise financial data programmatically, integrating with various MCP client applications.
How do I authenticate with the Wise MCP?
Authentication for the Wise MCP is handled using an API key. You will need to obtain an API key from Wise directly and configure it within your MCP client.
Does the Wise MCP have any prerequisites?
The Wise MCP requires a Wise account and a valid API key for authentication. It also relies on a standard I/O (stdio) transport method for communication with an MCP client.
What are the primary capabilities of the Wise MCP?
This MCP is designed to facilitate queries related to Wise balances and transfers. It enables applications to retrieve financial information, such as current account balances and transfer statuses.
Is there a cost associated with using the Wise MCP?
The cost of using the Wise MCP depends on the underlying Wise service and any associated API usage fees. The MCP itself is open-source and free to deploy.
How can I get started with the Wise MCP?
You can find installation and usage instructions in the official repository. The MCP is designed to be integrated with popular MCP clients that support stdio transport.

Install Wise

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "wise": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wise"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "wise": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wise"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "wise": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-wise"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.