Skip to main content
Glama

Cloud Manage MCP Server

by rainhan99

get_instance_info

Retrieve detailed instance information from cloud providers by entering a public IP address. Identify the service provider and access instance metadata for AWS, DigitalOcean, Vultr, or Alibaba.

Instructions

根据IP地址自动检测云服务提供商并获取实例信息 Args: ip_address (str): 公网IP地址 provider (str, optional): 明确指定的云服务提供商 ('aws', 'digitalocean', 'vultr', 'alibaba') Returns: Dict: 实例信息,包含提供商信息和实例详情

Input Schema

NameRequiredDescriptionDefault
ip_addressYes
providerNo

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "title": "Ip Address", "type": "string" }, "provider": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Provider" } }, "required": [ "ip_address" ], "title": "get_instance_infoArguments", "type": "object" }

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/rainhan99/cloud_manage_mcp_server'

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