We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trilogy-group/aws-pricing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•241 B
# AWS Pricing MCP Lambda Handler Requirements
# No external dependencies required - uses only Python standard library
# If you need to add any external dependencies in the future, add them here
# Example:
# requests==2.31.0
# boto3==1.34.0