Agent Plugins Marketplace
All plugins

api-monitor-mcp

v0.10.59

MCP bridge for Rohitab API Monitor captures and GUI.

CodexClaude Code1 MCP serverstdio

By zxcvbbqLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 12, 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 api-monitor-mcp for Codex and Claude Code

Installs for the current user
codex plugin marketplace add zxcvbbq/API-Monitor-MCP
codex plugin marketplace upgrade api-monitor-mcp
codex plugin add api-monitor-mcp@api-monitor-mcp

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

Compatibility: the page URL and API slug “api-monitor-mcp” remain stable.

  • Codex: api-monitor-mcp@agent-plugin-marketplaceapi-monitor-mcp@api-monitor-mcp

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/zxcvbbq/API-Monitor-MCP

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

Plugin files

api-monitor-mcp/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

api-monitorstdio
command
uv
args
run --project . python server.py
cwd
.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "api-monitor-mcp",
  "version": "0.10.59",
  "description": "MCP bridge for Rohitab API Monitor captures and GUI.",
  "author": {
    "name": "zxcvbbq",
    "url": "https://github.com/zxcvbbq"
  },
  "homepage": "https://github.com/zxcvbbq/API-Monitor-MCP",
  "repository": "https://github.com/zxcvbbq/API-Monitor-MCP.git",
  "license": "MIT",
  "keywords": [
    "api-monitor",
    "rohitab",
    "windows",
    "mcp"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "API Monitor MCP",
    "shortDescription": "Inspect and control Rohitab API Monitor.",
    "longDescription": "Capture, inspect, search, and automate the installed Rohitab API Monitor.",
    "developerName": "zxcvbbq",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "MCP"
    ],
    "websiteURL": "https://github.com/zxcvbbq/API-Monitor-MCP",
    "defaultPrompt": [
      "Inspect a Rohitab API Monitor capture."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "api-monitor-mcp",
  "version": "0.10.59",
  "description": "MCP bridge for Rohitab API Monitor captures and GUI.",
  "mcpServers": {
    "api-monitor": {
      "command": "uv",
      "args": [
        "run",
        "--project",
        "${CLAUDE_PLUGIN_ROOT}",
        "python",
        "server.py"
      ]
    }
  }
}

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

[api-monitor-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/api-monitor-mcp)