PluginBench
MCP Server

CostPilot MCP Server

com.mcpgatepro/costpilot

What is the CostPilot MCP server?

Hosted MCP server for AWS cloud spend: service breakdowns, anomalies, savings and forecasts.

How to install CostPilot

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "costpilot": {
      "url": "https://api.mcpgatepro.com/mcp/costpilot"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "costpilot": {
      "serverUrl": "https://api.mcpgatepro.com/mcp/costpilot"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "costpilot": {
      "type": "http",
      "url": "https://api.mcpgatepro.com/mcp/costpilot"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "costpilot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.mcpgatepro.com/mcp/costpilot"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http costpilot https://api.mcpgatepro.com/mcp/costpilot

Related MCP servers

Hosted MCP server for PostgreSQL diagnostics: slow queries, missing indexes, connection pressure.