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
import { Tool } from '@modelcontextprotocol/sdk/types.js';
export const LIST_SIZES_TOOL: Tool = {
name: 'list_sizes',
description: 'List available instance sizes on Civo',
inputSchema: {
type: 'object',
properties: {},
},
};