Odel
wealthapi mcp

wealthapi mcp

Local
@wealthapi-euTypeScriptMITUpdated 1mo ago

Read-only MCP server for wealthAPI: portfolio, cash-flow, and dividend insights for AI assistants.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@wealth_api/mcp-serverv0.1.0

Run

npx -y @wealth_api/mcp-server

MCP client config

{
  "mcpServers": {
    "wealthapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wealth_api/mcp-server"
      ]
    }
  }
}