[Ana Sayfa](https://servhidden.com/tr) /
Agent API





AI agent VPS barındırma · MCP · REST · x402


# Yapay zeka ajanınızla VPS veya dedicated sunucu satın alın — ödeme kripto ile, KYC yok.



ServHidden, yapay zeka ajanlarının döngüde insan olmadan sunucuları uçtan uca satın alabilmesi, kurabilmesi ve yönetebilmesi için inşa edildi. Üç entegrasyon yolu, tek alan adı, sıfır KYC, Monero dahil 8 kripto para. Claude (Desktop / Code / Managed Agents), OpenClaw, ChatGPT, Cursor, Continue, Cline, n8n ve her türlü özel HTTP istemcisiyle uyumludur.


[OpenAPI spesifikasyonunu okuyun](https://servhidden.com/openapi.json)
[MCP'yi 60 saniyede kurun](#mcp)


Claude Desktop
Claude Code
ChatGPT
Cursor
Continue
OpenClaw
curl






******
claude — agent buying H100 GPU


> user: spin up an H100 in Iceland for a Llama finetune, pay USDC
claude calls servhidden/create_order type=gpu...

typegpu / IS-L
gpu1× H100 SXM5 80GB
amount1,294.30 USDC
osubuntu-22-cuda
statusactive ✓
sshroot@213.x.x.x
jupyterhttps://213…:8888






KYC yok
MCP sunucu
REST + OpenAPI
x402-hafif
8 kripto para
Test modu




## Tek domain, üç entegrasyon yolu



Altyapınıza uyanı seçin. Hepsi aynı arka uca, aynı hesaplara, aynı /api/v1/* mantığına bağlanıyor.





MCP


### MCP — Claude, Cursor, Continue, Cline için



https://servhidden.com/mcp adresini MCP yapılandırmanıza ekleyin. Sekiz araç anında kullanıma hazır: list_plans, list_locations, quote, create_order, payment_status, server_credentials, server_action, agent_help.



REST


### REST — her HTTP istemcisi için



/api/v1/ altında düz JSON uç noktaları. Bearer kimlik doğrulama (ilk siparişte otomatik verilir, kayıt yok). OpenAPI 3.1 spesifikasyonu /openapi.json adresinde. curl, Python, Go ve HTTP konuşan her şeyle çalışır.



x402-light


### x402-hafif — anında USDC



Kendi cüzdanı olan ajanlar için. POST /api/v1/topup adresine X-Payment-Mode: x402 gönderin → x402 accepts bloğunu içeren 402 (scheme "exact", Base üzerinde USDC). İmzalı X-Payment başlığıyla isteği tekrarlayarak ödemeyi tamamlayın.







## Dört ürün hattı, tek /api/v1/orders uç noktası



Ürün hattını değiştirmek için `type=vps` / `dedicated` / `rdp` / `gpu` gönderin. Aynı Bearer kimlik doğrulama, aynı kripto ödeme, aynı durum uç noktaları. Konumlar ürüne göre kısıtlıdır — API, `russia` için `type=gpu` (NVIDIA ihracat kontrolleri) ve `iceland` / `panama` / `switzerland` için `type=rdp` isteklerini reddeder.



| Ürün grubu | type | Available lokasyonlar | From | Tipik agent kullanım senaryosu |
| --- | --- | --- | --- | --- |
| **Linux VPS** | vps | 7 (IS · PA · MD · RO · CH · NL · RU) | $7.50/mo | Linux servisleri (Tor, VPN, e-posta, scraping botları, web uygulamaları). |
| **Dedicated Server** | dedicated | 7 (IS · PA · MD · RO · CH · NL · RU) | $48.50/mo | Bare-metal izolasyon (yoğun veritabanları, çift soketli iş yükleri, hypervisor'lar). |
| **Windows RDP** | rdp | 4 (NL · RO · MD · RU) | $11.00/mo | Tarayıcı otomasyonu, çoklu hesap SMM, Forex / MetaTrader, yalnızca Windows'ta çalışan uygulamalar. |
| **GPU AI Hosting** New | gpu | 4 (IS · NL · RO · MD) | $122.00/mo | LLM fine-tuning, görsel / video üretimi, kendi API'nizin arkasında model inference. |
| **Anonymous Domain Names** New | domain | 26 TLDs (.com .net .org .io .me .ai .app .dev .fr .de …) | $4.99/yr | One-call live availability + Namecheap-beating prices. Buy via balance; deep-link to /domain-order on the site. |



GET /api/v1/catalog canlı SKU matrisini döndürür (konum başına fiyatlar, OS seçenekleri, GPU modeli, VRAM). Katalog açıktır ve 5 dakika boyunca önbelleğe alınabilir — kimlik doğrulama gerekmez.




## Nasıl çalışır — keşiften kimlik bilgilerine 4 çağrı



Kurulacak SDK yok. OAuth dansı yok. E-posta yok. İlk çağrı hesap tokeninizi döndürür; sonraki üç çağrı siparişi pending durumundan active durumuna taşır.






### 1Discover ne olur mevcut

Kataloğu ve yargı alanları listesini okuyun. Her iki endpoint de açıktır (auth gerekmez) ve 5 dakika boyunca önbelleğe alınabilir.



### 2Create sipariş

Seçiminizi POST edin. Yanıt; sipariş başına yeni bir ödeme adresi, tam kripto tutarı, bir son geçerlilik süresi ve Bearer göndermediyseniz yeni bir account_token içerir. TOKEN’I SAKLAYIN: sunucuyu daha sonra yönetmenin tek yolu budur. Kurtarma yolumuz yoktur.



### 3Ödeyin ve sorgulayın

Kriptoyu adrese gönderin. Ardından durum "active" olana kadar siparişi sorgulayın (depozito tespit edildikten sonra VPS için genellikle 1–5 dakika).



### 4Erişim bilgilerini alın

Sipariş aktif olduğunda sunucuyu çekin. IP adresi, root parolası, SSH portu ve bir konsol URL'si döner. SSH ile bağlanın, hepsi bu.




******curl — balance-only two-step: topup, then deploy

# Step 1: fund USD balance with crypto (min $30, max $2000; bonus credit applied on confirmation)
curl -X POST https://servhidden.com/api/v1/topup \
-H 'Content-Type: application/json' \
-d '{ "amount": 200, "crypto": "XMR" }'

# → 201 Created
{
"ok": true,
"payment_id": 12345,
"amount_usd": 200,
"crypto": "XMR",
"amount_crypto": "1.2034",
"address": "47abc...",
"bonus_usd": 50, // free credit on confirmation
"credited_usd": 250, // 200 + 50 bonus
"expires_in": 3600,
"poll_url": "https://servhidden.com/api/v1/topup/12345",
"account_token": "AAAA-BBBB-CCCC-DDDD" // STORE THIS
}

# (send the crypto, poll poll_url until status="confirmed")

# Step 2: deploy the server from the funded balance
curl -X POST https://servhidden.com/api/v1/orders \
-H 'Authorization: Bearer AAAA-BBBB-CCCC-DDDD' \
-H 'Content-Type: application/json' \
-d '{ "type": "vps", "plan": "IS-S", "location": "iceland", "os": "ubuntu-24", "billing": 3 }'

# → 201 Created
{
"ok": true,
"server_id": 9876,
"status": "active", // active immediately
"charged_usd": 16.88,
"new_balance": 233.12,
"billing_months": 3, // what you paid for
"service_months": 6, // what the server actually runs — read THIS
"free_months": 3,
"promo": { "id": "double-term-2026", "multiplier": 2, "applies_to": ["vps", "dedicated"] },
"credentials_url": "https://servhidden.com/api/v1/servers/9876"
}



**Süreniz ikiye katlanıyor — ödediğiniz her ay için bir ay bedava**
vps ve dedicated için `billing` ödediğiniz süredir, aldığınız süre değil. Yılın fırsatı süreyi ücretsiz ikiye katlar: billing:3 üç ay tahsil eder ve service_months:6 döndürür. Yenilemeleri `billing_months` yerine `service_months` üzerinden planlayın. rdp ve gpu için ikisi eşittir. GET /api/v1/catalog yürürlükteki fırsatı `promotion` altında verir (bittiğinde null) — çarpanı koda gömmek yerine bunu okuyun.





**Tek endpoint, dört ürün grubu — kopyala yapıştır örnekler**


******curl — her ürün için POST /api/v1/orders

# All examples assume the agent already topped up via POST /api/v1/topup and the Bearer token is set.

# Linux VPS — Iceland, Ubuntu 24, 3-month billing
POST /api/v1/orders {"type":"vps", "plan":"IS-S", "location":"iceland", "os":"ubuntu-24", "billing":3}

# Dedicated bare-metal — Switzerland, AlmaLinux, annual
POST /api/v1/orders {"type":"dedicated", "plan":"CH-3", "location":"switzerland", "os":"alma-9", "billing":12}

# Windows RDP — Netherlands, Win Server 2022, monthly
POST /api/v1/orders {"type":"rdp", "plan":"NL-M", "location":"netherlands", "os":"win-2022", "billing":1}

# GPU AI — H100 SXM5 with vLLM + Llama 3.3 70B pre-downloaded + HF token + SSH key + auto-shutdown after 24h
POST /api/v1/orders {
"type":"gpu", "plan":"IS-L", "location":"iceland",
"os":"ubuntu-22-cuda", "billing":1,
"ai_stacks": ["vllm", "jupyterlab"],
"pretrained_models": ["llama-3.3-70b", "flux-dev"],
"hf_token": "hf_...", // optional — needed for Llama / Mistral (gated)
"ssh_public_key": "ssh-ed25519 AAAA...", // optional — password-less login
"public_endpoint": true, // auto Let's Encrypt + nginx reverse proxy on 443
"auto_shutdown_hours": 24 // destroy after 24h to bound cost
}

# GPU AI image-gen — Netherlands, RTX 5090 (32 GB GDDR7), ComfyUI + FLUX.1-dev preinstalled, 3-month billing
POST /api/v1/orders {
"type":"gpu", "plan":"NL-M", "location":"netherlands",
"os":"ubuntu-22-cuda", "billing":3,
"ai_stacks": ["comfyui", "kohya-ss"],
"pretrained_models": ["flux-dev", "sdxl-base"]
}

# If the balance is short, /orders returns 402 with a topup_required block:
{
"ok": false, "error": "insufficient_balance",
"have_usd": 0, "need_usd": 53.5, "deficit_usd": 53.5,
"topup_required": true,
"topup": {
"endpoint": "https://servhidden.com/api/v1/topup",
"suggested_usd": 54, "suggested_bonus": 0,
"minimum_usd": 30, "maximum_usd": 2000,
"bonus_doc": "https://servhidden.com/api/v1/topup/bonus"
}
}
# → POST /api/v1/topup {"amount": 54, "crypto": "XMR"} → wait for confirm → retry POST /api/v1/orders

# Anonymous domain check — 26 TLDs in one unauthenticated GET, no token required, JSON out, 1h Redis cache
GET /api/v1/domains/check?q=mybrand

# Tip: typing a TLD surfaces it FIRST. "mybrand.fr" returns .fr at index 0, then the rest.
GET /api/v1/domains/check?q=mybrand.fr

# Response (truncated): live availability + Namecheap-beating prices + featured/badge labels
# {"ok":true, "results":[
# {"domain":"mybrand.com", "available":true, "price_usd":4.99, "market_usd":15.98, "discount_pct":69, "badge":"BEST DEAL", "featured":true},
# {"domain":"mybrand.io", "available":true, "price_usd":24.99, "market_usd":46.98, "discount_pct":47, "badge":"HOT"},
# {"domain":"mybrand.ai", "available":true, "price_usd":84.99, "market_usd":109.98,"discount_pct":23, "badge":"HOT"} ...]}





## MCP kurulumu (60 saniye)

Bu parçacığı MCP destekleyen istemcinize ekleyin (Claude Desktop, Claude Code, Cursor, Continue, Cline). Yeniden başlattıktan sonra şunu isteyin: "Bana Ubuntu 24.04 ile bir İzlanda VPS-S al, ödemesi XMR ile".




******~/.claude/mcp_settings.json — Cursor / Continue / Cline equivalent

{
"mcpServers": {
"servhidden": {
"url": "https://servhidden.com/mcp"
}
}
}


**MCP sunucusunun sunduğu araçlar:**


list_plans
list_locations
quote
topup_bonus
topup_create
payment_status
account_balance
create_order
server_credentials
server_action
agent_help
domain_check
domain_quote



Ardından Claude içinde agent_help() çağrısı yapın — araca gömülü, örnekli standart 4 çağrılık tarifi döndürür.




## x402-light — USDC ile tek gidiş-dönüş



POST /api/v1/topup adresine X-Payment-Mode: x402 başlığını gönderin. Sunucu, x402 accepts bloğu içeren HTTP 402 ile yanıt verir (scheme "exact", Base üzerinde USDC, EIP-3009 transferWithAuthorization). Belirtilen tutar için yetkilendirmeyi imzalayın, aynı isteği X-Payment başlığıyla tekrarlayın — depozito tamamlanır ve bakiyenize işlenir. Ardından /api/v1/orders üzerinden herhangi bir sunucu sipariş edin.




******x402-light — single round trip with USDT

# With balance-only orders, /api/v1/orders returns 402 insufficient_balance
# when balance is short — the response includes a topup_required block.
# Fund USDT directly via:
curl -X POST https://servhidden.com/api/v1/topup \
-H 'Content-Type: application/json' \
-d '{"amount":100,"crypto":"USDT"}'

# → 201 returns {payment_id, address, amount_crypto, bonus_usd: 25,
# credited_usd: 125, poll_url, account_token}.
# Send USDT (ERC-20) to address, poll poll_url until status="confirmed",
# then POST /api/v1/orders with Bearer to deploy from the funded balance.





## Test modu (kuru çalışma) — entegrasyon sırasında hiçbir zaman gerçek kripto harcamayın

Herhangi bir /api/v1/* uç noktasına ?dry_run=1 ekleyin (veya X-Dry-Run: 1 başlığı ya da dry_run: true gövde alanı). Yapay sipariş yaklaşık 60 saniye sonra otomatik onaylanır, RFC 5737 IP'leri döndürür ve gerçek bir veritabanı satırına ya da yukarı akış ödeme işlemcisine asla dokunmaz. Mainnet'e geçmeden önce bir ajan entegrasyonunu doğrulamak için mükemmel.




******dry-run — never spend real crypto

# gerçek kripto harcanmaz, gerçek sunucu kurulmaz
curl -X POST 'https://servhidden.com/api/v1/orders?dry_run=1' \
-H 'Content-Type: application/json' \
-d '{"type":"vps","plan":"IS-S","location":"iceland","billing":1}'

# For a topup preview:
curl -X POST 'https://servhidden.com/api/v1/topup?dry_run=1' \
-H 'Content-Type: application/json' \
-d '{"amount":200,"crypto":"XMR"}'





## Kullanım senaryoları — ajanlar ServHidden ile ne yapıyor

Bunlar, bugün ajan tabanlı altyapıda gördüğümüz (ve buna göre tasarım yaptığımız) desenler.






### Bir scraper VPS'i 30 saniyede ayağa kaldırın

Bir araştırma ajanının belirli bir yargı alanında temiz bir IP'ye ihtiyacı vardır. create_order'ı çağırır, erişim bilgilerini alır, işi çalıştırır, sonra sonlanır.



### Agent'a ait işlem tedarik zinciri

Uzun süre çalışan otonom bir ajan (Claude Managed Agent, özel orkestratör) yatay ölçeklenirken kendi altyapısını kendisi tedarik eder — araya insan girmez.



### Hassas iş yükleri için BYO compute

Gizlilik kaygısı taşıyan bir kullanıcı Claude'dan bir LLM, bir Tor relay, bir Monero düğümü veya self-hosted bir VPN barındırmasını ister — ödeme, dağıtım ve SSH anahtarı teslimi tamamen ajan tarafında gerçekleşir.



### Güvenlik araştırması için kullan-at altyapı

Sızma testi araçları, malware sandbox'ları, exit node'lar — kısa ömürlü ve ilişkilendirilemez olmaktan fayda sağlayan her şey. Ajanlar oluşturur, kullanır ve yok eder.



### LLM ince ayarı + çıkarımı için isteğe bağlı GPU

Ajanlar 60 saniyede PyTorch / CUDA önceden kurulu H100 SXM5 (80 GB HBM3) başlatır, ince ayar işi çalıştırır, modeli kendi vLLM uç noktalarının arkasına dağıtır, ardından kutuyu yok eder. Öngörülebilir aylık faturalandırma, sınırsız bant genişliği, token başına ücret yok.



### Tek prompt'tan çok bölgeli + çok ürünlü dağıtım

Tek bir ajan döngüsü İzlanda'da bir Linux VPS (kontrol düzlemi), Hollanda'da bir Windows RDP (tarayıcı otomasyonu işçisi) ve İzlanda'da bir H100 GPU (çıkarım) dağıtır. Aynı token, aynı API, aynı ödeme akışı.






## ServHidden ajanlar için neden işe yarıyor



ServHidden'i otonom ve asistan destekli satın almaya benzersiz biçimde uygun kılan altı özellik.







### Sıfır KYC

İsim, email, telefon, kimlik, captcha yok. Ajan öder ve sunucuyu alır — hepsi bu.





### Anında dağıtım

VPS 5 dakikadan kısa sürede yayında. Dedicated genellikle 15–60 dakika. Kuyruk yok, insan onayı yok.





### 8 kripto para

BTC, XMR, ETH, USDT, USDTTRC, SOL, LTC, TRX. Hepsi için aynı API.





### 7 yetki alanı

İzlanda, Panama, Moldova, Romanya, İsviçre, Hollanda, Rusya. Filter tarafından lokasyon.





### Test modu

Entegrasyonunuzu para harcamadan uçtan uca doğrulayın. Her endpoint'te dry_run=1.





### İki akış, tek API

Aynı endpoint, hem ödemeyi insanın yaptığı Claude kullanımına hem de kendi cüzdanı olan tam otonom ajana hizmet eder.







## API'yi tek bir curl ile keşfedin



Veya tam OpenAPI 3.1 spesifikasyonu için https://servhidden.com/openapi.json adresini açın.


[OpenAPI spesifikasyonunu okuyun](https://servhidden.com/openapi.json)
[Keşif dosyası](https://servhidden.com/.well-known/agent.json)






## SSS



ServHidden'i yapay zeka ajanlarıyla entegre etmeye dair sık sorulan sorular.






### Bunu hangi yapay zeka asistanları kullanabilir?

MCP destekleyen her istemci: Claude Desktop, Claude Code, Cursor, Continue, Cline ve Model Context Protocol'ü uygulayan herhangi bir istemci. MCP desteği olmayan ajanlar için (OpenClaw, ChatGPT eklentileri, özel Python betikleri, n8n iş akışları, Anthropic Managed Agents) aynı işlevsellik /api/v1/* adreslerine yapılan düz HTTPS çağrılarıyla kullanılabilir — birebir aynı backend, aynı kimlik doğrulama, aynı akış.



### İlk siparişi vermeden önce hesap açmam gerekiyor mu?

Hayır. Herhangi bir Authorization başlığı olmadan POST /api/v1/orders çağrısı yapın; yanıtta yeni bir account_token bulunur (AAAA-BBBB-CCCC-DDDD formatında 16 karakterlik bir dize). Bunu saklayın. Bu token, sunucunuzu sonradan yönetmenin tek yoludur — elimizde e-posta yok, kurtarma yolu yok, başka hiçbir şey yok.



### x402-light, resmi Coinbase x402 istemcisiyle uyumlu mu?

Kısmen. 402 yanıtlarımızı x402_light: true ve facilitator: null ile işaretliyoruz. Spesifikasyona uyumlu bir x402 client, facilitator: null değerini görüp normal bir USDC transferine düşmeli (normal olarak kabul ediyoruz) ya da düzgün şekilde başarısız olmalıdır. 402 içinde dönen alıcı adrese yapılan her USDC ERC-20 transferini kabul ediyoruz; EIP-3009 imza zorunluluğu yoktur. Gerçek bir client bunu talep ettiğinde ilk Coinbase x402 facilitator entegrasyonunu ekleyeceğiz.



### Gerçek kripto harcamadan nasıl test ederim?

Herhangi bir /api/v1/* URL'sine ?dry_run=1 ekleyin (veya X-Dry-Run: 1 başlığı ya da gövdede dry_run: true alanı). "DRY-" ile başlayan yapay bir order_id, sahte bir ödeme adresi ve sahte kimlik bilgileri (RFC 5737 IP'leri) alırsınız; sipariş ~60 saniye içinde pending → confirmed → active adımlarından otomatik geçer. Yukarı akış ödeme işlemcisine çağrı yapılmaz, payments tablosuna gerçek bir satır yazılmaz, gerçek bir sunucu kurulmaz. MCP araçları aynı dry_run argümanını kabul eder.


## Structured data (JSON-LD)

```json
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "@id": "https://servhidden.com/#organization",
    "name": "ServHidden",
    "url": "https://servhidden.com",
    "description": "7 offshore yargı alanında offshore VPS ve dedicated sunucular. KYC yok, log yok, yalnızca kripto. Gizlilik mimariyle sağlanır.",
    "logo": {
        "@type": "ImageObject",
        "url": "https://servhidden.com/ServHidden.webp",
        "width": 512,
        "height": 512
    },
    "foundingDate": "2025",
    "areaServed": [
        {
            "@type": "Country",
            "name": "Iceland"
        },
        {
            "@type": "Country",
            "name": "Panama"
        },
        {
            "@type": "Country",
            "name": "Moldova"
        },
        {
            "@type": "Country",
            "name": "Romania"
        },
        {
            "@type": "Country",
            "name": "Switzerland"
        },
        {
            "@type": "Country",
            "name": "Netherlands"
        },
        {
            "@type": "Country",
            "name": "Russia"
        }
    ],
    "knowsAbout": [
        "Offshore hosting",
        "Offshore VPS",
        "Bare-metal dedicated servers",
        "DMCA-ignored hosting",
        "No KYC hosting",
        "Cryptocurrency payments",
        "Privacy engineering",
        "Token-based authentication",
        "Anonymous domain name registration",
        "No-KYC domain registrar",
        "WHOIS privacy",
        "Cheap .com domains",
        "Crypto-paid domain names",
        "NVIDIA GPU compute",
        "Windows RDP hosting",
        "Agentic commerce"
    ],
    "contactPoint": {
        "@type": "ContactPoint",
        "contactType": "customer support",
        "url": "https://servhidden.com/contact",
        "availableLanguage": [
            "en",
            "ru",
            "zh",
            "es",
            "fr",
            "de",
            "pt",
            "ar",
            "ja",
            "ko",
            "hi",
            "id",
            "it",
            "tr",
            "fa",
            "vi"
        ]
    },
    "sameAs": [
        "https://servhidden.com/canary",
        "https://servhidden.com/press"
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "@id": "https://servhidden.com/#website",
    "url": "https://servhidden.com",
    "name": "ServHidden",
    "publisher": {
        "@id": "https://servhidden.com/#organization"
    },
    "inLanguage": [
        "en",
        "ru",
        "zh",
        "es",
        "fr",
        "de",
        "pt",
        "ar",
        "ja",
        "ko",
        "hi",
        "id",
        "it",
        "tr",
        "fa",
        "vi"
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "headline": "Yapay zeka ajanıyla VPS veya dedicated sunucu satın alın — MCP API, kripto, KYC yok",
    "description": "Herhangi bir yapay zeka ajanıyla (Claude, ChatGPT, OpenClaw, Cursor, Continue, Cline) MCP sunucusu, REST API veya x402-light üzerinden offshore VPS ve dedicated sunucular satın alın. Bitcoin, Monero veya diğer 6 kripto parayla ödeyin. KYC yok, e-posta yok, kayıt yok. 7 offshore yargı alanında anında kurulum.",
    "author": {
        "@id": "https://servhidden.com/#organization"
    },
    "publisher": {
        "@id": "https://servhidden.com/#organization"
    },
    "datePublished": "2026-04-28",
    "dateModified": "2026-09-02T10:06:26+00:00",
    "mainEntityOfPage": "https://servhidden.com/agents",
    "inLanguage": "tr",
    "about": [
        {
            "@type": "Thing",
            "name": "Agentic commerce"
        },
        {
            "@type": "Thing",
            "name": "Model Context Protocol"
        },
        {
            "@type": "Thing",
            "name": "x402 payment protocol"
        },
        {
            "@type": "Thing",
            "name": "AI agents"
        },
        {
            "@type": "Thing",
            "name": "Offshore server hosting"
        },
        {
            "@type": "Thing",
            "name": "NVIDIA GPU compute"
        },
        {
            "@type": "Thing",
            "name": "Windows RDP hosting"
        },
        {
            "@type": "Thing",
            "name": "LLM inference infrastructure"
        },
        {
            "@type": "Thing",
            "name": "AI training compute"
        }
    ],
    "keywords": "AI agent hosting, MCP server hosting, Claude buy VPS, Claude buy GPU, Claude buy RDP, OpenClaw VPS, OpenClaw GPU, x402 hosting, agentic commerce, autonomous agent server, programmatic VPS purchase, programmatic GPU purchase, programmatic RDP purchase, no-KYC API, crypto checkout API, NVIDIA H100 API, RTX 4090 hourly, GPU autonomous purchase, LLM finetune GPU agent, agent buy Linux server, agent buy Windows RDP, agent buy AI compute"
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebAPI",
    "name": "ServHidden Agent API",
    "description": "Herhangi bir yapay zeka ajanıyla (Claude, ChatGPT, OpenClaw, Cursor, Continue, Cline) MCP sunucusu, REST API veya x402-light üzerinden offshore VPS ve dedicated sunucular satın alın. Bitcoin, Monero veya diğer 6 kripto parayla ödeyin. KYC yok, e-posta yok, kayıt yok. 7 offshore yargı alanında anında kurulum.",
    "documentation": "https://servhidden.com/agents",
    "termsOfService": "https://servhidden.com/tos",
    "provider": {
        "@id": "https://servhidden.com/#organization"
    },
    "potentialAction": {
        "@type": "BuyAction",
        "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://servhidden.com/api/v1/orders",
            "httpMethod": "POST",
            "contentType": "application/json"
        }
    },
    "subjectOf": [
        {
            "@type": "CreativeWork",
            "name": "OpenAPI specification",
            "url": "https://servhidden.com/openapi.json"
        },
        {
            "@type": "CreativeWork",
            "name": "MCP server endpoint",
            "url": "https://servhidden.com/mcp"
        },
        {
            "@type": "CreativeWork",
            "name": "Agent discovery file",
            "url": "https://servhidden.com/.well-known/agent.json"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "SoftwareApplication",
    "name": "ServHidden MCP Server",
    "applicationCategory": "DeveloperApplication",
    "operatingSystem": "Cross-platform (any MCP-aware client)",
    "description": "Offshore VPS veya dedicated sunucuları keşfetmek, fiyatlamak, sipariş etmek, kurmak ve yönetmek için 8 araç sunan MCP uyumlu sunucu. Claude Desktop, Claude Code, Cursor, Continue, Cline ve tüm MCP istemcileriyle uyumludur.",
    "url": "https://servhidden.com/mcp",
    "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD"
    },
    "softwareVersion": "1.3.0",
    "featureList": "list_plans, list_locations, quote, topup_bonus, topup_create, payment_status, account_balance, create_order, server_credentials, server_action, agent_help"
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "OfferCatalog",
    "name": "ServHidden agent-purchasable products",
    "itemListElement": [
        {
            "@type": "Offer",
            "name": "Linux VPS",
            "price": "7.50",
            "priceCurrency": "USD",
            "description": "KVM Linux VPS in 7 jurisdictions; type=vps in /api/v1/orders.",
            "url": "https://servhidden.com/vps"
        },
        {
            "@type": "Offer",
            "name": "Dedicated Server",
            "price": "48.50",
            "priceCurrency": "USD",
            "description": "Bare-metal in 7 jurisdictions; type=dedicated in /api/v1/orders.",
            "url": "https://servhidden.com/dedicated"
        },
        {
            "@type": "Offer",
            "name": "Windows RDP",
            "price": "11.00",
            "priceCurrency": "USD",
            "description": "Full administrator Windows Server / Win 11 Pro in 4 jurisdictions; type=rdp in /api/v1/orders.",
            "url": "https://servhidden.com/rdp"
        },
        {
            "@type": "Offer",
            "name": "GPU AI Hosting",
            "price": "122.00",
            "priceCurrency": "USD",
            "description": "NVIDIA RTX 4090 / RTX 5090 / H100 SXM5 with CUDA 12 + cuDNN preinstalled in 4 jurisdictions; type=gpu in /api/v1/orders.",
            "url": "https://servhidden.com/gpu"
        },
        {
            "@type": "Offer",
            "name": "Anonymous Domain Names",
            "price": "4.99",
            "priceCurrency": "USD",
            "description": "26 TLDs, no KYC, free WHOIS privacy, paid from balance. .com from $4.99/yr (-69% vs Namecheap). Live availability check via GET /api/v1/domains/check?q=name (no auth).",
            "url": "https://servhidden.com/domains"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "HowTo",
    "name": "Yapay zeka ajanıyla offshore sunucu nasıl satın alınır",
    "description": "Herhangi bir yapay zeka ajanının (Claude, ChatGPT, OpenClaw, özel) ServHidden üzerinde VPS veya dedicated sunucu keşfetmesi, sipariş etmesi, ödemesi ve kurması için beş adımlık tarif.",
    "totalTime": "PT3M",
    "estimatedCost": {
        "@type": "MonetaryAmount",
        "currency": "USD",
        "value": "13.99"
    },
    "tool": [
        {
            "@type": "HowToTool",
            "name": "curl"
        },
        {
            "@type": "HowToTool",
            "name": "Claude Desktop / Claude Code (MCP)"
        }
    ],
    "step": [
        {
            "@type": "HowToStep",
            "position": 1,
            "name": "Discover ne olur mevcut",
            "text": "GET https://servhidden.com/api/v1/catalog"
        },
        {
            "@type": "HowToStep",
            "position": 2,
            "name": "Create sipariş",
            "text": "POST /api/v1/topup with amount (>=30 USD) and crypto, send the crypto, poll /api/v1/topup/{id} until status=confirmed"
        },
        {
            "@type": "HowToStep",
            "position": 3,
            "name": "Ödeyin ve sorgulayın",
            "text": "POST /api/v1/orders with type/plan/location/os/billing — balance is debited and the server is active immediately"
        },
        {
            "@type": "HowToStep",
            "position": 4,
            "name": "Erişim bilgilerini alın",
            "text": "GET /api/v1/servers/{id} for IP + root password"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "Bunu hangi yapay zeka asistanları kullanabilir?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "MCP destekleyen her istemci: Claude Desktop, Claude Code, Cursor, Continue, Cline ve Model Context Protocol'ü uygulayan herhangi bir istemci. MCP desteği olmayan ajanlar için (OpenClaw, ChatGPT eklentileri, özel Python betikleri, n8n iş akışları, Anthropic Managed Agents) aynı işlevsellik /api/v1/* adreslerine yapılan düz HTTPS çağrılarıyla kullanılabilir — birebir aynı backend, aynı kimlik doğrulama, aynı akış."
            }
        },
        {
            "@type": "Question",
            "name": "İlk siparişi vermeden önce hesap açmam gerekiyor mu?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Hayır. Herhangi bir Authorization başlığı olmadan POST /api/v1/orders çağrısı yapın; yanıtta yeni bir account_token bulunur (AAAA-BBBB-CCCC-DDDD formatında 16 karakterlik bir dize). Bunu saklayın. Bu token, sunucunuzu sonradan yönetmenin tek yoludur — elimizde e-posta yok, kurtarma yolu yok, başka hiçbir şey yok."
            }
        },
        {
            "@type": "Question",
            "name": "x402-light, resmi Coinbase x402 istemcisiyle uyumlu mu?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Kısmen. 402 yanıtlarımızı x402_light: true ve facilitator: null ile işaretliyoruz. Spesifikasyona uyumlu bir x402 client, facilitator: null değerini görüp normal bir USDC transferine düşmeli (normal olarak kabul ediyoruz) ya da düzgün şekilde başarısız olmalıdır. 402 içinde dönen alıcı adrese yapılan her USDC ERC-20 transferini kabul ediyoruz; EIP-3009 imza zorunluluğu yoktur. Gerçek bir client bunu talep ettiğinde ilk Coinbase x402 facilitator entegrasyonunu ekleyeceğiz."
            }
        },
        {
            "@type": "Question",
            "name": "Gerçek kripto harcamadan nasıl test ederim?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Herhangi bir /api/v1/* URL'sine ?dry_run=1 ekleyin (veya X-Dry-Run: 1 başlığı ya da gövdede dry_run: true alanı). \"DRY-\" ile başlayan yapay bir order_id, sahte bir ödeme adresi ve sahte kimlik bilgileri (RFC 5737 IP'leri) alırsınız; sipariş ~60 saniye içinde pending → confirmed → active adımlarından otomatik geçer. Yukarı akış ödeme işlemcisine çağrı yapılmaz, payments tablosuna gerçek bir satır yazılmaz, gerçek bir sunucu kurulmaz. MCP araçları aynı dry_run argümanını kabul eder."
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Ana Sayfa",
            "item": "https://servhidden.com/tr/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Agent API",
            "item": "https://servhidden.com/tr/agents"
        }
    ]
}
```

