{
    "schemaVersion": "2025-03-26",
    "name": "nordbastion",
    "description": "KYC-free Nordic VPS + dedicated server hosting, crypto-billed. Programmatic signup, top-up, ordering, server management.",
    "publisher": "NordBastion OÜ",
    "homepage": "https://nordbastion.com",
    "documentation": "https://nordbastion.com/agents/",
    "license": "https://nordbastion.com/doctrine/",
    "icons": [
        {
            "src": "https://nordbastion.com/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        }
    ],
    "transports": [
        {
            "type": "streamable-http",
            "url": "https://nordbastion.com/mcp",
            "auth": {
                "methods": [
                    "bearer",
                    "oauth2"
                ],
                "bearer": {
                    "format": "nb_live_* | nb_at_*"
                },
                "oauth2": {
                    "authorization_server": "https://nordbastion.com/.well-known/oauth-authorization-server",
                    "scopes": [
                        "read",
                        "billing",
                        "servers",
                        "full"
                    ]
                }
            }
        }
    ],
    "capabilities": {
        "tools": {
            "listChanged": false
        },
        "resources": {
            "subscribe": false,
            "listChanged": false
        },
        "prompts": {
            "listChanged": false
        },
        "logging": {
            "levels": [
                "error",
                "warning",
                "info"
            ]
        }
    },
    "x-nb-rest-api": "https://nordbastion.com/v1",
    "x-nb-openapi": "https://nordbastion.com/.well-known/openapi.json",
    "x-nb-agent-card": "https://nordbastion.com/.well-known/agent.json",
    "x-nb-llms-txt": "https://nordbastion.com/llms.txt",
    "x-nb-x402": true,
    "x-nb-web-bot-auth": true,
    "x-nb-doctrine": "https://nordbastion.com/doctrine/",
    "x-nb-topup-bounds-usd": {
        "min": 30,
        "max": 10000,
        "enforcement": "server-side; create_topup with amount_usd outside this range returns amount_too_low / amount_too_high"
    }
}