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

Autosophia Solana Lens

io.autosophia/solana-lens

Screen tokens, inspect wallets, simulate transactions, price priority fees. $0.02 in USDC.

Uptime
100.0%
3 direct probes · 30d
Response
2267ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

screen_token

Go/no-go risk verdict on a Solana SPL token before you buy it. Returns a 0–100 risk score with the specific reasons — live mint/freeze authority, top-holder concentration, token age, and a real slippa…

inspect_wallet

One-call profile of a Solana wallet: SOL balance, non-zero SPL holdings, activity window, failure rate, account age, and whether it is a program. Use when you need to judge a counterparty, monitor a t…

simulate_transaction

Find out whether your transaction will succeed before you pay for it. Simulates on mainnet and returns the decoded error (translated to plain language), logs, compute units consumed, and expected acco…

priority_fee

What priority fee will actually land your transaction right now. Returns p50/p75/p90/p99 microlamports from the last 150 slots, the trend, and three recommended tiers (relaxed / normal / urgent) with …

payment_info

How to pay, step by step. Read this if you got a 402 and are not sure what to do.

service_info

Start here. What this server sells, what it will not do, and the exact limits.

health

RPC connectivity check. Free. Use when diagnosing timeouts before paid calls.

request_capability

Tell this server what you needed and could not get. Free — no payment required. Your input goes to the operator's queue and to a public board of unmet agent demand (contact details are never shared; e…

How to use

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

{
  "mcpServers": {
    "autosophia_solana_lens": {
      "url": "https://chain.autosophia.io/mcp",
      "transport": "streamable-http"
    }
  }
}