PluginBench
MCP Server

OpenClaw FinOps MCP Server

io.github.maryadawson-code/openclaw-finops

What is the OpenClaw FinOps MCP server?

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

How to install OpenClaw FinOps

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • x-api-key
    required
    secret

    Your OpenClaw FinOps API key. Free tier: 25 ops/month at https://openclaw-finops.marywomack.workers.dev

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openclaw-finops": {
      "url": "https://openclaw-finops.marywomack.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openclaw-finops": {
      "serverUrl": "https://openclaw-finops.marywomack.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openclaw-finops": {
      "type": "http",
      "url": "https://openclaw-finops.marywomack.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "openclaw-finops": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://openclaw-finops.marywomack.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http openclaw-finops https://openclaw-finops.marywomack.workers.dev/mcp

Related MCP servers

Verified cloud cost forecasting for AI agents. AWS, GCP, Azure pricing matrix.

View repository →