mcpbeat Sign in

three.ws Portfolio MCP Server

local only

three.ws Portfolio runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from npm. Last commit 18 Sep 2026.

An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers.

Installs per day peak 170 · avg 17 · +1106% w/w
a month agotoday
204
Installs / week
npm · @three-ws/portfolio-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check three.ws Portfolio every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add portfolio-mcp -- npx -y @three-ws/portfolio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "portfolio-mcp": {
      "args": [
        "-y",
        "@three-ws/portfolio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.portfolio-mcp]
command = "npx"
args = ["-y", "@three-ws/portfolio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "portfolio-mcp": {
      "args": [
        "-y",
        "@three-ws/portfolio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "portfolio-mcp": {
      "args": [
        "-y",
        "@three-ws/portfolio-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREE_WS_BASE (Base URL of the three.ws API that serves the portfolio + trades endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live three.ws API reads.), THREE_WS_SESSION (Your three.ws session token (the value of the `__Host-sid` cookie from a signed-in browser). Required for the account-scoped reads — get_portfolio_summary, get_portfolio_history, get_portfolio_asset — which return data for the agents YOU own. The public trade feed and on-chain balance reads do not need it. Treat like a password.), SOLANA_RPC_URL (Solana mainnet RPC endpoint used by get_wallet_balances and send_transfer. Defaults to https://api.mainnet-beta.solana.com — bring your own (Helius / Quicknode / Triton) for production traffic.), SOLANA_SECRET_KEY (Base58-encoded Solana secret key for the wallet that send_transfer signs from. REQUIRED for send_transfer (the only write tool); a per-call `secret` arg overrides it. Not needed for any read tool. Treat like cash.), MAX_SOL_PER_TX (Per-transaction spend cap in SOL for native SOL transfers via send_transfer. Bounds the blast radius of a leaked key or an injected argument.), RECIPIENT_ALLOWLIST (Optional comma-separated base58 pubkeys. When set, send_transfer refuses any recipient not in the list.), REQUIRE_CONFIRM (When on (default), send_transfer refuses until re-issued with confirm:true. Set 0/false to disable the gate.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Portfolio

same job, measured the same way
three.ws Copy Trading
by nirholas

Manage copy-trade follows — follow leaders, tune sizing and guard rules, and track fees owed.

330 installs/wk local only
Tradestaq MCP
by the-staq

AI-powered crypto trading tools. Strategies, backtests, bots, and portfolio management.

51 installs/wk local only
Trencher Agent
by zero520-dot

First autonomous Solana trading agent on MCP. Live signals and consciousness feed.

31 installs/wk local only
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

34 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

23 installs/wk local only
I
Keyban Agent Wallet
by keyban-prod-mcp

Give an AI agent its own blockchain wallet: balances, USDC transfers, x402 payments under policy.

284 installs/wk local only
Trading
by lona

AI-powered trading strategy development: backtesting, market data, and portfolio analysis

answering
Xendit MCP
by mrslbt

Xendit payment APIs for AI agents. Payment links, payouts, balances, and transactions.

49 installs/wk local only

three.ws Portfolio — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Portfolio?
three.ws Portfolio runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @three-ws/portfolio-mcp was installed 204 times last week.
How do I connect three.ws Portfolio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @three-ws/portfolio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Portfolio?
The npm package @three-ws/portfolio-mcp was installed 204 times in the last week. Week over week that is +1106%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Portfolio open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.