# AWS Cost Explorer

**Type:** Official

**Source Type:** Repository

**Source:** [GitHub](https://github.com/awslabs/mcp)

**Description:** AWS Cost Explorer MCP server provides AI assistants with access to AWS cost and usage data, enabling cost analysis, forecasting, and budget monitoring. It facilitates intelligent financial management and optimization of AWS cloud infrastructure spending through automated reporting and insights.

**Configuration Parameters:**

* **AwsAccessKey ID** \* - AWS access key ID for authentication
* **AwsRegion** \* - AWS region for API requests
* **AwsSecretAccessKey** \* - AWS access key ID for authentication
* **AwsSessionToken** \* - Authentication token for API access
* **FastmcpLogLevel** - Logging level for the server (optional). Default: `INFO`

**Setup Steps:**

1. Log in to AWS Console and navigate to IAM
2. Create a new IAM user or select an existing user
3. Generate access credentials (Access Key ID and Secret Access Key)
4. Optionally create a session token for temporary access
5. Assign appropriate IAM policies for the services you want to access
6. Copy the credentials for configuration

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/aws-cost-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
