plugins marketplace
← All plugins

api-mock-server

v1.24.0

Create mock API servers from OpenAPI specs for testing

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-mock-server/ inside the repository.

Layout

plugins/api-development/api-mock-server/
├── .claude-plugin/plugin.json
└── skills/mocking-apis/SKILL.md

Skills1

mocking-apisskills/mocking-apis/SKILL.md

Generate mock API servers for testing and development with realistic response data. Use when creating mock APIs for development and testing. Trigger with phrases like "create mock API", "generate API mock", or "setup mock server".

Manifests1

plugins/api-development/api-mock-server/.claude-plugin/plugin.json
{
  "name": "api-mock-server",
  "version": "1.24.0",
  "description": "Create mock API servers from OpenAPI specs for testing",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "mock",
    "testing",
    "openapi",
    "stub"
  ]
}