Skip to main content
Glama

Civo MCP Server

MIT License
0
3

list_instances

Retrieve a list of all cloud instances on the Civo platform, with options to filter by region and paginate results for efficient management.

Instructions

List all instances on Civo

Input Schema

NameRequiredDescriptionDefault
pageNoPagination page
per_pageNoResults per page
regionNoFilter by region

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Pagination page", "type": "number" }, "per_page": { "default": 20, "description": "Results per page", "type": "number" }, "region": { "description": "Filter by region", "type": "string" } }, "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/tao12345666333/civo-mcp'

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