
Contract Security Scanner
Scan NEAR smart contracts for security issues from your agent before mainnet deploy or audit handoff.
Overview
Contract Security Scanner is a MCP server for the Ship phase that scans smart contracts with NEAR-focused security context via agent-invoked tools.
What is this MCP server?
- MCP smart contract security scanner over stdio npm package mcp-contract-security
- NEAR-focused security context in analysis
- npm registryType install at version 0.1.1
- Pairs with NEAR wallet and deploy workflows in the same maintainer ecosystem
- npm package mcp-contract-security version 0.1.1
- stdio transport
- NEAR-focused security context per server description
What problem does it solve?
Solo NEAR builders ship contracts without a fast, agent-accessible security pass aligned to their chain’s patterns.
Who is it for?
Indie NEAR developers running pre-release security checks from Claude Code or Cursor on every contract change.
Skip if: Teams needing formal third-party audit reports, non-NEAR chains only, or builders with no on-chain code.
What do I get? / Deliverables
You get NEAR-context scan results in your coding agent before mainnet deploy, with issues you can fix immediately in-repo.
- Security findings on NEAR-oriented contract logic
- Pre-deploy gate results inside the agent session
- Actionable issues to patch before release
Recommended MCP Servers
Journey fit
How it compares
NEAR-tuned contract scan MCP, not a full manual audit firm or generic static-analysis skill pack.
Common Questions / FAQ
Who is Contract Security Scanner for?
Solo builders shipping NEAR smart contracts who want agent-driven security scanning in their normal dev loop.
When should I use Contract Security Scanner?
Use it after contract changes and before testnet or mainnet promotion, especially when you lack a dedicated security reviewer.
How do I add Contract Security Scanner to my agent?
Install mcp-contract-security from npm, add the stdio MCP server entry in Claude Code or Cursor, and point tools at your contract project.