# PnL Labs — Solana Trust & Risk Checks MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-pnllabs-pnllabs
- Repository: https://github.com/PnLlabs/pnllabs-mcp
- Website: https://pnllabs.com

## Install
- Endpoint: https://api.pnllabs.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.pnllabs.com/mcp

## Tools
- check_wallet_trust (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, UNVERIFIABLE), a confidence level, realized profit/loss in SOL, the number of coins analyzed, stable reason codes, and flags such as known_sniper_bot. Returns UNVERIFIABLE when the history cannot be reconstructed reliably rather than estimating. Endpoint: https://api.pnllabs.com/mcp
- check_wallet_forensics (Trace Wallet Funding Origin) - 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), the funding transaction, wallet age, and a fresh_wallet flag. Endpoint: https://api.pnllabs.com/mcp
- check_trade_cost (Estimate Trade Execution 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 execution overhead, a recommended maximum size in SOL, pool liquidity, and a verdict (ACCEPTABLE_COST, ELEVATED_COST, HIGH_COST, UNTRADEABLE, NO_POOL, UNKNOWN). Endpoint: https://api.pnllabs.com/mcp
- check_token_safety (Check Token Structural Risk) - 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 buyers, and a simulated buy/sell round trip to detect honeypot behavior. Returns: verdict (LOW_RISK, ELEVATED, HIGH_RISK, CRITICAL, UNKNOWN), stable reason codes, and top-holder percentages. Scope is structural only; it does not detect risk that exists purely in trading behavior. Endpoint: https://api.pnllabs.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.PnLlabs
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
