Agent Plugins Marketplace
All plugins

weproxa

v0.4.0

Inspect HTTP traffic and build API mocks with WePROXA's local MCP server and debugging skills.

CodexClaude CodeAgent Plugins3 Skills1 MCP serverstdio

By WePROXA0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install weproxa for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ennbou/weproxa-plugin
codex plugin marketplace upgrade weproxa-plugins
codex plugin add weproxa@weproxa-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the weproxa-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “weproxa” remain stable.

  • Codex: weproxa@agent-plugin-marketplaceweproxa@weproxa-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ennbou/weproxa-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/weproxa/.

Plugin files

plugins/weproxa/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/connect/SKILL.md
├── skills/inspect-traffic/SKILL.md
├── skills/mock-scenario/SKILL.md
└── .mcp.json

Included Skills3

connectskills/connect/SKILL.md

Verify or troubleshoot the WePROXA plugin and local MCP connection in Codex, Claude Code, VS Code with GitHub Copilot, Copilot CLI, or Cursor. Use when WePROXA tools are missing or listed but failing, when the server shows as closed, disconnected, or failed to start, when the helper times out or exits, or when a client reports spawn weproxa-mcp ENOENT, command not found, or is not recognized as an internal or external command.

inspect-trafficskills/inspect-traffic/SKILL.md

Diagnose HTTP and HTTPS requests already captured in WePROXA, investigate API errors or slow calls, and compare responses using the local WePROXA MCP tools.

mock-scenarioskills/mock-scenario/SKILL.md

Create or update WePROXA API mocks and repeatable debugging scenarios with Map Local fixtures, delays, errors, and optional pass-through containment, then verify which rules answered captured traffic.

MCP servers1

weproxastdio
command
weproxa-mcp

Plugin manifests3

plugins/weproxa/.codex-plugin/plugin.json
{
  "name": "weproxa",
  "version": "0.4.0",
  "description": "Inspect HTTP traffic and build API mocks with WePROXA's local MCP server and debugging skills.",
  "author": {
    "name": "WePROXA",
    "url": "https://weproxa.com"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "WePROXA",
    "shortDescription": "Inspect traffic and create API mocks with WePROXA.",
    "longDescription": "Connect to the WePROXA app on your machine, diagnose captured HTTP traffic, and build repeatable mock scenarios. Includes MCP setup, traffic inspection, and scenario skills. Requires WePROXA Pro with its MCP server running and the weproxa-mcp command installed.",
    "developerName": "WePROXA",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://weproxa.com",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/icon.png",
    "defaultPrompt": [
      "Check my WePROXA connection without changing anything.",
      "Use WePROXA to diagnose my recent failed API requests.",
      "Create a WePROXA mock scenario for a failed checkout."
    ]
  },
  "homepage": "https://weproxa.com/guide/guides/mcp-integration/",
  "repository": "https://github.com/ennbou/weproxa-plugin",
  "keywords": [
    "weproxa",
    "mcp",
    "http",
    "proxy",
    "debugging",
    "api-mocking"
  ],
  "mcpServers": {
    "weproxa": {
      "command": "weproxa-mcp",
      "env_vars": [
        "WEPROXA_MCP_SOCKET"
      ],
      "startup_timeout_sec": 20
    }
  }
}
plugins/weproxa/.claude-plugin/plugin.json
{
  "name": "weproxa",
  "version": "0.4.0",
  "description": "Inspect HTTP traffic and build API mocks with WePROXA's local MCP server and debugging skills.",
  "author": {
    "name": "WePROXA",
    "url": "https://weproxa.com"
  },
  "homepage": "https://weproxa.com/guide/guides/mcp-integration/",
  "repository": "https://github.com/ennbou/weproxa-plugin",
  "keywords": [
    "weproxa",
    "mcp",
    "http",
    "proxy",
    "debugging",
    "api-mocking"
  ],
  "skills": "./skills/",
  "mcpServers": {
    "weproxa": {
      "command": "weproxa-mcp"
    }
  }
}
plugins/weproxa/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "weproxa",
  "version": "0.4.0",
  "description": "Inspect HTTP traffic and build API mocks with WePROXA's local MCP server and debugging skills.",
  "author": {
    "name": "WePROXA",
    "url": "https://weproxa.com"
  },
  "homepage": "https://weproxa.com/guide/guides/mcp-integration/",
  "repository": "https://github.com/ennbou/weproxa-plugin",
  "keywords": [
    "weproxa",
    "mcp",
    "http",
    "proxy",
    "debugging",
    "api-mocking"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[weproxa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/weproxa)