Stats
Actions
Tags
From aws-cost-ops
Connects to the AWS Pricing API to retrieve pricing information for AWS services. Runs locally and may require AWS credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pricing": {
"command": "uvx",
"args": [
"awslabs.aws-pricing-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub zxkane/aws-skills --plugin aws-cost-ops