AWS Cost Notifier MCP Server
@enomoto11
关于 AWS Cost Notifier MCP Server
AWS Cost Notifier MCP Server - Daily AWS cost monitoring and reporting tool
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aws-cost-notifier-mcp-server": {
"command": "node",
"args": [
"build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AWS Cost Notifier MCP Server?
An MCP server that retrieves monthly AWS costs, displays breakdowns by service, monitors daily cost fluctuations, and automatically creates day-over-day comparison reports as GitHub Issues.
How to use AWS Cost Notifier MCP Server?
Clone the repository, install dependencies (npm install), set the required environment variables (AWS_PROFILE, AWS_REGION, AWS_SDK_LOAD_CONFIG, GITHUB_TOKEN, GITHUB_OWNER, GITHUB_REPO), then build and run with node build/index.js. It can also be configured as a Cursor MCP server via .cursor/mcp.json.
Key features of AWS Cost Notifier MCP Server
- Retrieve daily total AWS cost.
- View cost breakdown by service.
- Aggregate costs by category (EC2, security, management, storage, etc.).
- Analyze fluctuations with day-over-day comparisons.
- Output cost data in JSON format.
- Automatically post reports to a GitHub Issue.
Use cases of AWS Cost Notifier MCP Server
- Daily monitoring of overall AWS spending.
- Identifying which services are driving cost changes day-to-day.
- Generating automated, shareable cost reports in a GitHub repository.
- Tracking cost trends across predefined categories.
FAQ from AWS Cost Notifier MCP Server
What costs does the server retrieve?
It retrieves the monthly AWS cost total, with daily breakdowns by service and category, and compares the latest day to the previous day.
What setup is required before using it?
You need AWS credentials (profile and region) and a GitHub personal access token. The server reads these from environment variables set in a .env file or in the MCP server configuration.
What output format does the server produce?
The server outputs JSON containing a summary (period, total cost, previous day cost, change percentage, currency), category-level aggregates, and per-service details.
What are the known limitations?
Costs displayed are estimates and may differ from the final invoice. AWS Cost Explorer API usage may incur additional charges. Day-over-day changes reflect daily fluctuations, not monthly trends. GitHub API rate limits apply.
How can I run it as a Cursor MCP server?
Add an entry to .cursor/mcp.json with the command node build/index.js, the working directory, and all required environment variables, then use mcp aws-cost-notifier to invoke it.
云与基础设施 分类下的更多 MCP 服务器
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
评论