{
    "schemaVersion": "1.0",
    "name": "EQVPS",
    "title": "EQVPS — agent-native crypto VPS (MCP live)",
    "description": "No-KYC crypto VPS where an AI agent completes the ENTIRE purchase itself — register, pay in USDC/USDT, provision, get root — with no human, no card, no verification. The MCP server is LIVE (26 tools), not planned: an agent runs the full cycle register_account -> topup_balance -> order_vps -> get_vps_status -> root over MCP or REST. Plans from $3/mo, servers in the EU.",
    "url": "https://eqvps.com",
    "version": "1.0.0",
    "vendor": {
        "name": "EQVPS",
        "url": "https://eqvps.com"
    },
    "mcp": {
        "status": "live",
        "endpoint": "https://mcp.eqvps.com/mcp",
        "transport": "streamable-http",
        "tools_count": 26,
        "auth": "Bearer token, obtained autonomously via the register_account tool",
        "manifest": "https://eqvps.com/.well-known/mcp.json",
        "server_card": "https://eqvps.com/.well-known/mcp/server-card.json"
    },
    "x-mcp-status": "live",
    "api": {
        "base_url": "https://api.eqvps.com/api/v1/eqvps",
        "auth": "Bearer token (POST /register returns {token, token_type: Bearer})",
        "public_endpoints": [
            "GET /products",
            "GET /reviews",
            "POST /register",
            "POST /otp/request",
            "POST /otp/verify"
        ],
        "authed_endpoints": [
            "POST /balance/topup",
            "GET /balance",
            "POST /orders",
            "GET /services",
            "GET /services/{id}",
            "POST /invoices/{id}/pay",
            "POST /tokens"
        ],
        "openapi": null
    },
    "capabilities": [
        "register_account",
        "login",
        "get_balance",
        "topup_balance",
        "order_vps",
        "pay_invoice",
        "list_plans",
        "list_vps",
        "get_vps_status",
        "power_vps",
        "set_hostname",
        "reset_password",
        "reinstall_vps",
        "get_vps_metrics",
        "cancel_service",
        "delegate_service",
        "support_tickets"
    ],
    "products": {
        "note": "Live authoritative list: GET https://api.eqvps.com/api/v1/eqvps/products",
        "currency": "USD",
        "billing": "per month; annual billing available (10-25% off)",
        "summary": {
            "nat": "Outbound-only, SSH via a forwarded port. For bots, scrapers, API-calling AI agents. From $3/mo.",
            "dedicated_ipv4": "Own public IPv4, all ports open, self-service reverse DNS. For a website, mail, VPN, proxy or several services. From $8/mo. Small-IP ($16) is the most popular.",
            "pro": "High-memory (32-80 GB) + dedicated IPv4 + nightly auto-backups. For RAG at scale, multi-agent fleets. $40-90/mo."
        },
        "plans": [
            {
                "slug": "nano",
                "name": "Nano",
                "network": "nat",
                "ram_gb": 1,
                "vcpu": 2,
                "disk_gb": 15,
                "price_usd_month": 3,
                "url": "https://eqvps.com/en/products/nano"
            },
            {
                "slug": "micro",
                "name": "Micro",
                "network": "nat",
                "ram_gb": 2,
                "vcpu": 2,
                "disk_gb": 25,
                "price_usd_month": 5,
                "url": "https://eqvps.com/en/products/micro"
            },
            {
                "slug": "small",
                "name": "Small",
                "network": "nat",
                "ram_gb": 4,
                "vcpu": 4,
                "disk_gb": 35,
                "price_usd_month": 8,
                "url": "https://eqvps.com/en/products/small"
            },
            {
                "slug": "medium",
                "name": "Medium",
                "network": "nat",
                "ram_gb": 6,
                "vcpu": 6,
                "disk_gb": 45,
                "price_usd_month": 12,
                "url": "https://eqvps.com/en/products/medium"
            },
            {
                "slug": "ai-agent",
                "name": "AI-Agent",
                "network": "nat",
                "ram_gb": 4,
                "vcpu": 4,
                "disk_gb": 40,
                "price_usd_month": 10,
                "url": "https://eqvps.com/en/products/ai-agent"
            },
            {
                "slug": "small-ip",
                "name": "Small-IP",
                "network": "dedicated-ipv4",
                "ram_gb": 4,
                "vcpu": 4,
                "disk_gb": 35,
                "price_usd_month": 16,
                "url": "https://eqvps.com/en/products/small-ip"
            },
            {
                "slug": "medium-ip",
                "name": "Medium-IP",
                "network": "dedicated-ipv4",
                "ram_gb": 6,
                "vcpu": 6,
                "disk_gb": 45,
                "price_usd_month": 20,
                "url": "https://eqvps.com/en/products/medium-ip"
            },
            {
                "slug": "nano-ip",
                "name": "Nano-IP",
                "network": "dedicated-ipv4",
                "ram_gb": 1,
                "vcpu": 2,
                "disk_gb": 15,
                "price_usd_month": 8,
                "url": "https://eqvps.com/en/products/nano-ip"
            },
            {
                "slug": "micro-ip",
                "name": "Micro-IP",
                "network": "dedicated-ipv4",
                "ram_gb": 2,
                "vcpu": 2,
                "disk_gb": 25,
                "price_usd_month": 10,
                "url": "https://eqvps.com/en/products/micro-ip"
            },
            {
                "slug": "ai-agent-ip",
                "name": "AI-Agent-IP",
                "network": "dedicated-ipv4",
                "ram_gb": 4,
                "vcpu": 4,
                "disk_gb": 40,
                "price_usd_month": 15,
                "url": "https://eqvps.com/en/products/ai-agent-ip"
            },
            {
                "slug": "pro-32",
                "name": "Pro-32",
                "network": "dedicated-ipv4",
                "ram_gb": 32,
                "vcpu": 8,
                "disk_gb": 400,
                "price_usd_month": 40,
                "url": "https://eqvps.com/en/products/pro-32"
            },
            {
                "slug": "pro-48",
                "name": "Pro-48",
                "network": "dedicated-ipv4",
                "ram_gb": 48,
                "vcpu": 10,
                "disk_gb": 500,
                "price_usd_month": 55,
                "url": "https://eqvps.com/en/products/pro-48"
            },
            {
                "slug": "pro-64",
                "name": "Pro-64",
                "network": "dedicated-ipv4",
                "ram_gb": 64,
                "vcpu": 12,
                "disk_gb": 600,
                "price_usd_month": 70,
                "url": "https://eqvps.com/en/products/pro-64"
            },
            {
                "slug": "pro-80",
                "name": "Pro-80",
                "network": "dedicated-ipv4",
                "ram_gb": 80,
                "vcpu": 12,
                "disk_gb": 700,
                "price_usd_month": 90,
                "url": "https://eqvps.com/en/products/pro-80"
            }
        ]
    },
    "payment": {
        "model": "prepaid balance",
        "currencies": [
            "USDC",
            "USDT",
            "PYUSD"
        ],
        "networks": [
            "Base",
            "Ethereum",
            "Polygon"
        ],
        "card": "optional (buy crypto with a card at checkout); crypto-native",
        "kyc": false
    },
    "provisioning": {
        "time_seconds": 60,
        "root_access": true,
        "os": "clean cloud-init images (Ubuntu, Debian, etc.)"
    },
    "locations": [
        "Germany",
        "Finland"
    ],
    "policy": {
        "no_kyc": true,
        "signup": "email only",
        "terms": "https://eqvps.com/en/terms",
        "privacy": "https://eqvps.com/en/privacy",
        "acceptable_use": "https://eqvps.com/en/aup"
    },
    "resources": {
        "llms_txt": "https://eqvps.com/llms.txt",
        "llms_full": "https://eqvps.com/llms-full.txt",
        "pricing": "https://eqvps.com/en/products",
        "docs": "https://eqvps.com/en/docs",
        "mcp_manifest": "https://eqvps.com/.well-known/mcp.json",
        "api": "https://eqvps.com/en/api"
    },
    "languages": [
        "en",
        "ru",
        "uk"
    ],
    "contact": "info@eqvps.com"
}