MCP.so
登录

Chimera Scaffold

@Recon-Fuzz

关于 Chimera Scaffold

Scaffolds Chimera fuzzing test suites for Solidity smart contracts. Generates ready-to-compile projects with invariant properties, handlers, and fuzzer configs for ERC20, vault, lending, AMM, governance, and staking protocols.

基本信息

分类

开发工具

传输方式

stdio

发布者

Recon-Fuzz

提交者

David Chaparro

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "chimera-scaffold": {
      "command": "npx",
      "args": [
        "@recon-fuzz-mcp/chimera"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Chimera Scaffold?

Chimera Scaffold is an MCP server that generates scaffolding for Chimera fuzzing test suites targeting Solidity smart contracts. It provides tools to create project structures, invariants, templates, and pattern explanations.

How to use Chimera Scaffold?

The server exposes four tools that can be called through an MCP client. No API key is required. The tools are invoked by name with appropriate parameters as described in the server's tool definitions.

Key features of Chimera Scaffold

  • Generate a full Chimera project from a contract name and function list
  • Produce 8-15 curated invariant properties with Solidity skeletons from source code
  • Retrieve complete ready-to-compile Chimera projects for standard protocol types
  • Explain common Chimera patterns with code examples

Use cases of Chimera Scaffold

  • Rapidly bootstrapping a new Chimera fuzzing test suite for any Solidity contract
  • Generating property-based invariants automatically from existing contract source
  • Getting pre-built Chimera project templates for ERC20, vault, lending, AMM, governance, and staking protocols
  • Learning Chimera patterns like actors, ghosts, and cross-contract testing via documented explanations

FAQ from Chimera Scaffold

What does the scaffold_project tool generate?

It generates a complete Chimera project including Setup, Properties, TargetFunctions, BeforeAfter, CryticTester, and configuration files based on a contract name and function list.

Do I need an API key to use Chimera Scaffold?

No, the server does not require any API key.

What protocol templates are available via get_template?

Templates are provided for erc20, vault, lending, amm, governance, and staking protocol types.

What patterns can explain_pattern explain?

It provides detailed explanations with code examples for patterns such as actors, ghosts, cross-contract, and setup-layering.

评论

开发工具 分类下的更多 MCP 服务器