MockServer website screenshot

MockServer

MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS (e.g. services, web sites, etc) with clients in Java, JavaScript, and Ruby and a simple REST API. MockServer can be used to mock APIs that are not yet fully developed, isolate the system under test for reliable testing, simulate slow or faulty endpoints, and record/replay requests.

MockServer publishes 3 APIs on the APIs.io network: control API, expectation API, and verify API. Tagged areas include Mocking, Mock Server, Testing, Service Virtualization, and HTTP.

MockServer’s developer surface includes documentation, getting-started guide, and 13 more developer resources.

29.0/100 thin ▬ flat Agent 17/100 agent aware Full breakdown ↓
scored 2026-08-25 · rubric v0.14.0
AccessFreemium
3 APIs
MockingMock ServerTestingService VirtualizationHTTPREST APIPlatform

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-25 · rubric v0.14.0
Composite quality — 29.0/100 · thin
Contract Quality 9.5 / 25
Developer Ergonomics 4.3 / 20
Access Clarity 3.2 / 20
Operational Transparency 4.8 / 13
Contract Governance 0.0 / 12
Discoverability 7.2 / 10
Agent readiness — 17/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/mockserver: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

MockServer control API

Manage state or process (both MockServer & MockServer Proxy)

MockServer expectation API

Create or update expectations - updates if the id matches an existing expectations (only supported by MockServer)

MockServer verify API

Verify requests (both MockServer & MockServer Proxy)

Open Collections 5

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

MockServer control API

OPEN COLLECTION

MockServer API

OPEN COLLECTION

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Mockserver Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Mockserver Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Mockserver Vulnerability Disclosure

security.txt · contact published

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Mockserver Agentic Access

20 operations · 20 acting · 12 human-in-the-loop

20 operations · 20 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Build 2

SDKs, sample code, and the tooling you integrate with

Access & Security 3

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: mockserver
name: MockServer
description: MockServer enables easy mocking of any system you integrate with via HTTP or HTTPS (e.g. services, web sites,
  etc) with clients in Java, JavaScript, and Ruby and a simple REST API. MockServer can be used to mock APIs that are not
  yet fully developed, isolate the system under test for reliable testing, simulate slow or faulty endpoints, and record/replay
  requests.
type: Index
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/mockserver.png
url: https://raw.githubusercontent.com/api-evangelist/mockserver/refs/heads/main/apis.yml
access: 3rd-Party
created: '2025-01-08'
modified: '2026-05-19'
position: Consumer
specificationVersion: '0.23'
tags:
- Mocking
- Mock Server
- Testing
- Service Virtualization
- HTTP
- REST API
- Platform
apis:
- aid: mockserver:mockserver-control-api
  name: MockServer control API
  description: Manage state or process (both MockServer & MockServer Proxy)
  humanURL: https://www.mock-server.com/
  baseURL: http://localhost:1080/
  tags:
  - Control
  tags_raw:
  - control
  properties:
  - type: OpenAPI
    url: openapi/mockserver-control-api-openapi.yml
  - type: Documentation
    url: https://www.mock-server.com/
  - type: GettingStarted
    url: https://www.mock-server.com/mock_server/getting_started.html
  - type: GitHubRepository
    url: https://github.com/mock-server/mockserver
- aid: mockserver:mockserver-expectation-api
  name: MockServer expectation API
  description: Create or update expectations - updates if the id matches an existing expectations (only supported by MockServer)
  humanURL: https://www.mock-server.com/
  baseURL: http://localhost:1080/
  tags:
  - expectation
  properties:
  - type: OpenAPI
    url: openapi/mockserver-expectation-api-openapi.yml
  - type: Documentation
    url: https://www.mock-server.com/
  - type: GettingStarted
    url: https://www.mock-server.com/mock_server/getting_started.html
  - type: GitHubRepository
    url: https://github.com/mock-server/mockserver
- aid: mockserver:mockserver-verify-api
  name: MockServer verify API
  description: Verify requests (both MockServer & MockServer Proxy)
  humanURL: https://www.mock-server.com/
  baseURL: http://localhost:1080/
  tags:
  - Verify
  tags_raw:
  - verify
  properties:
  - type: OpenAPI
    url: openapi/mockserver-verify-api-openapi.yml
  - type: Documentation
    url: https://www.mock-server.com/
  - type: GettingStarted
    url: https://www.mock-server.com/mock_server/getting_started.html
  - type: GitHubRepository
    url: https://github.com/mock-server/mockserver
common:
- type: Releases
  url: https://github.com/mock-server/mockserver/releases
- type: SecurityPolicy
  url: https://github.com/mock-server/mockserver-monorepo/blob/master/SECURITY.md
- type: CodeOfConduct
  url: https://github.com/mock-server/mockserver-monorepo/blob/master/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/mock-server/mockserver-monorepo/blob/master/CONTRIBUTING.md
- type: AgenticAccess
  url: agentic-access/mockserver-agentic-access.yml
- type: VulnerabilityDisclosure
  url: security/mockserver-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/mockserver-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/mockserver
- type: Website
  url: https://www.mock-server.com/
- type: Documentation
  url: https://www.mock-server.com/
- type: GitHubOrganization
  url: https://github.com/mock-server
- type: GettingStarted
  url: https://www.mock-server.com/mock_server/getting_started.html
- type: Issues
  url: https://github.com/mock-server/mockserver/issues
- type: License
  url: https://github.com/mock-server/mockserver/blob/master/LICENSE.md
- type: LlmsText
  url: https://mock-server.com/llms.txt
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/mockserver"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/mockserver/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/mockserver/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.