PALISADE MCP Server
Onchain security scanner for DeFi traders, protecting against rugpulls, honeypots, and dangerous token approvals on Robinhood Chain and other networks.
README
PALISADE MCP Server
Onchain security scanner for DeFi traders on Robinhood Chain. Protect against rugpulls, honeypots, and dangerous token approvals. Read-only by design — no keys, no signing, no custody.
Live MCP endpoint: https://mcp.palisadescan.com Site: https://palisadescan.com
Quick test (no install, no API key)
Verify PALISADE is live and returns a real verdict in one call:
curl -s https://mcp.palisadescan.com/health
# -> {"status":"ok","service":"palisade-mcp","tools":18}
curl -s -X POST https://mcp.palisadescan.com/tools/call \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"palisade_safety_score",
"arguments":{"contract":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48","chain":"ethereum"}}}'
# -> {"jsonrpc":"2.0","id":1,"result":{"score":92,"risk_level":"safe",...}}
All scans are read-only and need no API key. Calls go to POST /tools/call (JSON-RPC 2.0);
GET /tools/list enumerates all tools. There is no REST API — use these.
Network
PALISADE ships Robinhood-Chain-first. The scanners (approvals, token, honeypot, safety score) target Robinhood Chain (chainid=4663) over its native Blockscout RPC. EVM majors and Solana are supported for cross-chain scanning; a small set of Ethereum stablecoins are kept in the verified registry so multichain wallets get correct labels.
| Chain | Approvals | Token Scan | Honeypot |
|---|---|---|---|
| Robinhood Chain | Yes | Yes | Yes |
| Ethereum | Yes | Yes | Yes (GoPlus) |
| Polygon | Yes | Yes | Yes (GoPlus) |
| Arbitrum | Yes | Yes | Yes (GoPlus) |
| Solana | — | Yes (GoPlus) | Yes (GoPlus) |
Features
- Approval Scanner — list all ERC-20/ERC-721 approvals, flag unlimited approvals, identify risky spenders
- Token Scanner — analyze contracts for rugpull indicators: hidden mint, proxy patterns, tax manipulation, blacklist functions
- Honeypot Detector — simulate buy/sell to detect tokens that block selling
- Safety Score — 0-100 rating based on bytecode analysis, ownership, registry match, complexity
- Wallet Report — full security posture assessment
- Wallet Monitor — alerts for new approvals, risky interactions, and balance changes
- Token Market — price, liquidity, 24h volume, and pool age via DexScreener (no API key)
- Deployer Check — contract verification, name, and deployer reputation via Blockscout
- Batch Scan — score multiple tokens in one call, ranked by risk
- Consensus — multi-source verdict: 6 independent signals vote; risk only escalates to high/critical when multiple sources agree (false-positive guard)
- Liquidity Lock — detect whether DEX liquidity is locked, burned, or freely withdrawable (rug-pull vector); missing data returns
unknown, neversafe - Approval Simulator — risk-assess a spender before you sign: contract vs EOA, known-safe, scam-flagged, unlimited amount
- Clone Detector — bytecode fingerprinting flags copy-paste scam clones, cross-checked against the scam DB
- Tax Scanner — flags punishing or owner-modifiable buy/sell/transfer tax (the "0% now, 99% later" trap); missing data returns
unknown, neversafe - Ownership Scanner — who controls the contract and what they can do: mint, pause, blacklist, reclaim ownership, modify balances, selfdestruct; a renounced owner neutralizes these powers
- Holder Concentration — whale-dump risk: top-holder concentration over the sellable float, excluding LP pools, burns, and locked holders; one wallet over half the float is flagged even with a clean contract
Every tool is read-only. PALISADE reads the chain and reports — it never requests a signature, holds keys, or moves funds.
Install
pip install -e .
# With dev dependencies
pip install -e ".[dev]"
Run
# Stdio transport (default)
make run
# SSE transport on port 3100
make run-sse
Configuration
Set environment variables:
export ROBINHOOD_RPC=https://rpc.mainnet.chain.robinhood.com # Custom RPC (optional)
export ETHERSCAN_API_KEY=your_key_here # Optional — deployer checks on EVM majors
MCP Client Config
Claude Desktop
{
"mcpServers": {
"palisade": {
"command": "python3",
"args": ["-m", "palisade_mcp.server"],
"cwd": "/path/to/palisade/src",
"env": {
"ROBINHOOD_RPC": "https://rpc.mainnet.chain.robinhood.com"
}
}
}
}
Cursor
Same format — see config/cursor.json.
CLI Scripts
# Scan approvals
./scripts/palisade-approvals.sh <wallet> [chain]
# Scan token safety
./scripts/palisade-token.sh <token> [chain]
# Detect honeypot
./scripts/palisade-honeypot.sh <token> [chain]
# Get safety score
./scripts/palisade-score.sh <contract> [chain]
# Full wallet report
./scripts/palisade-report.sh <wallet> [chain]
# Check a token against the community scam DB
./scripts/palisade-check-scam.sh <token> [chain]
# Report a scam
./scripts/palisade-report-scam.sh <token> <type> <description> [chain]
Development
make test # Run tests
make lint # Check code style
make format # Auto-format code
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.