
Three.Ws Portfolio
- 89 repo stars
- Updated July 28, 2026
- nirholas/three.ws
Reports an agent's trading state: portfolio value, PnL, live balances, trade feed, and signed transfers.
About
three.ws Portfolio is an MCP server that reports an agent's trading state, portfolio value, PnL, live wallet balances, and a trade feed, and can execute signed Solana transfers. A solo builder running trading agents uses it to watch performance and move funds safely, with a single write tool guarded by per-tx spend caps, a recipient allowlist, and a confirm gate.
- Portfolio value, PnL, live balances
- Public trade feed
- Guarded signed transfers with spend caps and allowlists
Three.Ws Portfolio by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add --env THREE_WS_BASE=YOUR_THREE_WS_BASE --env THREE_WS_TIMEOUT_MS=YOUR_THREE_WS_TIMEOUT_MS --env THREE_WS_SESSION=YOUR_THREE_WS_SESSION --env SOLANA_RPC_URL=YOUR_SOLANA_RPC_URL --env SOLANA_SECRET_KEY=YOUR_SOLANA_SECRET_KEY --env MAX_SOL_PER_TX=YOUR_MAX_SOL_PER_TX --env RECIPIENT_ALLOWLIST=YOUR_RECIPIENT_ALLOWLIST --env REQUIRE_CONFIRM=YOUR_REQUIRE_CONFIRM portfolio-mcp -- npx -y @three-ws/portfolio-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 89 |
|---|---|
| Package | @three-ws/portfolio-mcp |
| Transport | STDIO |
| Auth | Required |
| Last updated | July 28, 2026 |
| Repository | nirholas/three.ws ↗ |
What it does
Reports an agent's trading state: portfolio value, PnL, live balances, trade feed, and signed transfers.
Who is it for?
Builders monitoring trading-agent portfolios
Skip if: Users wanting unguarded automated fund movement