An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
An MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
pip install aws-finops-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ravikiranvm-aws-finops-mcp-server-github": {
"command": "uvx",
"args": [
"pip install aws-finops-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from aws finops?"
API Key Required
This server requires an API key from aws finops. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| AWS_FINOPS_API_KEY | Yes | Your aws finops API key |
"What resources are available in aws finops?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in aws finops"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in aws finops with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.