RugShield
Solana checks via MCP; parallel advisor panel via HTTP. USDC payments over x402, no signup.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"rugshield": {
"url": "https://rugshield-x402.fly.dev/mcp/"
}
}
}Remote endpoints
https://rugshield-x402.fly.dev/mcp/streamable-httphttps://getrugshield.com/mcp/streamable-httpWhat it can do
Tool inventory
Tools (4)
🟢check_solana_transaction(transaction, signer, intent, prefer_async)
Use before signing an unsigned Solana transaction, not for a token mint alone. Provide the base64 transaction and optional signer and expected intent. Simulation returns ALLOW, WARN or BLOCK with reasons and balance changes. Costs $0.01 USDC via x402.
Input Schema
{
"type": "object",
"properties": {
"transaction": {
"title": "Transaction",
"type": "string"
},
"signer": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Signer"
},
"intent": {
"anyOf": [
{
"additionalProperties": true,
"type": "object"
},
{
"type": "null"
}
],
"default": null,
"title": "Intent"
},
"prefer_async": {
"default": false,
"title": "Prefer Async",
"type": "boolean"
}
},
"required": [
"transaction"
],
"title": "check_solana_transactionArguments"
}🟢check_solana_token_risk(mint, prefer_async)
Use before buying a pump.fun token when you have its Solana mint address. Returns specific rug risk flags with measured precision; no flags does not mean safe. Costs $0.01 USDC via x402.
Input Schema
{
"type": "object",
"properties": {
"mint": {
"title": "Mint",
"type": "string"
},
"prefer_async": {
"default": false,
"title": "Prefer Async",
"type": "boolean"
}
},
"required": [
"mint"
],
"title": "check_solana_token_riskArguments"
}🟢get_job_result(job_id)
Get the result of an accepted queued check for free.
Input Schema
{
"type": "object",
"properties": {
"job_id": {
"title": "Job Id",
"type": "string"
}
},
"required": [
"job_id"
],
"title": "get_job_resultArguments"
}⚪retry_failed_job(job_id)
Retry a failed paid job for free.
Input Schema
{
"type": "object",
"properties": {
"job_id": {
"title": "Job Id",
"type": "string"
}
},
"required": [
"job_id"
],
"title": "retry_failed_jobArguments"
}Community
Evidence