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:
- 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)
- 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"
}
}
}
}
- Restart Claude Desktop
Setup for Amazon Q
piercloud-mcp --install-amazonq
This will prompt for your credentials and configure Amazon Q automatically.
Setup for AWS Kiro
piercloud-mcp --install-kiro
This will prompt for your credentials and configure AWS Kiro automatically.
Setup for ChatGPT (Custom GPT)
-
Create a Custom GPT at https://chat.openai.com/gpts/editor
-
Configure Actions:
- Import schema from:
https://piercloud.io/mcp/openapi.json
- Import schema from:
-
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)
-
Users will be prompted to enter their Pier Cloud credentials when first using the GPT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file piercloud_mcp-0.3.9.tar.gz.
File metadata
- Download URL: piercloud_mcp-0.3.9.tar.gz
- Upload date:
- Size: 10.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eabd3a010a5fa22fc0f642a830a910c9808f23cf4336295c796c497f223ba5b
|
|
| MD5 |
7b9625fccb3d39ff9588f0a9ade2248d
|
|
| BLAKE2b-256 |
f388c47ffb6235468a10013fc07a7a9845ce14a745720f5a470b1aed4800f07e
|
File details
Details for the file piercloud_mcp-0.3.9-py3-none-any.whl.
File metadata
- Download URL: piercloud_mcp-0.3.9-py3-none-any.whl
- Upload date:
- Size: 14.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0f7a34ba9f4e30e9438478fe6e1ff571c2ef7c1612a6be0a988dbb5064f4737
|
|
| MD5 |
da0a8056c76086e3533041dd3aa27325
|
|
| BLAKE2b-256 |
0c9bbc0efce7a57a235838d3701dd40f6260a3be7696c83f1c180525786f638a
|