Server data from the Official MCP Registry
Solana token risk (rug / honeypot / dump) scoring for AI agents — remote MCP server.
Solana token risk (rug / honeypot / dump) scoring for AI agents — remote MCP server.
Remote endpoints: streamable-http: https://solrisk.rugscore.workers.dev/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
1 tool verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-comil27-solrisk-mcp": {
"url": "https://solrisk.rugscore.workers.dev/mcp"
}
}
}From the project's GitHub README.
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.
Built for Claude Code, Claude Desktop, Cursor, and any MCP-capable agent framework.
The solana_token_risk tool takes a token mint address and returns a JSON risk report:
0 (safe) … 100 (high rug/honeypot/dump risk)Claude Code
claude mcp add --transport http solrisk https://solrisk.rugscore.workers.dev/mcp
Claude Desktop / Cursor / generic MCP client — add to your MCP config:
{
"mcpServers": {
"solrisk": {
"type": "streamable-http",
"url": "https://solrisk.rugscore.workers.dev/mcp"
}
}
}
Then ask: "Check the rug risk of token <mint>."
// solana_token_risk { "mint": "So11111111111111111111111111111111111111112" }
{
"mint": "So111...1112",
"riskScore": 0,
"mintAuthority": null,
"freezeAuthority": null,
"top10HolderPct": 12.4,
"liquidityUsd": 48211934,
"volume24h": 91833021,
"priceUsd": 168.42
}
The MCP tool above is free. For programmatic pay-per-call at scale, the same engine is exposed as a pay-per-use HTTP API via x402 (USDC on Solana, $0.01/call, no account):
GET https://solrisk.rugscore.workers.dev/check?mint=<MINT>
It returns an HTTP 402 with an x402 payment challenge; pay and retry to get the full report.
Discovery: /.well-known/x402 ·
/openapi.json ·
/llms.txt
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.