From deploy-on-aws
Local MCP server from AWS Labs providing AWS Pricing API access for querying service prices, reserved/on-demand rates, and cost estimates. Uses AWS credentials.
npx claudepluginhub awslabs/agent-plugins --plugin deploy-on-awsAdd to your .mcp.json:
{
"mcpServers": {
"awspricing": {
"command": "uvx",
"args": [
"awslabs.aws-pricing-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
uvxFASTMCP_LOG_LEVEL=ERRORShare bugs, ideas, or general feedback.