mcpserver.lol
registry/base-security-scanner-mcp
Connection check local install

base-security-scanner-mcp

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

Tools 8
GitHub stars 1
Installs / wk 53
Licence
Transport stdio
Last checked never

Tools & capabilities

8 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

analyze_bytecode from source
Disassemble contract bytecode on Base mainnet and identify known patterns (proxy, diamond, AMM, lending, ERC-20, ERC-721, etc).
audit_report from source
Generate a full security audit report for a token on Base mainnet. Combines contract scan, honeypot check, rug risk score, bytecode analysis, and permission checks into one compreh…
check_honeypot from source
Check if a token on Base mainnet is a honeypot by simulating buy and sell via Uniswap V2 router. Returns buy/sell ability and estimated taxes.
check_token_permissions from source
Check owner permissions on a token: can mint? can pause? can blacklist? can change fees? Can disable trading? Ownership renounced?
compare_bytecode from source
Compare bytecode of two contracts on Base mainnet for clone detection. Returns similarity score and whether they share the same code.
detect_rug_risk from source
Score rug pull risk 0-100 for a token on Base mainnet. Checks ownership, liquidity, dangerous functions, honeypot status, and contract patterns.
get_contract_info from source
Get basic contract metadata on Base mainnet: is it a contract, bytecode size, ETH balance, transaction count. For tokens, also returns name/symbol/supply.
scan_contract from source
Analyze a smart contract on Base mainnet for security issues including reentrancy patterns, access control, hidden mints, proxy patterns, and dangerous opcodes.