[Início](https://servprivate.com/pt) /
Hospedagem para Agentes de IA





Hospedagem para agentes de IA · MCP-native · Sem KYC


# Hospedagem que seu agente de IA compra sozinho.



Um **VPS, RDP ou servidor GPU** offshore sem KYC que o seu agente provisiona via MCP ou REST, paga em cripto e desativa — sem cartão, sem humano no processo, ativo em 60 segundos.


[Leia a documentação de agentes](https://servprivate.com/pt/agents)
[Obtenha o servidor MCP](https://pypi.org/project/servprivate-mcp/)






#### Construído para agentes autônomos




- Servidor MCP + mais de 50 endpoints REST

- Saldo em cripto, sem cartão

- Sem KYC, sem e-mail, somente token

- Modo de simulação para ensaios

- VPS · RDP · GPU

- Deploy em 60 segundos






MCP
REST
Sem KYC
Somente cripto
Simulação
x402

Por que hospedagem agêntica


## A maioria das nuvens foi construída para pessoas. Esta responde a código.



Um agente autônomo trava no momento em que um fluxo exige cartão de crédito, número de telefone ou upload de documento. A ServPrivate não tem nenhum desses obstáculos — então um agente pode ir do zero a um servidor em funcionamento sem que um humano precise liberar nada.





### Sem humano no processo

E-mail e senha não são necessários — um token de 16 caracteres é o nível de identidade inteiro. Não há etapa de KYC que precise de uma pessoa para ser liberada, então um agente headless executa o fluxo completo sozinho.



### Pagamento que uma máquina consegue fazer

Cartões pressupõem uma pessoa com endereço de cobrança. Agentes liquidam em cripto: recarregue um saldo pré-pago uma vez e cada implantação desconta dele. O custo é explícito e limitado — nada salvo em arquivo para cobrar novamente.



### Construído para ser descoberto

A superfície é voltada para máquinas: um servidor MCP hospedado, uma especificação OpenAPI 3.1 e um cartão de agente A2A em /.well-known/. Aponte um cliente para ele e as ferramentas se registram automaticamente.



O que seu agente pode fazer

## Cada pedido, como uma ferramenta que ele pode chamar




### Navegar e cotar

Enumere planos de VPS, dedicados, RDP e GPU em 7 jurisdições e calcule o preço de qualquer configuração — tudo público, sem token necessário para consultar.



### Recarregar em cripto

Abra uma fatura em cripto para qualquer uma das 20 moedas, aguarde a confirmação e colete o crédito de bônus automático.



### Implantar e controlar

Peça um VPS, RDP ou servidor GPU a partir do saldo, recupere as credenciais e, em seguida, reinicie, reinstale ou desligue — tudo via API.



### Configurar GPU na implantação

Pré-instale stacks de IA (vLLM, ComfyUI, Ollama) e baixe modelos (Llama-3.3-70B, FLUX) na própria ordem de implantação.




A superfície completa — ferramentas, esquemas, OAuth, x402 e o diretório público de agentes — está disponível na página de [documentação de agentes](https://servprivate.com/pt/pt/agents) e também alimenta um [servidor GPU privado para cargas de trabalho de IA](https://servprivate.com/pt/pt/crypto-gpu-hosting). 

Como funciona

## De um prompt a um servidor em funcionamento. Três etapas.


01

### Conecte o servidor MCP

Aponte o Claude, o Cursor ou qualquer cliente MCP para servprivate-mcp (ou o endpoint hospedado). As ferramentas se registram automaticamente.

02

### Deixe o agente pagar

Ele abre uma recarga em cripto e aguarda a confirmação. Você define o orçamento; o saldo pré-pago é o teto que ele não pode ultrapassar.

03

### Ele provisiona o servidor

O agente implanta o servidor que você descreveu, recupera as credenciais uma vez e entrega uma máquina em funcionamento — ou desativa tudo quando terminar.





Servidor MCP open-source


## Instale uma vez, depois pergunte em linguagem natural



O servidor **servprivate-mcp** (MIT, no PyPI e no GitHub) mapeia toda a API para ferramentas MCP, para que o seu assistente possa comparar planos, recarregar com Monero ou Bitcoin e implantar um servidor — incluindo um servidor GPU com modelos pré-carregados — de forma conversacional.


[GitHub](https://github.com/ServPrivate/servprivate-mcp)
[PyPI](https://pypi.org/project/servprivate-mcp/)
[Documentação completa de integração](https://servprivate.com/pt/agents)





uvx servprivate-mcp
# or
pip install servprivate-mcp



Agêntico vs. vinculado à identidade


## Por que agentes travam em uma nuvem comum. E não travam aqui.



| Dimensão | ServPrivate | Nuvem vinculada à identidade |
| --- | --- | --- |
| **Cadastro** | ✅ Token, sem revisão humana | ❌ Conta + cartão verificado, geralmente com documento |
| **KYC** | ✅ Nenhum, nunca | ❌ Identidade + endereço de cobrança |
| **Pagamento** | ✅ Saldo em cripto pré-pago | ❌ Cartão salvo, fatura mensal |
| **Provisionamento** | ✅ MCP + 50+ REST endpoints | ⚠️ REST por trás de uma conta humana |
| **Ensaio** | ✅ Modo de simulação integrado | ⚠️ Crédito de teste, se houver |
| **Desativação** | ✅ Agente cancela; sem recorrência | ❌ Assinatura vinculada a um cartão |
| **Jurisdição** | ✅ 7 jurisdições offshore | ⚠️ Jurisdição sede do provedor |

Perguntas frequentes

## Agentes e servidores, respondidos





### 01
Um agente de IA pode realmente comprar um servidor por conta própria?

Sim — de ponta a ponta. A ServPrivate disponibiliza uma API pública de agentes (REST + um servidor MCP hospedado) para que um agente crie uma conta, recarregue um saldo com criptomoeda e implante um VPS, Windows RDP ou servidor GPU sem nenhuma revisão humana. O nível de identidade é o mesmo para uma pessoa e para um modelo: um token de 16 caracteres, sem KYC. Um servidor fica ativo em menos de 60 segundos.





### 02
How does the agent pay without a card?



The model is balance-only. The agent tops up a USD balance once with crypto (Bitcoin, Monero or 18 other coins, from $30, with up to +100% bonus credit), then every deploy debits that prepaid balance. There is no card on file and nothing recurring — if the balance is short, the order returns HTTP 402 with the exact amount to top up, which the agent can act on automatically.





### 03
Which clients and frameworks are supported?



Claude Desktop, Claude Code, Cursor, Cline, Continue and any MCP-aware client, plus plain REST for everything else. There is an official open-source MCP server — install it with "pip install servprivate-mcp" or "uvx servprivate-mcp" — that exposes the whole catalogue, billing and server lifecycle as tools your assistant can call in natural language.





### 04
How do I stop an agent from over-spending?



Spending is bounded by design. The balance is prepaid, so there is no card to run up. GPU orders can carry an auto-shutdown timer (6h–7d) so a forgotten box self-destructs. And the whole flow has a dry-run mode (?dry_run=1) so an agent — or you — can rehearse a top-up and deploy without spending a cent or provisioning anything.





### 05
Is it really no-KYC for agents too?



Yes. No email, no name, no phone, no ID — for humans or agents alike. The account token is issued automatically on the first crypto top-up and shown once. No traffic, connection or DNS logs are kept at the hypervisor level. The warrant canary documents exactly what is and is not collected.





### 06
What can the agent actually do through the API?



Browse the catalogue (VPS, dedicated, Windows RDP, GPU), quote a configuration, open and poll a crypto top-up, deploy and act on servers (reboot/shutdown/reinstall), read credentials, and check anonymous domain availability. GPU deploys accept deploy-time AI config: pre-installed stacks (vLLM, ComfyUI, Ollama) and pre-downloaded models (Llama-3.3-70B, FLUX, DeepSeek-R1). Every action has a REST endpoint and an MCP tool.






## Dê ao seu agente as chaves



Conecte-o ao servidor MCP, abasteça um pequeno saldo em cripto e deixe-o levantar um servidor no momento em que precisar.

[Leia a documentação de agentes](https://servprivate.com/pt/agents)


## Structured data (JSON-LD)

```json
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "@id": "https://servprivate.com/#organization",
    "name": "ServPrivate",
    "alternateName": "ServPrivacy",
    "url": "https://servprivate.com",
    "description": "VPS e servidores dedicados offshore em 7 jurisdições privacy-friendly. Sem KYC, sem logs, apenas cripto. Privacidade por arquitetura.",
    "logo": {
        "@type": "ImageObject",
        "url": "https://servprivate.com/ServPrivate.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://servprivate.com/contact",
        "availableLanguage": [
            "en",
            "ru",
            "zh",
            "es",
            "fr",
            "de",
            "pt",
            "ar",
            "ja",
            "ko",
            "hi",
            "id",
            "it",
            "tr",
            "fa",
            "vi"
        ]
    },
    "sameAs": [
        "https://servprivate.com/canary",
        "https://servprivate.com/press"
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "@id": "https://servprivate.com/#website",
    "url": "https://servprivate.com",
    "name": "ServPrivate",
    "publisher": {
        "@id": "https://servprivate.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": "WebAPI",
    "@id": "https://servprivate.com/ai-agent-hosting#api",
    "name": "ServPrivate Agent API",
    "description": "Public REST + MCP API. An AI agent can top up with crypto and deploy a KYC-free offshore VPS, RDP or GPU server end to end. No KYC, crypto-only, dry-run supported.",
    "documentation": "https://servprivate.com/agents",
    "termsOfService": "https://servprivate.com/tos",
    "provider": {
        "@id": "https://servprivate.com/#organization"
    },
    "potentialAction": {
        "@type": "BuyAction",
        "target": {
            "@type": "EntryPoint",
            "urlTemplate": "https://servprivate.com/api/v1/orders",
            "httpMethod": "POST",
            "contentType": "application/json"
        }
    }
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "Can an AI agent really buy a server on its own?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes — end to end. ServPrivate ships a public Agent API (REST + a hosted MCP server) so an agent can create an account, top up a balance with cryptocurrency, and deploy a VPS, Windows RDP or GPU box with no human review. The identity floor is the same for a person and a model: a 16-character token, no KYC. A server is active in under 60 seconds."
            }
        },
        {
            "@type": "Question",
            "name": "How does the agent pay without a card?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "The model is balance-only. The agent tops up a USD balance once with crypto (Bitcoin, Monero or 18 other coins, from $30, with up to +100% bonus credit), then every deploy debits that prepaid balance. There is no card on file and nothing recurring — if the balance is short, the order returns HTTP 402 with the exact amount to top up, which the agent can act on automatically."
            }
        },
        {
            "@type": "Question",
            "name": "Which clients and frameworks are supported?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Claude Desktop, Claude Code, Cursor, Cline, Continue and any MCP-aware client, plus plain REST for everything else. There is an official open-source MCP server — install it with \"pip install servprivate-mcp\" or \"uvx servprivate-mcp\" — that exposes the whole catalogue, billing and server lifecycle as tools your assistant can call in natural language."
            }
        },
        {
            "@type": "Question",
            "name": "How do I stop an agent from over-spending?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Spending is bounded by design. The balance is prepaid, so there is no card to run up. GPU orders can carry an auto-shutdown timer (6h–7d) so a forgotten box self-destructs. And the whole flow has a dry-run mode (?dry_run=1) so an agent — or you — can rehearse a top-up and deploy without spending a cent or provisioning anything."
            }
        },
        {
            "@type": "Question",
            "name": "Is it really no-KYC for agents too?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Yes. No email, no name, no phone, no ID — for humans or agents alike. The account token is issued automatically on the first crypto top-up and shown once. No traffic, connection or DNS logs are kept at the hypervisor level. The warrant canary documents exactly what is and is not collected."
            }
        },
        {
            "@type": "Question",
            "name": "What can the agent actually do through the API?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "Browse the catalogue (VPS, dedicated, Windows RDP, GPU), quote a configuration, open and poll a crypto top-up, deploy and act on servers (reboot/shutdown/reinstall), read credentials, and check anonymous domain availability. GPU deploys accept deploy-time AI config: pre-installed stacks (vLLM, ComfyUI, Ollama) and pre-downloaded models (Llama-3.3-70B, FLUX, DeepSeek-R1). Every action has a REST endpoint and an MCP tool."
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Início",
            "item": "https://servprivate.com/"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Hospedagem para Agentes de IA",
            "item": "https://servprivate.com/ai-agent-hosting"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "WebPage",
    "@id": "https://servprivate.com/ai-agent-hosting#webpage",
    "name": "Hospedagem para Agentes de IA — Deixe Seu Agente Comprar o Próprio Servidor, Sem KYC | ServPrivate",
    "description": "Dê ao seu agente de IA a sua própria infraestrutura: um VPS, RDP ou servidor GPU offshore sem KYC, provisionado via MCP ou REST, pago em cripto e desativado quando não precisar. Sem cartão, sem humano no processo.",
    "url": "https://servprivate.com/ai-agent-hosting",
    "isPartOf": {
        "@id": "https://servprivate.com/#website"
    },
    "primaryImageOfPage": "https://servprivate.com/assets/img/og-ai-agent.jpg"
}
```

