Coming Soon

Mock Any Endpoint.
Test Any Integration.

The endpoint on the other side of your connector doesn't exist yet? MockMundo creates it. Databases, SFTP servers, REST APIs, SOAP services, Salesforce, ServiceNow — wire-protocol-level mocking that your Boomi, BizTalk, or MuleSoft flows can't tell from the real thing.

REST SOAP SFTP Database Salesforce ServiceNow
Every Protocol Your Integration Touches

Your integration flows connect to databases, file servers, REST APIs, SOAP services, and SaaS platforms. MockMundo mocks all of them — at the wire protocol level — so you can build and test without waiting for the real systems.

R

REST / HTTP

Path matching with parameters & wildcards, request matchers (header, query, body), response templates, error injection, proxy & record.

Full
S

SOAP / WSDL

SOAP 1.1 & 1.2, SOAPAction routing, operation matching, WSDL serving at ?wsdl, fault responses, template rendering.

Full
F

SFTP / FTP / FTPS

Virtual filesystem backed by S3. Upload seed files, configure per-file behavior, error injection for auth and connections.

Full
D

Database (PostgreSQL & SQL Server)

Wire-protocol fidelity. Your Boomi database connector or BizTalk WCF-SQL adapter connects to MockMundo like it's a real database — same driver, same connection string, same queries. PostgreSQL, SQL Server, and MySQL. Oracle TNS coming soon.

Unique
SF

Salesforce

Pre-built object catalog (Account, Contact, Opportunity, Lead, Case, Custom Objects). SOQL query support. Test your Salesforce integrations without a $5,000/year sandbox.

Unique
SN

ServiceNow

Table API, GlideRecord query mocking. Mock Incident, Change, CMDB CI, User, and custom tables. Test your ServiceNow integrations without waiting for a Personal Developer Instance.

Unique
From Spec to Mock in 3 Steps
1

Import or Record

Drop in an OpenAPI spec, a WSDL file, or just point the proxy at your real API. MockMundo generates routes and responses automatically.

2

Customize

Add request matchers, tweak response bodies, configure error scenarios — delays, connection resets, rate limits, probabilistic failures.

3

Connect & Test

Point your integration connector at the MockMundo endpoint. No driver changes. No code changes. View every request in real-time logs.

Built for Real Integration Testing

Every feature is designed around the workflows integration developers actually use.

New

Proxy & Record

Point your application at MockMundo, and we'll forward unmatched requests to your real API. Turn on recording, and every upstream response is captured automatically.

One click promotes a recording into an editable mock rule — with path parameters auto-detected. Go from real traffic to permanent mocks without writing a single response by hand.

  • Rules always win — matched mocks take priority over the proxy
  • Auto-dedup — same method + path + status = one recording
  • Path parameterization/users/123 becomes /users/:id
  • Bulk promote — turn 50 recordings into 50 mock rules in one click
Proxy & Record UI
Only on MockMundo

Your Connector Thinks It's a Real Database

MockMundo speaks actual database wire protocols — PostgreSQL, SQL Server, and MySQL. Your Boomi database connector, BizTalk WCF-SQL adapter, or MuleSoft JDBC transport connects directly. Same driver, same connection string, same queries. No HTTP shims. No code changes.

Define tables with sample data, write query rules that match SQL patterns, and test your data layer without ever touching a real database.

  • PostgreSQL wire protocol v3 — startup, auth, simple/extended query
  • SQL Server TDS protocol — PRELOGIN, LOGIN7, SQL_BATCH
  • MySQL protocol — any MySQL connector or JDBC/ODBC driver
  • Oracle TNS protocol (COMING SOON)
  • SQL parsing — SELECT, INSERT, WHERE, ORDER BY, LIMIT, IN, LIKE
  • CSV import — bulk-load sample data from spreadsheets
Database mocking with SQL playground
Automation

One-Click from Spec to Mock

Drop an OpenAPI 3.x, Swagger 2.0, or WSDL 1.1 spec file — MockMundo parses it, generates realistic sample responses with smart type heuristics, and creates every route. Review, select, import.

  • OpenAPI + Swagger — paths, parameters, schemas, examples
  • WSDL 1.1 — operations, SOAPAction, XML types, envelope generation
  • Smart sample data — name-based heuristics (email, phone, date, UUID)
  • Selective import — pick only the routes you need
OpenAPI spec import review
Chaos Testing

Recreate the Chaos of Production

Real APIs fail in complex ways. MockMundo lets you reproduce every failure mode so your integration handles errors gracefully before it hits production.

  • Artificial delay — test timeout handling with configurable latency
  • Connection reset — TCP connection drops without a response
  • Probabilistic failures — 10% of requests return 500? Easy.
  • Rate limiting — return 429 after N successful requests
  • Per-variant — different error behaviors on different response variants
Error simulation configuration
Only on MockMundo

Salesforce & ServiceNow. No Sandbox Required.

Testing Salesforce integrations shouldn't require a $5,000/year sandbox. MockMundo comes with pre-built object catalogs — Account, Contact, Opportunity, Incident, CMDB CI — with realistic sample data and query language support.

  • 6 Salesforce objects + 6 ServiceNow objects out of the box
  • SOQL query support — SELECT, WHERE, ORDER BY, LIMIT
  • Auto-generated routes — CRUD endpoints with sample data
  • Custom objects — add your own schemas
Salesforce/ServiceNow platform objects
6
Protocols Supported
60s
Time to First Mock
14
Unit Tests (Proxy Module)
12
Platform Objects Pre-Built
Integration Developers Who Can't Wait

The database isn't provisioned yet. The partner API isn't ready. The Salesforce sandbox expired. MockMundo gives you the endpoints you need — right now.

Boomi

Test your Boomi processes against mock database connectors, SFTP endpoints, and REST APIs — no cloud resources required.

BizTalk / Azure

Your WCF-SQL adapters and Azure Logic Apps connectors work directly against MockMundo's wire protocol endpoints.

MuleSoft

Point your Anypoint connectors at MockMundo. Test JDBC, SFTP, REST, and SOAP flows without provisioning real infrastructure.

Enterprise Power. Simple Pricing.

See how MockMundo compares to the tools integration teams piece together today.

Feature MockMundo WireMock Postman Mocks Beeceptor
REST API Mocking
SOAP / WSDL Mocking Partial
SFTP / FTP Mocking
Database Wire Protocol ✓ PG, SQL Server, MySQL
Salesforce / ServiceNow ✓ Native
Proxy & Record ✓ Auto-promote
Spec Import (OpenAPI + WSDL) ✓ OpenAPI only ✓ OpenAPI only ✓ OpenAPI only
Error Injection ✓ Full suite Basic faults ✓ Latency + errors
Response Templates ✓ Handlebars Limited ✓ Dynamic
Works With Your Existing Stack

No SDKs to install. No code changes. Just point your connector at MockMundo.

# Hit your mock endpoint (local dev)
curl -H "X-Workspace-Slug: dev-workspace" \
     http://localhost:8080/api/v1/orders

# Or in production — just use the subdomain
curl https://my-workspace.mockmundo.com/api/v1/orders

# Connect your PostgreSQL client to the mock database
psql -h localhost -p 15432 -U any_user -d mockdb

# SFTP — same tools, same workflow
sftp -P 2222 user@localhost

MockMundo is Coming Soon

Every protocol your Boomi, BizTalk, or MuleSoft flow needs. Sign up to get notified when we launch.