Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PnL Labs — Solana Trust & Risk Checks

io.github.pnllabs/pnllabs

Trust checks for Solana trading: realized-PnL wallet trust, token safety, trade cost, forensics.

Uptime
100.0%
1 direct probes · 30d
Response
125ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

check_wallet_trust

Recomputes the realized SOL profit and loss of a Solana wallet from its on-chain transaction history and returns a trust verdict. Returns: verdict (TRUSTED, NEUTRAL, UNTRUSTED, INSUFFICIENT, UNVERIFIA…

check_wallet_forensics

Traces where a Solana wallet's funding came from and how old it is, using on-chain transfer history. Returns: origin classification (CEX_FUNDED, WALLET_FUNDED, UNKNOWN_ORIGIN, UNVERIFIABLE_ORIGIN), th…

check_trade_cost

Estimates what a trade of a given size would cost in a Solana token's main liquidity pool. Returns: expected slippage in percent, an estimated round-trip cost calibrated against measured live executio…

check_token_safety

Analyzes structural risk of a Solana token from on-chain data: real-holder concentration with bonding-curve and liquidity-pool accounts excluded, presence of known sniper-bot addresses among early buy…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pnl_labs_—_solana_trust_&_risk_checks": {
      "url": "https://api.pnllabs.com/mcp",
      "transport": "streamable-http"
    }
  }
}