Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Wealthsimple Server

БесплатноНе проверен

Enables querying Wealthsimple promotions, help centre articles, status, and news through MCP tools.

GitHubEmbed

Описание

Enables querying Wealthsimple promotions, help centre articles, status, and news through MCP tools.

README

Wealthsimple Model Context Protocol server to allow Claude Desktop, Cursor, OpenAI Agents SDK, and other MCP clients to query information about Wealthsimple.

It has limited capabilities (for now):

Tool Description
search_wealthsimple_promotions Search Wealthsimple's ongoing and past promotions
search_wealthsimple_help_centre Search Wealthsimple's Help Centre articles
get_wealthsimple_help_centre_article Retrieve a specific Help Centre article
get_wealthsimple_status Get the current operational status of Wealthsimple
get_wealthsimple_news Get Wealthsimple TLDR newsletters and Magazine articles
Screenshot 2025-05-01 at 18 32 25

Usage

The MCP server can be run locally or hosted remotely on Cloudflare Workers. It supports server-sent events (SSE) transport.

Running locally

Run it locally with yarn start and connect at http://localhost:8787/sse.

For example, you can use the mcp-remote proxy by running the command npx mcp-remote http://localhost:8787/sse to connect to it through your MCP client.

Remote hosting

You can deploy to Cloudflare Workers with yarn deploy and connect over SSE at https://wealthsimple-mcp-server.INSERT-YOUR-ACCOUNT.workers.dev/sse.

Connect Claude Desktop

To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Update with this configuration:

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://wealthsimple-mcp-server.INSERT-YOUR-ACCOUNT.workers.dev/sse" // or http://localhost:8787/sse
      ]
    }
  }
}

Restart Claude and you should see the tools become available.

from github.com/lwsinclair/wealthsimple-mcp-server

Установка Wealthsimple Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/lwsinclair/wealthsimple-mcp-server

FAQ

Wealthsimple Server MCP бесплатный?

Да, Wealthsimple Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Wealthsimple Server?

Нет, Wealthsimple Server работает без API-ключей и переменных окружения.

Wealthsimple Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Wealthsimple Server в Claude Desktop, Claude Code или Cursor?

Открой Wealthsimple Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Wealthsimple Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development