Skip to main content

MCP server for Pier Cloud - query cloud costs and optimization rules

Project description

Pier Cloud MCP Server

Connect your AI assistant to Pier Cloud data. Query cloud costs, analyze spending, and get insights using natural language.

What you can do

  • Query AWS, Azure, and GCP cost data
  • Analyze cloud spending patterns
  • Get cost breakdowns by service, account, or time period
  • All through natural conversation

Installation

# Install pipx if you don't have it
python3 -m pip install --user pipx
python3 -m pipx ensurepath

# Restart your terminal, then:
pipx install piercloud-mcp

# Or without restarting:
python3 -m pipx install piercloud-mcp

Setup for Claude Desktop

Easy way (recommended):

piercloud-mcp --install-claude

This will prompt for your credentials and configure Claude automatically.

Manual way:

  1. Find the installation path:
which piercloud-mcp
# Output: /Users/yourname/.local/bin/piercloud-mcp (macOS/Linux)
# or C:\Users\yourname\.local\bin\piercloud-mcp.exe (Windows)
  1. Add to Claude config with the full path:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "piercloud": {
      "command": "/Users/yourname/.local/bin/piercloud-mcp",
      "env": {
        "PIERCLOUD_CLIENT_ID": "your-client-id",
        "PIERCLOUD_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}
  1. Restart Claude Desktop

Setup for ChatGPT (Custom GPT)

  1. Deploy the server:
# Set your credentials as environment variables
export PIERCLOUD_CLIENT_ID="your-client-id"
export PIERCLOUD_CLIENT_SECRET="your-client-secret"

# Run the server
piercloud-mcp --sse --port 8000 --host 0.0.0.0
  1. Create a Custom GPT at https://chat.openai.com/gpts/editor

  2. Configure Actions:

    • Import schema from: https://your-domain.com/openapi.json
    • Or manually add actions for each tool
  3. Configure Authentication:

    • Type: Custom Headers
    • Header 1: X-Client-ID (user will provide their client ID)
    • Header 2: X-Client-Secret (user will provide their client secret)
  4. Users will be prompted to enter their Pier Cloud credentials when first using the GPT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

piercloud_mcp-0.3.2.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

piercloud_mcp-0.3.2-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file piercloud_mcp-0.3.2.tar.gz.

File metadata

  • Download URL: piercloud_mcp-0.3.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.13.1 Darwin/25.2.0

File hashes

Hashes for piercloud_mcp-0.3.2.tar.gz
Algorithm Hash digest
SHA256 4119c8ce7d402ce001646375bf571539e1041a5e61e1c4da1cf74499a9b7bfe9
MD5 ee5162d2620d1ae7a6e15630a5dad6a6
BLAKE2b-256 8c244a4eaf1258e0b2b840719428a954cb3ae9c2dbabb51869bf44612b8ccc7e

See more details on using hashes here.

File details

Details for the file piercloud_mcp-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: piercloud_mcp-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.5 CPython/3.13.1 Darwin/25.2.0

File hashes

Hashes for piercloud_mcp-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 01b5ea375798abd1f257f9027eb0d7d2e35573965aa760c7865febea24fd2f13
MD5 9de08e72d89fef62c9323666a5075be3
BLAKE2b-256 8e7b06d04e8fb5ca56e8cecea96eafb3a547b55c9bb08d7512efecefb22eb8e5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page