Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"awspricing": {
"command": "uvx",
"args": [
"awslabs.aws-pricing-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
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
First indexed Feb 16, 2026
First indexed Feb 16, 2026
npx claudepluginhub awslabs/agent-plugins --plugin deploy-on-aws