Official MCP tools + Hardproof
The official MCP ecosystem gives you the protocol baseline and interactive tooling. X07 adds two focused layers on top: x07-mcp for authoring and bridge workflows, and hardproof for deterministic release verification.
What each tool is for
- Official Inspector: interactive debugging and protocol exploration
- Official Registry flows: package discovery and publishing metadata
x07-mcp: X07-native authoring, bridge, demos, and scaffoldshardproof: repeatable verification and CI artifacts
How the pieces fit together
- Build and debug with the official SDKs and Inspector.
- Use
x07-mcpwhen you want the server itself, or the bridge around the X07 toolchain, to be implemented in X07. - Use
hardproofin CI when you need deterministic scans, trust checks, and reviewable artifacts for a release decision.
Release-grade validation
- Trust and bundle checks validate
server.jsonand.mcpbartifacts. - Scan reports keep a stable JSON contract for humans and agents to consume.
Related pages: MCP docs, Hardproof install, Hardproof CI.