Solrisk MCP Server

Solana token risk (rug / honeypot / dump) scoring for AI agents — remote MCP server.

Remote serverstreamable-http

What is the Solrisk MCP server?

Solana token risk (rug / honeypot / dump) scoring for AI agents — remote MCP server. Exposed over MCP by the solrisk mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

A hosted Model Context Protocol server that gives any AI assistant or agent an instant rug / honeypot / dump risk score (0–100) for any Solana SPL token, straight from on-chain signals — no API key, no install, one URL.

  • riskScore — — 0 (safe) … 100 (high rug/honeypot/dump risk)
  • mintAuthority / freezeAuthority — — can the supply be inflated or wallets frozen?
  • top10HolderPct — — holder concentration (whale/insider dump risk)
  • liquidityUsd / volume24h / priceUsd — — market depth signals

Its toolset

Everything the assistant can do here goes through one of these:

  • riskScore — 0 (safe) … 100 (high rug/honeypot/dump risk)
  • top10HolderPct — holder concentration (whale/insider dump risk)

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Solrisk's toolset — riskScore, top10HolderPct — is a fair guide to whether it matches your workflow. It is maintained by comil27; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the solrisk mcp server does with a few real requests.

Available tools

ToolWhat it does
riskScore0 (safe) … 100 (high rug/honeypot/dump risk)
top10HolderPctholder concentration (whale/insider dump risk)

Example prompts to try

  • Use Solrisk to riskScore.
  • Use Solrisk to top10HolderPct.

Frequently asked questions

It connects Solrisk to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (riskScore, top10HolderPct) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Solrisk directly.