{"name":"com.servghost/servghost","slug":"servghost","title":"ServGhost","description":"Rent offshore VPS, dedicated, RDP and GPU servers in 7 jurisdictions; crypto-only, no KYC","url":"https://mcp.market/server/servghost","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"finance","tags":["finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":10,"ok":10,"last_checked_at":"2026-09-24T02:50:50.783Z","last_ok_at":"2026-09-24T02:50:50.783Z","latency_ms":171},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://servghost.com/agents","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://servghost.com/mcp"}],"packages":[],"tools":[{"name":"account_balance","description":"Return the current USD balance for an account. Use this to decide whether you can call create_order or need to topup_create first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"account_token":{"type":"string"}},"required":["account_token"]}},{"name":"agent_help","description":"Return the canonical 4-call recipe for buying a server, with examples. Call this first if you are unsure how to use the tools.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"create_order","description":"Deploy a server from your USD balance. BALANCE-ONLY: you must topup_create first (min $30, see topup_bonus for free credit tiers), wait for the topup to confirm, then call this. If your balance is short, returns {insufficient_balance: true, topup_required: true, deficit_usd, topup: {suggested_usd, suggested_bonus, ...}} — call topup_create with that amount and retry. If no account_token is provided, a new account is created and the token is returned — STORE IT. Server is active immediately on success.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["vps","dedicated","rdp","gpu"]},"plan":{"type":"string"},"location":{"type":"string"},"os":{"type":"string","default":"ubuntu-24","description":"OS slug. RDP must use a win-* slug; GPU must use a Linux + CUDA slug like ubuntu-22-cuda, ubuntu-22-pytorch, ubuntu-22-comfyui, ubuntu-22-ollama."},"billing":{"type":"integer","enum":[1,3,6,12],"default":1,"description":"months billed. 3/6/12 commits get 25/35/50% discount."},"extra_ips":{"type":"integer","default":0},"root_password":{"type":"string","description":"optional initial root password"},"account_token":{"type":"string","description":"optional Bearer token; if absent, a new account is created"},"dry_run":{"type":"boolean","default":false,"description":"set true for a synthetic deploy preview — no balance debit, no provisioning"}},"required":["type","plan","location"]}},{"name":"list_locations","description":"List the 7 offshore jurisdictions ServGhost operates in, with privacy/legal features.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_plans","description":"List all VPS, dedicated, RDP or GPU plans with prices per location. RDP is only available in NL/RO/MD/RU. GPU is only available in IS/NL/RO/MD (Russia excluded due to NVIDIA export controls).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["vps","dedicated","rdp","gpu"],"description":"vps, dedicated, rdp, or gpu"},"location":{"type":"string","description":"optional location slug to filter (iceland, panama, moldova, romania, switzerland, netherlands, russia)"}}}},{"name":"payment_status","description":"Poll the status of a top-up (or legacy crypto-direct order). pending → confirmed (balance credited + bonus applied) for topups; pending → confirmed → active for legacy orders. After a topup confirms, call create_order to deploy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"oneOf":[{"type":"integer"},{"type":"string"}],"description":"payment_id returned by topup_create (or legacy create_order)"},"account_token":{"type":"string"},"dry_run":{"type":"boolean","default":false}},"required":["order_id","account_token"]}},{"name":"quote","description":"Calculate the final price (USD) for a plan + location + billing period, including discounts and any RAM / disk / extra-IP upgrades.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"type":"string","enum":["vps","dedicated","rdp","gpu"]},"plan":{"type":"string","description":"plan name (e.g. \"IS-S\", \"PA-M\", \"DS-1-CH\", \"NL-L\" for GPU H100)"},"location":{"type":"string"},"billing":{"type":"integer","enum":[1,3,6,12],"description":"months billed — 3/6/12 trigger 25/35/50% discounts."},"extra_ips":{"type":"integer","default":0},"ram_upgrade":{"type":"integer","enum":[0,32,64,128,256],"default":0}},"required":["type","plan","location","billing"]}},{"name":"server_action","description":"Send a lifecycle command to a server: reboot, shutdown, start, reinstall, or console_link.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"server_id":{"oneOf":[{"type":"integer"},{"type":"string"}]},"action":{"type":"string","enum":["reboot","shutdown","start","reinstall","console_link"]},"account_token":{"type":"string"}},"required":["server_id","action","account_token"]}},{"name":"server_credentials","description":"Fetch IP, root password and console URL for a server, once status is active.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"server_id":{"oneOf":[{"type":"integer"},{"type":"string"}]},"account_token":{"type":"string"},"dry_run":{"type":"boolean","default":false}},"required":["server_id","account_token"]}},{"name":"topup_bonus","description":"Return the bonus credit tiers applied to top-ups. Use this BEFORE topup_create so you can pick an amount that maximises free credit. No auth required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"topup_create","description":"Top up your USD balance with crypto. Minimum $30, maximum $2000 per top-up. Bonus credit is applied automatically on confirmation: $100 → +$25, $250 → +$75, $500 → +$200, $1000 → +$500, $1500 → +$1000, $2000 → +$2000 (linear interpolation between anchors, no bonus below $100). Call topup_bonus first to see the full tier table. Returns a payment_id, deposit address and amount_crypto — send it from your wallet, then poll payment_status(order_id=payment_id) until status=confirmed.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"amount":{"type":"number","minimum":30,"maximum":2000,"description":"USD amount to top up (min 30, max 2000)"},"crypto":{"type":"string","enum":["BTC","XMR","ETH","USDT","USDTTRC","LTC","TRX","SOL"]},"account_token":{"type":"string","description":"optional Bearer token; if absent, a new account is created and the token is returned (STORE IT)"},"dry_run":{"type":"boolean","default":false,"description":"set true to preview the response without creating a real invoice"}},"required":["amount","crypto"]}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-21T22:07:14.317Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:07:14.271Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2813ms"]},"poisoning":{"score":15,"max":15,"notes":["11 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://servghost.com/mcp","reachable":true,"authRequired":false,"latencyMs":2813,"serverInfo":{"name":"servghost","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://servghost.com/apple-touch-icon-v2.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}