MCP-Guide

list_servers

List available MCP servers by category

Input Schema

NameRequiredDescriptionDefault
categoryYesServer category to list (e.g., 'browser', 'cloud', 'command_line', 'communication', 'database', 'developer', 'filesystem', 'search', 'all')

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Server category to list (e.g., 'browser', 'cloud', 'command_line', 'communication', 'database', 'developer', 'filesystem', 'search', 'all')", "enum": [ "browser", "cloud", "command_line", "communication", "customer_data", "database", "developer", "data_science", "filesystem", "finance", "knowledge", "location", "monitoring", "search", "security", "compliance", "travel", "version_control", "other", "all" ], "type": "string" } }, "required": [ "category" ], "type": "object" }

You must be authenticated.

Other Tools