Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache time-to-live in seconds | 3600 |
| LOG_LEVEL | No | Log verbosity (debug/info/warn/error) | info |
| REDIS_URL | No | Redis connection URL (Required if CACHE_TYPE is redis) | |
| AWS_REGION | No | AWS region (Required for AWS cost tracking). Cost Explorer only works in us-east-1. | us-east-1 |
| CACHE_TYPE | No | Cache backend (memory/redis) | memory |
| OPENAI_API_KEY | No | OpenAI API key (Required for OpenAI cost tracking) | |
| MCP_SERVER_PORT | No | Server port | 3000 |
| ANTHROPIC_API_KEY | No | Anthropic Admin API key (starts with sk-ant-admin...) (Required for Anthropic cost tracking) | |
| AWS_ACCESS_KEY_ID | No | AWS access key (Required for AWS cost tracking) | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret key (Required for AWS cost tracking) | |
| GCP_BILLING_ACCOUNT_ID | No | Your GCP billing account ID | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to your GCP service account JSON file |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cost_get | Get cost data for a specific provider and time period |
| provider_list | List all configured providers and their status |
| provider_balance | Check remaining balance or credits for a provider |
| openai_costs | Get detailed OpenAI costs with model breakdown and token usage |
| anthropic_costs | Get detailed Anthropic costs with model breakdown and token usage |
| aws_costs | Get detailed AWS costs with service breakdown and optimization tips |
| provider_compare | Compare costs across all configured providers |
| cost_trends | Analyze cost trends over time with insights |
| cost_breakdown | Get detailed cost breakdown by multiple dimensions |
| cost_periods | Compare costs between two time periods |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |