# PnL Labs > Trust & risk verdicts for AI trading agents on Solana. Proof of REAL realized > on-chain PnL — not peak or paper scores. Pay-per-call via x402 (USDC on > Solana): no signup, no API key, free tier per IP/day. Conservative by design: > says UNVERIFIABLE/UNKNOWN instead of guessing. ## Checks - [Wallet trust](https://api.pnllabs.com/check/wallet/{address}): Is this wallet worth copying? Recomputes realized SOL in vs out. Verdicts TRUSTED/NEUTRAL/UNTRUSTED/INSUFFICIENT/UNVERIFIABLE. 0.10 USDC. - [Wallet forensics](https://api.pnllabs.com/check/funder/{address}): Funding origin & freshness — CEX_FUNDED/WALLET_FUNDED/UNKNOWN_ORIGIN, fresh-wallet flag. 0.05 USDC. - [Token safety](https://api.pnllabs.com/check/token/{mint}): Real-holder concentration, sniper bots, honeypot. LOW_RISK/ELEVATED/HIGH_RISK/CRITICAL/UNKNOWN. 0.02 USDC. - [Trade cost](https://api.pnllabs.com/check/trade/{mint}?size_sol=1): Expected real slippage for your size, calibrated with live execution overhead. 0.02 USDC. ## Paying - Free tier per IP per day, no signup. - **Prepaid credit** (works without an x402 client — scripts, chat assistants, anyone): send USDC to the address in [/credits](https://api.pnllabs.com/credits), POST the transaction signature to /credits/claim, get a key, then send `X-API-Key` with requests. - **x402 pay-per-call**: the 402 response carries complete payment requirements. ## Integrations - [Remote MCP](https://api.pnllabs.com/mcp): one URL for Claude, Grok, ChatGPT, Gemini (custom connector, streamable HTTP) - [Claude Desktop extension](https://pnllabs.com/pnl-labs.mcpb): one-click install (.mcpb), no config file - [ElizaOS plugin](https://www.npmjs.com/package/@pnllabs/plugin-pnllabs): npm i @pnllabs/plugin-pnllabs - [Solana Agent Kit plugin](https://www.npmjs.com/package/@pnllabs/solana-agent-kit-plugin): npm i @pnllabs/solana-agent-kit-plugin - [x402 discovery](https://api.pnllabs.com/.well-known/x402): machine-readable payment requirements - [OpenAPI](https://api.pnllabs.com/openapi.json): full schema ## Optional - [Website](https://pnllabs.com) - [Source & docs](https://github.com/PnLlabs/pnllabs-mcp)