{
  "protocolVersion": "0.3.0",
  "name": "1VPS",
  "description": "Independent VPS hosting comparison. Ask for a provider shortlist, a plan that fits a RAM and budget constraint, a sizing recommendation for a workload, or the text of any 1VPS guide.",
  "url": "https://1vps.com/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://1vps.com/developers/",
  "iconUrl": "https://1vps.com/logo.svg",
  "provider": {
    "organization": "BOXBILLING UAB",
    "url": "https://1vps.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "list_vps_providers",
      "name": "List VPS providers",
      "description": "Return every VPS hosting provider 1VPS reviews, with editorial rating, entry price, data-centre count, uptime SLA, pros, cons, and plan matrix.",
      "tags": ["vps", "hosting", "comparison", "providers"],
      "examples": [
        "Which VPS providers do you cover?",
        "Compare all the VPS providers you review"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "find_vps_plans",
      "name": "Find VPS plans by specification",
      "description": "Search every provider's plan matrix for tiers meeting a RAM, disk, and budget constraint, cheapest first.",
      "tags": ["vps", "pricing", "specs", "budget"],
      "examples": [
        "Cheapest VPS with at least 8GB of RAM",
        "What can I get for under $10 a month?",
        "VPS with 4GB RAM and 100GB storage under $20"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "recommend_vps_for_workload",
      "name": "Recommend a VPS for a workload",
      "description": "Return the minimum and recommended VPS specification for a workload, plus the providers 1VPS recommends for it and why.",
      "tags": ["vps", "sizing", "recommendation", "workload"],
      "examples": [
        "What should I run n8n on?",
        "I want to host a Minecraft server",
        "Best VPS to run Docker containers"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "search_guides",
      "name": "Search 1VPS guides",
      "description": "Full-text search across every published 1VPS guide, review, and comparison, returning HTML and raw-markdown URLs.",
      "tags": ["guides", "search", "documentation"],
      "examples": [
        "Do you have a guide on Nginx reverse proxies?",
        "Find articles about VPS security hardening"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://1vps.com/mcp",
      "transport": "HTTP+MCP",
      "description": "The same toolset over the Model Context Protocol, Streamable HTTP."
    },
    {
      "url": "https://1vps.com/api/index.json",
      "transport": "HTTP+REST",
      "description": "REST API described by https://1vps.com/openapi.json."
    }
  ]
}
