README.md
A demonstration MCP server that simulates server management actions.
A demonstration MCP server that simulates server management actions for Contabo and Hetzner using FastAPI. It provides a mock environment for testing request routing and provider-based service modules without requiring live API credentials.
Configuration
claude_desktop_config.json
{"mcpServers":{"mcp-server":{"command":"uvicorn","args":["main:app","--host","0.0.0.0","--port","8000"],"env":{}}}}Try it
→Simulate creating a new virtual private server on Contabo.
→List all the mock servers currently running on my Hetzner account.
→Test the request routing for a server reboot action on the mock provider.
→Show me the simulated status of my cloud infrastructure.