Skip to main content
Glama
code-alchemist01

MCP Cloud Services Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region (e.g., us-east-1)us-east-1
GCP_PROJECT_IDNoGCP Project ID (required for GCP)
AZURE_CLIENT_IDNoAzure Service Principal Client ID
AZURE_TENANT_IDNoAzure Tenant ID
AWS_ACCESS_KEY_IDNoYour AWS Access Key ID (required for AWS authentication)
AZURE_CLIENT_SECRETNoAzure Service Principal Client Secret
AWS_SECRET_ACCESS_KEYNoYour AWS Secret Access Key (required for AWS authentication)
AZURE_SUBSCRIPTION_IDNoAzure Subscription ID (required for Azure)
GOOGLE_APPLICATION_CREDENTIALSNoPath to GCP Service Account JSON key file

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
aws_list_ec2_instancesC

List all EC2 instances in AWS

aws_list_s3_bucketsC

List all S3 buckets in AWS

aws_list_lambda_functionsC

List all Lambda functions in AWS

aws_list_rds_instancesB

List all RDS database instances in AWS

aws_start_ec2_instanceC

Start an EC2 instance

aws_stop_ec2_instanceC

Stop an EC2 instance

azure_list_virtual_machinesC

List all Virtual Machines in Azure

azure_list_storage_accountsC

List all Storage Accounts in Azure

gcp_list_compute_instancesC

List all Compute Engine instances in GCP

gcp_list_storage_bucketsC

List all Cloud Storage buckets in GCP

gcp_list_cloud_functionsC

List all Cloud Functions in GCP

list_resourcesC

List cloud resources (instances, storage, databases, functions) across AWS, Azure, or GCP

get_resourceC

Get detailed information about a specific resource

start_resourceC

Start a cloud resource (instance, function, etc.)

stop_resourceC

Stop a cloud resource

delete_resourceB

Delete a cloud resource (use with caution)

analyze_costsC

Analyze cloud costs for AWS, Azure, or GCP

get_cost_by_serviceC

Get cost breakdown by service

estimate_monthly_costC

Estimate monthly cost based on current usage

get_metricsC

Get metrics for a cloud resource

list_alarmsC

List monitoring alarms

get_resource_healthC

Get health status of a cloud resource

scan_security_issuesC

Scan cloud resources for security issues

check_complianceB

Check compliance with security standards (CIS, SOC2, etc.)

analyze_permissionsC

Analyze IAM permissions and access policies

check_encryptionC

Check encryption status of cloud resources

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/code-alchemist01/Cloud-mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server