# WireMock Cloud MCP

WireMock Cloud MCP gives coding agents tools to build and manage mock APIs through a hosted server and companion agent skills.

Canonical URL: https://a2a-mcp.org/entry/wiremock-cloud-mcp

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

WireMock Cloud MCP gives coding agents tools to build and manage mock APIs through a hosted server and companion agent skills.

## Key Features

- Create and validate API simulations from an agent workflow.
- Use the skills plugin to configure the hosted MCP connection.

## Use Cases

Prepare API mocks or test resources and make them available in an agent development workflow.

## Limitations

The hosted plugin and the local CLI-based MCP server have separate installation paths. Both target WireMock Cloud.

## Sources

- Project documentation: https://docs.wiremock.io/ai-mcp/installation
- Setup reference: https://docs.wiremock.io/cli/command-reference

## MCP Setup

### Access requirements

- WireMock Cloud account.

### Companion app or plugin

Name: WireMock Cloud agent skills plugin
Install URL: https://github.com/wiremock-inc/skills

Bundles skills and the hosted MCP connection; local CLI setup is a separate option.

### Client setup

#### Claude Code

Transport: `http`

```bash
claude plugin marketplace add wiremock-inc/skills
```

- Then run: claude plugin install wiremock-cloud@wiremock-inc-skills
- The plugin configures https://mcp.wiremock.cloud/mcp automatically.

Auth:
- Complete browser OAuth when the first MCP tool runs.
#### Codex

Transport: `http`

```bash
codex plugin marketplace add wiremock-inc/skills
```

- Install wiremock-cloud from the /plugins picker.

Auth:
- Complete the browser sign-in and approve access to your account.

Setup docs: https://docs.wiremock.io/ai-mcp/installation

## Tags

- MCP
- api-mocking
- testing

## Also known as

- WireMock Cloud MCP Server

## Alternatives

- Postman MCP Server
- Mockoon CLI MCP Server

## Sources

- [Project website](https://docs.wiremock.io/ai-mcp/installation)
- [Project documentation](https://docs.wiremock.io/ai-mcp/installation)
- [Setup reference](https://docs.wiremock.io/cli/command-reference)

Last checked: 2026-09-14
