Skip to main content
Glama
mastrophot

mcp-contract-security

by mastrophot

mcp-contract-security

MCP-сервер для сканирования безопасности смарт-контрактов.

Реализует необходимые инструменты:

  • scan_contract

  • compare_security_models

  • audit_checklist

Поддерживает языки:

  • solidity

  • rust

  • typescript

Что он проверяет

scan_contract в настоящее время обнаруживает эвристические паттерны для:

  • Повторный вход

  • Риск переполнения/недополнения целых чисел

  • Проблемы контроля доступа

  • Подверженность фронт-раннингу

  • Риск манипуляции оракулом

Вывод включает:

  • список уязвимостей с серьезностью/типом/строкой

  • security_score

  • near_equivalent_score

  • NEAR-специфичные заметки по безопасности и рекомендации

Related MCP server: meok-mcp-injection-scan-mcp

Установка

npm install -g mcp-contract-security

Опубликованный пакет:

Конфигурация MCP (Claude Desktop)

{
  "mcpServers": {
    "contract-security": {
      "command": "mcp-contract-security"
    }
  }
}

Использование инструментов

scan_contract

Входные данные:

{
  "code": "contract source code here",
  "language": "solidity"
}

compare_security_models

Входные данные (необязательно):

{
  "language": "solidity"
}

audit_checklist

Входные данные (необязательно):

{
  "language": "rust"
}

Локальная разработка

npm install
npm run check

Поставляемые артефакты

Дополнительные публикационные артефакты подготовлены в deliverables/:

  • deliverables/mcp-registry-submission.md

  • deliverables/security-subreddit-posts.md

  • deliverables/blog-why-near-contracts-safer.md

  • server.json (метаданные MCP Registry, проверено по схеме)

Лицензия

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Security scanner for MCP servers. Detects prompt injection, command injection, auth bypass, and excessive permissions across tools, resources, and prompts.
    48
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Scans MCP servers for prompt-injection, tool-poisoning, and SSRF vulnerabilities using 30+ canonical rules across 5 severity tiers, with optional signed safety reports for procurement.
    5
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that statically audits Solidity smart contracts for common vulnerabilities like reentrancy and access control, enabling developers to identify and fix security issues via natural language.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables scanning Solidity smart contracts for 13 vulnerability classes using pattern-based analysis; provides full audit, quick scan, gas analysis, and detector catalog through MCP tools.

View all related MCP servers

Related MCP Connectors

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

  • Zero-config MCP security scanner for AI-generated apps. 25K+ vulnerability patterns.

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mastrophot/near-mcp-contract-security'

If you have feedback or need assistance with the MCP directory API, please join our Discord server