Mockoon

API mocking tool with a desktop app and CLI for creating mock REST API servers. Mockoon lets you define mock endpoints with rules, response templates (Faker.js), and dynamic behaviors — no code required. Use it to mock external APIs during development and testing, enabling agent development and testing without hitting real paid/rate-limited APIs. Mockoon Cloud adds team collaboration and remote mocking.

Evaluated Mar 06, 2026 (0d ago) v8.x
Homepage ↗ Repo ↗ Developer Tools api-mocking mock-server rest json desktop cli open-source
⚙ Agent Friendliness
64
/ 100
Can an agent use this?
🔒 Security
86
/ 100
Is it safe for agents?
⚡ Reliability
79
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
82
Error Messages
75
Auth Simplicity
95
Rate Limits
95

🔒 Security

TLS Enforcement
85
Auth Strength
88
Scope Granularity
85
Dep. Hygiene
82
Secret Handling
90

MIT open source. No external network calls for local mocking. Sensitive response data in mock configs must be treated as test fixtures — don't commit real credentials. Small security footprint as a local dev tool.

⚡ Reliability

Uptime/SLA
78
Version Stability
82
Breaking Changes
78
Error Recovery
78
AF Security Reliability

Best When

You need a simple, no-code way to create mock REST API servers for development and testing — especially for isolating agents from external API dependencies.

Avoid When

You need GraphQL mocking, complex request matching logic beyond rules, or production API simulation — WireMock or Prism are more powerful.

Use Cases

  • Mock external API dependencies (payment APIs, CRMs, third-party services) during agent development to avoid rate limits and costs
  • Create realistic mock responses with dynamic data (Faker.js templates) for agent testing scenarios
  • Run mock API servers in CI pipelines using Mockoon CLI to isolate agent tests from external dependencies
  • Simulate error conditions (500 errors, timeouts, rate limits) from external APIs to test agent error handling
  • Share mock API configurations with team via Mockoon Cloud for consistent development environments

Not For

  • Production API proxying or request forwarding at scale — Mockoon is a development/testing tool, not an API gateway
  • GraphQL or gRPC mocking — Mockoon focuses on REST/HTTP; use other tools for non-REST protocols
  • Complex test orchestration with assertions — combine with test frameworks (Jest, Pytest) for full test suites

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: none
OAuth: No Scopes: No

Mockoon itself has no auth — it's a mock server tool. You can configure mock endpoints to simulate auth responses. Mockoon Cloud uses Google/email auth for team features.

Pricing

Model: open_source
Free tier: Yes
Requires CC: No

Desktop app and CLI are MIT open source and free. Mockoon Cloud adds team collaboration and cloud-hosted mocks. Most use cases are covered by the free tier.

Agent Metadata

Pagination
none
Idempotent
Full
Retry Guidance
Not documented

Known Gotchas

  • Mockoon's JSON configuration format is powerful but verbose — storing complex mock setups in version control requires understanding the full schema
  • Faker.js templating syntax ({{faker 'name.fullName'}}) is powerful but requires learning Faker's API — invalid Faker references return empty strings without errors
  • Response rules (request matching) evaluate in order — complex matching scenarios require careful rule ordering; wrong order produces unexpected mock responses
  • Mockoon CLI doesn't support hot-reload in older versions — changes to mock configuration require CLI restart in CI environments
  • OpenAPI import creates basic mocks but doesn't populate response bodies — agents using imported OpenAPI mocks must manually add realistic response data
  • CORS must be enabled explicitly in Mockoon for browser-based agent clients — missing CORS configuration causes browser requests to fail silently

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for Mockoon.

$99

Scores are editorial opinions as of 2026-03-06.

5210
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered