Contabo (VPS) MCP Server
https://contabo.run.mcp.com.ai/mcpskills: {'id': 'tool_search', 'name': 'tool_search', 'description': 'Search the available tool catalog to discover tools by name, description, or arguments. Use a regex pattern or natural language query to find relevant tools. Returns tool references that are automatically expanded into full tool definitions.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'retrieveTagList', 'name': 'retrieveTagList', 'description': 'List tags - List and filter all tags in your account', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'createTag', 'name': 'createTag', 'description': 'Create a new tag - Create a new tag in your account with attribute name and optional attribute color.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'retrieveTag', 'name': 'retrieveTag', 'description': 'Get specific tag by id - Get attributes values to a specific tag on your account.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'updateTag', 'name': 'updateTag', 'description': 'Update specific tag by id - Update attributes to your tag. Attributes are optional. If not set, the attributes will retain their original values.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'deleteTag', 'name': 'deleteTag', 'description': 'Delete existing tag by id - Your tag can be deleted if it is not assigned to any resource on your account. Check tag assigments before deleting tag.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'retrieveAssignmentList', 'name': 'retrieveAssignmentList', 'description': 'List tag assignments - List and filter all existing assignments for a tag in your account', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'retrieveAssignment', 'name': 'retrieveAssignment', 'description': 'Get specific assignment for the tag - Get attributes for a specific tag assignment in your account. For this the resource type and resource id is required.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 348.2ms; conformance: pass
How to connect
https://contabo.run.mcp.com.ai/mcp
curl -X POST https://contabo.run.mcp.com.ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'