AWS API MCP Server
by 3feet-lim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUTH_TYPE | No | Authentication type when using 'streamable-http' transport: 'no-auth' or 'oauth'. | |
| AWS_REGION | No | Sets the default AWS region for all CLI commands. | us-east-1 |
| AUTH_ISSUER | No | OAuth issuer URL for JWT token validation. Required when AUTH_TYPE is 'oauth'. | |
| AUTH_JWKS_URI | No | JWKS endpoint URL for JWT token validation. Required when AUTH_TYPE is 'oauth'. | |
| AWS_API_MCP_HOST | No | Host address for the MCP server when using 'streamable-http' transport. | 127.0.0.1 |
| AWS_API_MCP_PORT | No | Port number for the MCP server when using 'streamable-http' transport. | 8000 |
| AWS_ACCESS_KEY_ID | No | AWS access key ID for credential configuration. | |
| AWS_SESSION_TOKEN | No | AWS session token for temporary credentials. | |
| READ_OPERATIONS_ONLY | No | When set to 'true', restricts execution to read-only operations only. | false |
| AWS_API_MCP_TELEMETRY | No | Allow sending additional telemetry data to AWS related to server configuration. | true |
| AWS_API_MCP_TRANSPORT | No | Transport protocol for the MCP server: 'stdio' or 'streamable-http'. | stdio |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for credential configuration. | |
| AWS_API_MCP_WORKING_DIR | No | Working directory path for the MCP server operations. Must be an absolute path when provided. Defaults to platform-specific temp directory. | |
| AWS_API_MCP_PROFILE_NAME | No | AWS Profile for credentials to use for command executions. | default |
| REQUIRE_MUTATION_CONSENT | No | When set to 'true', the MCP server will ask explicit consent before executing any non-read-only operations. | false |
| AWS_API_MCP_ALLOWED_HOSTS | No | Comma-separated list of allowed host hostnames for HTTP requests. Default: value of AWS_API_MCP_HOST. | |
| AWS_API_MCP_STATELESS_HTTP | No | When set to 'true', creates a completely fresh transport for each request with no session tracking. | false |
| EXPERIMENTAL_AGENT_SCRIPTS | No | When set to 'true', enables experimental agent scripts functionality. | false |
| AWS_API_MCP_ALLOWED_ORIGINS | No | Comma-separated list of allowed origin hostnames for HTTP requests. Default: value of AWS_API_MCP_HOST. | |
| AWS_API_MCP_AGENT_SCRIPTS_DIR | No | Directory path containing custom user scripts for the agent scripts functionality. | |
| AWS_API_MCP_ALLOW_UNRESTRICTED_LOCAL_FILE_ACCESS | No | Controls file system access level: workdir (default), unrestricted, or no-access. | workdir |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/3feet-lim/aws-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server