Wealthsimple MCP Server
@wealthsimple
关于 Wealthsimple MCP Server
Wealthsimple Model Context Protocol server (public)
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"https://wealthsimple-mcp-server.INSERT-YOUR-ACCOUNT.workers.dev/sse"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Wealthsimple MCP Server?
Wealthsimple MCP Server is a Model Context Protocol (MCP) server that lets MCP clients—such as Claude Desktop, Cursor, and the OpenAI Agents SDK—query information about Wealthsimple. It currently offers five tools for searching promotions, searching help centre articles, retrieving specific articles, checking operational status, and fetching newsletters and magazine content.
How to use Wealthsimple MCP Server?
Run locally with yarn start (serves at http://localhost:8787/sse) or deploy to Cloudflare Workers with yarn deploy. Connect MCP clients using the SSE endpoint; for example, Claude Desktop can be configured via the mcp-remote proxy by running npx mcp-remote <URL>/sse and updating its config file.
Key features of Wealthsimple MCP Server?
- Search ongoing and past promotions
- Search Wealthsimple Help Centre articles
- Retrieve a specific Help Centre article
- Get current operational status of Wealthsimple
- Fetch Wealthsimple TLDR newsletters and Magazine articles
Use cases of Wealthsimple MCP Server?
- Quickly find promotional offers for investment accounts
- Answer customer questions by searching Help Centre articles
- Monitor Wealthsystem downtime with real-time status checks
- Stay informed via newsletters and magazine content
FAQ from Wealthsimple MCP Server
What tools are included?
The server provides five tools: search_wealthsimple_promotions, search_wealthsimple_help_centre, get_wealthsimple_help_centre_article, get_wealthsimple_status, and get_wealthsimple_news.
How do I run the server locally?
Use yarn start to start the local server; it listens at http://localhost:8787/sse. You must have Node.js and yarn installed.
How do I deploy it to Cloudflare Workers?
Run yarn deploy to publish the server to Cloudflare Workers, then connect to the URL https://wealthsimple-mcp-server.INSERT-YOUR-ACCOUNT.workers.dev/sse.
How do I connect it to Claude Desktop?
In Claude Desktop’s settings (Developer > Edit Config), add an MCP server entry using npx mcp-remote pointing to the server’s SSE URL (local or deployed). Restart Claude to see the tools.
What transport does the server support?
It uses server-sent events (SSE) transport for communication with MCP clients.
其他 分类下的更多 MCP 服务器

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论