contract-guard-mcp
Rank #35,562io.github.eltociear/contract-guard-mcp
Pre-interaction risk check for EVM contracts/tokens: proxy, EIP-7702, ERC20 metadata. Zero deps.
contract-guard-mcp is a Model Context Protocol (MCP) server published by eltociear. It ranks #35,562 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. contract-guard-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 80,029 of 115,591 servers on MCP Toplist.
Use contract-guard-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add contract-guard-mcp -- docker run -i --rm ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0[mcp_servers.contract-guard-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"contract-guard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"contract-guard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"contract-guard-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"contract-guard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"contract-guard-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eltociear/contract-guard-mcp:mcp-1.0.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.eltociear%2Fcontract-guard-mcp)<a href="https://mcptoplist.com/server/io.github.eltociear%2Fcontract-guard-mcp"><img src="https://mcptoplist.com/badge/io.github.eltociear%2Fcontract-guard-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
eltociear
Other servers by eltociear
- mcp-security-audit#10,373 · 2 vers
- tokenguard-mcp#26,979 · 2 vers
- secrets-audit-mcp#34,767 · 1 ver
- taskmarket-mcp#64,976
- Repo Security Scanner — Malicious Code & Supply Chain#66,444 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 7, 2026 |
Frequently asked questions
- Who maintains contract-guard-mcp?
- contract-guard-mcp is maintained by eltociear, which publishes 7 MCP servers (8 total versions) tracked on MCP Toplist.
- Is contract-guard-mcp listed on the Official MCP Registry?
- Yes — contract-guard-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does contract-guard-mcp have?
- MCP Toplist tracks 1 version of contract-guard-mcp, most recently published on Jun 7, 2026.
- Where can I find the source code for contract-guard-mcp?
- The source code for contract-guard-mcp is hosted at github.com/eltociear/contract-guard-mcp.