EC2Info supports the Model Context Protocol (MCP) by Anthropic, enabling AI assistants like Claude to directly access AWS EC2 instance data. Connect your AI tools to real-time pricing and specifications.
search_instances
Search EC2 instances by type, family, or specifications
get_instance
Get detailed information about a specific instance type
compare_instances
Compare multiple instance types side by side
resize_suggestions
Get resize recommendations based on performance or cost
list_families
List all available EC2 instance families
get_family_instances
Get all instances within a specific family
list_regions
List all supported AWS regions
Add to your Claude Desktop configuration file:
{
"mcpServers": {
"ec2info": {
"url": "https://ec2info.app/mcp/ec2info"
}
}
}
Add EC2Info via command line:
$ claude mcp add ec2info --transport streamable-http https://ec2info.app/mcp/ec2info
Add as a connector in ChatGPT:
Try asking your AI assistant:
"Show me all m5 instances with pricing in us-west-2"
"Compare t3.medium vs t3.large for Linux"
"What are the cheapest instances with 16GB+ RAM?"