aws-bedrock-logs-mcp-server
0
AWS Bedrock Logs MCP is a command-line interface and API tool designed to analyze AWS Bedrock usage and logs. It uses Anthropic's MCP framework to provide a natural language interface via the Claude model for querying and analyzing data.
Overview
This tool provides a convenient way to analyze AWS Bedrock model invocation logs using Anthropic's Claude model as an interactive interface. It functions as an MCP server that exposes AWS CloudWatch Logs API functionality to Claude, allowing you to query and analyze your Bedrock usage data in natural language.
Features
- Model Usage Analysis: View detailed statistics about Bedrock model usage and token consumption.
- User-based Analytics: Analyze usage patterns and costs by user.
- Daily Usage Reports: Track daily usage trends and model invocations.
- Token Consumption Metrics: Monitor input, completion, and total token usage.
- Interactive Interface: Use Claude to query your Bedrock usage data through natural language.
Usage
Run the server using Python. By default, the server uses stdio transport for communication with MCP clients. The server exposes tools for retrieving Bedrock logs and statistics.