Stats
Actions
Tags
From deploy-on-aws
Provides AWS pricing data retrieval and querying capabilities via the AWS Pricing API. Runs locally using uvx.
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
npx claudepluginhub awslabs/agent-plugins --plugin deploy-on-aws