PluginBench
MCP Server

io.github.arikanatakan/revmng-mcp MCP Server

io.github.arikanatakan/revmng-mcp

What is the io.github.arikanatakan/revmng-mcp MCP server?

Revenue-management tools for AI agents: seat protection, overbooking, pricing, bid prices, charts.

How to install io.github.arikanatakan/revmng-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revmng-mcp": {
      "command": "uvx",
      "args": [
        "revmng-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "revmng-mcp": {
      "command": "uvx",
      "args": [
        "revmng-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "revmng-mcp": {
      "command": "uvx",
      "args": [
        "revmng-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "revmng-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "revmng-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add revmng-mcp -- uvx revmng-mcp

Related MCP servers

Read PostgreSQL EXPLAIN plans for AI agents: bottlenecks, estimation errors, fixes, charts.

Financial-statement integrity checks (footing, tie-out) for AI agents.

Overall Equipment Effectiveness tools for AI agents: factors, waterfall, six losses, charts.

Project scheduling and earned value tools (CPM, PERT, crashing, EVM) for AI agents.