01

Echo MCP

Echo MCP is a source-available local simulator for external dependencies in AI-assisted end-to-end tests.

Current release: v0.1.0

Workbench status: Released

02

Built on the Workbench

Echo MCP started as a workbench experiment exploring AI-assisted end-to-end testing.

It has now become the first publicly released project from this line of work.

Status: Released

Version: v0.1.0

Release artifacts stay on GitHub Releases.

03

Key Ideas

AI decides the test scenario.

Echo MCP validates configured behavior when a developer-provided OpenAPI contract is available.

Echo MCP executes accepted behavior deterministically.

Applications continue using normal REST interfaces.

Current capabilities
  • Local-first simulator for external dependencies
  • AI-controlled MCP control plane over stdio
  • REST HTTP data plane for the application under test
  • Deterministic in-memory REST behavior
  • REST + MCP separation between control and data planes
  • OpenAPI contract validation for OpenAPI 3.0.x JSON
  • Webhook-style event delivery to configured application endpoints
04

Downloads

Nagorn.io does not mirror Echo MCP release artifacts.

Use GitHub for source, release notes, checksums, and platform archives.

05

License

Source-available under Elastic License 2.0.

Not OSI open source.

Commercial and enterprise licensing may be offered separately in the future.

Project shape
  • Source-available (Elastic License 2.0)
  • Local-first
  • AI-controlled
  • Deterministic
  • REST + MCP
  • OpenAPI contract validation
  • Webhook-style event delivery
06

Roadmap

No dates are attached here.

  1. Current: v0.1.0 released
  2. Future: Enterprise UI
  3. Future: Multiple contracts per instance
  4. Future: HTTPS MCP transport