Skip to content

three.ws Portfolio

io.github.nirholas/portfolio-mcp · Status: active

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

Registry name
io.github.nirholas/portfolio-mcp
Package coordinate
npm:@three-ws/portfolio-mcp
Version
0.1.1
Listed in the registry
2026-08-19
Changed in the registry
2026-08-19
First seen by tracevero
2026-08-06
Vendor's website
https://three.ws

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

Vendor's own description, untranslated and unverified

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean

Measured values

Measured values
Credentials requiredyes
Raw declaration – Required secret variables (raw): SOLANA_SECRET_KEY
Raw declaration – Required secret headers (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Execution locationlocal
Raw declaration – Transports (raw): stdio
Source: MCP-Register · collected on 2026-08-06 · derived
Path argument presentno
Raw declaration – Path arguments (raw): confirmed absent
Raw declaration – Path environment variables (raw): confirmed absent
Source: MCP-Register · collected on 2026-08-06 · derived
Repository URL listedyes
Raw declaration – Repository (raw): https://github.com/nirholas/three.ws
Source: MCP-Register · collected on 2026-08-06 · derived
Version0.1.1
Source: MCP-Register · collected on 2026-08-20 · self-declared

Position within the holdings

How many of the 24,507 published entries carry the same measured value. A reference figure, not an assessment.

All 4 values together are carried by 2,709 of 24,507 entries.

This entry appears in these selections

The source's raw values23

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)THREE_WS_BASE, THREE_WS_TIMEOUT_MS, THREE_WS_SESSION, SOLANA_RPC_URL, SOLANA_SECRET_KEY, MAX_SOL_PER_TX, RECIPIENT_ALLOWLIST, REQUIRE_CONFIRM
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret variables (raw)SOLANA_SECRET_KEY
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/nirholas/three.ws
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)npm
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-19
Source: MCP-Register · collected on 2026-08-20 · self-declared
Last changed in the registry (raw)2026-08-19
Source: MCP-Register · collected on 2026-08-20 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)packages/portfolio-mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)@three-ws/portfolio-mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)0.1.1
Source: MCP-Register · collected on 2026-08-20 · self-declared
Runtime hints (raw)npx
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)boolean, number, string
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)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. · 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. · 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_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. · THREE_WS_TIMEOUT_MS=Per-request timeout in milliseconds for the live three.ws API reads.
Source: MCP-Register · collected on 2026-08-20 · self-declared
Icon formats (raw)image/svg+xml
Source: MCP-Register · collected on 2026-08-16 · self-declared

Changes

Changes
2026-08-20Version: 0.1.0 → 0.1.1
2026-08-20Last changed in the registry (raw): 2026-06-24 → 2026-08-19
2026-08-20First listed in the registry (raw): 2026-06-24 → 2026-08-19
2026-08-20Environment variable descriptions (raw): 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. · 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. · 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_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. · THREE_WS_TIMEOUT_MS=Per-request timeout in milliseconds for the live three.ws API reads. → 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. · 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. · 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_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. · THREE_WS_TIMEOUT_MS=Per-request timeout in milliseconds for the live three.ws API reads.
2026-08-20Package versions (raw): 0.1.0 → 0.1.1
2026-08-16Last changed in the registry (raw): – → 2026-06-24
2026-08-16First listed in the registry (raw): – → 2026-06-24
2026-08-16Registry status message (raw): – → –
2026-08-16Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-08-16Icon formats (raw): – → image/svg+xml

These are the 10 most recent changes to this entry. Full history

tracevero · https://tracevero.com/mcp/io-github-nirholas-portfolio-mcp